diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-21 22:41:17 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-21 22:41:17 +0000 |
commit | 147b944d89c06c9cfe28d39ff2ba820c0cc4b83f (patch) | |
tree | 8bc96133f42aeb07eafc1a6bfa4ad8a5803cfe1c /muse2/ChangeLog | |
parent | cfb6f6d2d233f77fc6bea846486b2ab54fc32e2d (diff) |
port .ui widgets to Qt4
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index dbb8a4f9..39197f03 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,7 +1,8 @@ 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) - - Ported the following .ui widgets to Qt4: didyouknow, transposebase (Orcan) + - Ported the following .ui widgets to Qt4: didyouknow, transposebase, cliplist, + configmidifilebase (Orcan) 20.11.2010 - Remove most wrapper classes around .ui widgets. I was wrapping them too much. Some widgets (e.g. songinfo) still need wrappers though. (Orcan) |