Add BB and Pattern item subclasses, play with glossy TCOs

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2014 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-02-11 04:14:00 +00:00
parent f057a52ab9
commit d5234ed7a2
7 changed files with 476 additions and 4 deletions

View File

@@ -17,6 +17,15 @@
- Commit initial version of QGraphicsScene-based Song Editor
- Please save bugreports for another week or so, this is immature code
* src/gui/tracks/track_content_object_item.cpp:
* src/gui/tracks/track_item.cpp:
* src/gui/tracks/bb_tco_item.cpp:
* src/gui/tracks/pattern_item.cpp:
* include/gui/tracks/pattern_item.h:
* include/gui/tracks/bb_tco_item.h:
- Add BB and Pattern subclasses
- Play with some styling, about to move style code into lmmsStyle
2009-02-09 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/basic_filters.h: