summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-11-25 07:24:45 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-11-25 07:24:45 +0000
commitac85f48cbb90cd4ccd72a3e70d0edb2a63f0e8dd (patch)
treeb371032ed12129d8bb8ffc86016f546560e327f4 /muse2/ChangeLog
parent4da5d9a1f93b275913019aa84fd74d06e35f6553 (diff)
Fix some issues in synth config dialog
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index a4c52d0c..77423cea 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,6 @@
+25.11.2010
+ - Fixed column widths, alignments, device renaming and jack device creation issues in synthconfigbase.
+ Somehow the last changelog entry about this didn't get committed. That's added too. (Orcan)
24.11.2010
- Resinstated the Midi Transformer. Was left out when both TF and iTF were removed, and then I
asked for them to be put back. So yes, transformbase.ui is used now. (Tim)
@@ -12,6 +15,8 @@
- Added ENABLE_EXPERIMENTAL flag to cmake. Marked rhythmbase, s1 experimental (Orcan)
- Fixed a connection in miditransform (Orcan)
- Fixed crash in FluidSynthGui::channelItemClicked(): Use item->row() for the channel. Test OK. (Tim)
+ - Start porting synthconfigbase. It's mostly functional. TODO: Column widths and alignments,
+ renaming device name, port Q3WhatsThis bits (Orcan)
23.11.2010
- Added Track::cname(), applied to strip labels' object names, so they may be used in style sheets. (Tim)
- Added struct SysEx and some friends, to minstrument.h, prep. for the instrument editor. (Tim)