diff options
author | Florian Jung <flo@windfisch.org> | 2012-03-19 15:13:58 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-03-19 15:13:58 +0000 |
commit | 7200b77f549aef6e92170f110aeda8f5433a3dfc (patch) | |
tree | 4643738bbfdc59aa34ba3e1f682fac9c348d9bc2 /muse2/ChangeLog | |
parent | 2800c0e742bdc9d141f6e8c77dbfba1831e8efb2 (diff) |
merged with release_2_0
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index fc77c6b1..795b7829 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,9 +1,26 @@ +19.03.2012: + - Song load: Arranger MDI window: Fixed size restoration. (Tim) + In TopWin::readStatus(), if mdisubwin is maximized, restore it before setting pos and height. + - Changed reporting of bad timing a bit to possibly make it clearer what the problem is + and what to do about it (rj) +18.03.2012: + - Delta/absolute mode button: Improved behaviour. (Tim) + - Transport and NoteInfo toolbar positional editors: Fixed not updating when tempo or sig changed. (Tim) + In PosEdit::setValue(), checking different value is not enough. Must check whether resultant msf or mbt values changed. + TODO: updateValue() is now public so it can be called externally but it is not used yet - make NoteInfo and Transport + use it instead of setValue(). 17.03.2012: - Custom columns can now either affect tick0 or song->cpos() (flo) - hopefully fixed a big in the custom columns dialog (flo) 16.03.2012: - Custom columns now send their controller changes to the device automatically if appropriate (flo) + - Drum editor: Added missing multiple-note editing. (Tim...) + - Midi editors: Don't allow notes to be added before part. (Caused crash in Drum editor, odd behaviour in Pianoroll.) + - Midi editors: Added "Delta Mode" button to Note Info toolbar. + - Code cleanups in Pianoroll, Drum editor. +15.03.2012: + - Updated swedish translation with help from Cristian Ramos (rj) 10.03.2012: - Track routing: Fixed duplicate routes: Reverted usage of operation group in Song::addTrack. (Tim) - Templates: Default routing: Restored default Jack out/in routes in audio.med, synti.med, default.med, monorecord.med. (Tim) |