summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-22 21:01:30 +0000
committerTim E. Real <termtech@rogers.com>2010-11-22 21:01:30 +0000
commit8139e4fbcc1ecd55ad7eaf643b5c477a19688b64 (patch)
treeabcb2d15898d1c52c057516c21dc9fda78f45c5a /muse2/ChangeLog
parentc8b54c0ecd080eae628520bc670cbb40a472da21 (diff)
Eliminated double-buffering pixmap in View class (not required in Qt4).
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 92f86eeb..a71d6152 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -6,6 +6,7 @@
MusE::startClipList() so the main MusE instance owns it like all the others. It deletes too, now.
Also removed odd special Toplevel::CLIPLIST case in MusE::toplevelDeleted(). Hope it works...
Tested closing complex song, with all windows open. Nice to see final Finished! message (new, with -D).
+ - Eliminated double-buffer pixmap in View class (not required in Qt4). TODO: install event handler. (Tim)
21.11.2010
- All menus now use QActions. Some shortcuts are left to be assigned correctly (Orcan)
- Clean up: Remove submenu integer ids from the MusE class in favor of QActions (Orcan)