More song editor improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2016 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-02-11 05:52:56 +00:00
parent 9f4ea82a39
commit 78a1c1f802
4 changed files with 38 additions and 41 deletions

View File

@@ -23,8 +23,12 @@
* src/gui/tracks/pattern_item.cpp:
* include/gui/tracks/pattern_item.h:
* include/gui/tracks/bb_tco_item.h:
* src/gui/main_window.cpp:
- Add BB and Pattern subclasses
- Play with some styling, about to move style code into lmmsStyle
- Add Caching support, but will soon expand with manual-QPixmapCache usage
to share common-TCO pixmaps between TCOs.
- Fix tickmarks on BB-TCOs
2009-02-09 Paul Giblock <drfaygo/at/gmail/dot/com>