diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-22 22:17:55 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-22 22:17:55 +0000 |
commit | 4dec95a58f5a3b0062e11da4331f8556428791a5 (patch) | |
tree | 2e1775709435c1ae8a6aa378730c7add00e27e60 /muse2/ChangeLog | |
parent | 8139e4fbcc1ecd55ad7eaf643b5c477a19688b64 (diff) |
ported .ui widgets to Qt4. removed unused old widgets from project
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index a71d6152..91a0525f 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -7,6 +7,8 @@ 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) + - Ported the following .ui widgets to Qt4: editgainbase, gensetbase (Orcan) + - Removed unused .ui widgets: wtrackinfo.ui, editctrl7dialogbase.ui, editmetadialogbase.ui (Orcan) 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) |