summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-06 03:14:50 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-06 03:14:50 +0000
commit45f13100f9b5d0fd5a9f4950e135c2ed6de0429c (patch)
treed6ae3298e910174e37869ab51cdefa9325aa160b /muse2/ChangeLog
parentbbe8aea131a3bb0bb307c743eb00ec0ef18e39d7 (diff)
Qt4 ports. Please see the ChangeLog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 3d45cb37..89791bfe 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -3,6 +3,9 @@
- Ported sigedit and posedit. Used SpinBox in place of Q3SpinWidget. TODO: Needs some work on
locating the arrows of the SpinBox accurately. Maybe we need to implement another SpinBox
from scratch? (Orcan)
+ - Ported plugin.cpp. Both internal and LADSPA plugins tested okay. (Orcan)
+ - Trivial conversion of Qt3 support methods to Qt4 in some widgets: slider, sliderbase, knob,
+ ttoolbutton, mlabel. (Orcan)
04.12.2010
- Fix: Escape button does not exit track renaming editor. (Orcan)
- Fix: Midi ports config table items are editable when they are not supposed to. (Orcan)