improved plugin-browser

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@119 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-04-06 08:16:07 +00:00
parent 3992e5c954
commit 512b407dbd
5 changed files with 101 additions and 88 deletions

View File

@@ -1,3 +1,14 @@
2006-04-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/plugin_browser.h:
* src/core/plugin_browser.cpp:
- per default show small items for plugins in plugin-browser and show
details on mouse-over (nice animations!! ;-) - avoids problems with
hidden plugin-items because of too low screen-resolution and missing
scrollbars
- draw plugin-details-text using QPainter::drawText (not with old own
(buggy) algorithm for text-drawing with word-break-support)
2006-04-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/flp_import/unrtf/*: