diff options
author | Tim E. Real <termtech@rogers.com> | 2010-11-22 06:00:21 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-11-22 06:00:21 +0000 |
commit | a2b0af5b4708a4468d85c0668a49a9e2dfcaeaab (patch) | |
tree | 7631cf20d1ce5d310e26ce7730811685cc4cd34e /muse2/ChangeLog | |
parent | 7b646661584da97edbaedf4aeb8ccdb5ce7120ae (diff) |
Oops, fixed regression, marker view and cliplist crashes.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index f85f371d..d4bfcafd 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,4 +1,7 @@ 21.11.2010 + - Oops, fixed regression, marker view and cliplist crashes, removed setAttribute(Qt::WA_DeleteOnClose) + from TopWin constructor, and added it to individual TopWin sub-classes (only MidiEditor needs it). (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) - Ported the following .ui widgets to Qt4: didyouknow, transposebase, cliplist, |