summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-18 22:23:55 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-18 22:23:55 +0000
commitdb7ebbf385be9507fe0a921365d7e5e00e7f9f41 (patch)
tree6acc5240d715beb319ef6525183a7715a3199a12 /muse2/ChangeLog
parent4303307cc65893980f350edac5a69e977170c14c (diff)
Fixed rack drag and drop. Display individual tooltip for each effect plugin in rack.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index e6c14612..498f9062 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -2,6 +2,8 @@
- Fixed transport shortcuts not working in some windows or situations. (Tim)
Added event->ignore to PartCanvas::keyPress. Added setFocusPolicy() to WaveView, Master.
Added (canvas or view)->setFocus() to WaveEdit, MasterEdit. Test OK.
+ - Fixed rack drag'n drop. Added individual tooltips for effects since the astrip might
+ be too narrow. (Orcan)
17.12.2010:
- Fixed crash with song loaded then File->New. Marker view had non-existent items from cleared marker list. (Tim)
- Some memory leak cleanups. Delete midiInstruments and midiDevices. (Tim)