diff options
author | Tim E. Real <termtech@rogers.com> | 2010-11-22 02:57:00 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-11-22 02:57:00 +0000 |
commit | 7b646661584da97edbaedf4aeb8ccdb5ce7120ae (patch) | |
tree | 85255cfef745ba807ba0c9c5902cd85ff551da61 /muse2/ChangeLog | |
parent | 147b944d89c06c9cfe28d39ff2ba820c0cc4b83f (diff) |
Ported View and MidiEditor classes. Fixed TopWin constructor.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 39197f03..f85f371d 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -3,6 +3,7 @@ - Clean up: Remove submenu integer ids from the MusE class in favor of QActions (Orcan) - Ported the following .ui widgets to Qt4: didyouknow, transposebase, cliplist, configmidifilebase (Orcan) + - Ported View and MidiEditor classes. Fixed TopWin constructor. Test OK all editors. (Tim) 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) |