diff options
author | Florian Jung <flo@windfisch.org> | 2011-12-26 19:43:16 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-12-26 19:43:16 +0000 |
commit | 4d8477ab60093fc4c1f6190a931d0c2fdc65384c (patch) | |
tree | a885d69728e1b5a00866e370ded173f33057e2e2 /muse2/ChangeLog | |
parent | ef3de045fb88680a549435fa9099908643ee311f (diff) | |
parent | b988a0a27bc175ce10bc8fa53ed131486813f3e7 (diff) |
merged with latest release
fake-merged because of the cherry-pick
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 2f2a8a87..c07434ea 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,9 @@ +21.12.2011: + - Fixed some mixer issues: Very slow updating with large mixer when setting visible tracks for example: Set and check + Style() object name in MusE::loadTheme() so that slow mixer ScrollArea::viewportEvent() is not called every time. (Tim...) + Split strips and amixer into configChanged() and songChanged() handling. Do not fully rebuild mixers upon configChanged(). + Fixed mixer windows raising above others, even briefly: Do not raise mixer windows in MusE::focusInEvent(). + - Fixed bigtime leak: Not destroyed. Give it a parent in MusE::showBigtime(). 20.12.2011: - Litle break for some polish. Route button icons. Rebuild midi track info ui file - was 3 columns not 2. (Tim) * Fixed: Hopefully, finally: Non-appearing track info scroll bar. (Tim) |