diff options
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index fb2fc8e6..54c07677 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,10 @@ +04.01.2011: + - Added saving and restoring of pianoroll trackinfo h-splitter state. (Tim) + TODO: Fix multiple velocity controllers appearing on reload. + - Fixed arranger trackinfo widgets sizing - were allowed to shrink vertically. (Tim) + TODO: Fix trackinfo scrollbar not showing at right time. + - Replace all QWidget::setShown() calls with setVisible(). (Tim) + It's supposed to be a Qt3 function, but still supported. 02.01.2011: - Fixed arranger focussing problems again. (Tim) Scratch setFocusProxy() fix of 31.12. Gave MusE a keyPress handler and pass it on to canvas. |