diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-19 08:57:19 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-19 08:57:19 +0000 |
commit | 520e889a3e58fdaa99a0c13a40d1c3e4affe60b1 (patch) | |
tree | 3e671e957f24f22f6d2d540cde8634848069445e /muse2/ChangeLog | |
parent | 54dd5ec68d550408be99118c59df2a91c33183f7 (diff) |
Split individual parts into their own shared libraries. Moved main() into its own file.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 7e84d5a5..af85a702 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -3,7 +3,9 @@ *Feature: Added 'global opaqueness' (transparency) appearance setting. (Tim) Currently only affects part colours. TODO: Fix the darn black rectangle drawing. Apply the opaqueness to some other things. - - Fixed arranger part drawing borders. Used QPen::setCosmetic(true) when drawing. (Tim) + - Fixed arranger part drawing borders. Used QPen::setCosmetic(true) when drawing. (Tim) + - Individual parts are now built as shared libraries. (Orcan) + - Moved main() and first degree relatives into main.cpp (Orcan) 18.12.2010: - Fixed transport shortcuts not working in some windows or situations. (Tim) Added event->ignore to PartCanvas::keyPress. Added setFocusPolicy() to WaveView, Master. |