diff options
author | Tim E. Real <termtech@rogers.com> | 2010-11-26 21:26:34 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-11-26 21:26:34 +0000 |
commit | d0072018d13594b5aa1ad0a04dd036676dae8b5a (patch) | |
tree | abe9606d6201385ca2177d918ab38515736a75a5 /muse2/ChangeLog | |
parent | ac85f48cbb90cd4ccd72a3e70d0edb2a63f0e8dd (diff) |
Trackinfo, SpinBoxFP, and transformer fixes. Please see ChangeLog.
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 77423cea..0fd05dd4 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,10 @@ +26.11.2010 + - Fixed midi trackinfo growing size - set output device list box and instrument button + h-size policy to 'Ignore'. (Tim) + - Fixed trackinfo spinboxes only go to 99 - changed some trackinfo ui spinbox properties + (maxValue -> maximum, minValue -> minimum etc). (Tim) + - Fixed SpinBoxFP class. Was never right before. (Tim) + - Fixed transform and input transform ui files and dialogs - using the corrected SpinBoxFP. (Tim) 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) |