diff options
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 f9656cf5..02224ed3 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -4,6 +4,13 @@ - Ported scldiv. Things seem to work as before. Maybe needs more testing. (Orcan) - Removed fontsel, and synthwizardbase from the project. (Orcan) - Feature: In waveedit, the mousewheel controls the vertical slider. (Orcan) + - Completed porting shortcutcapturedialog, filedialog. Added paste clone, 2track, clone2track, + insert empty, insert, to configurable shortcuts. Changed all arr/pianoroll/drumedit hard-wired + keys to refer to shortcut table. (TODO: Other windows?) (Tim) + - Correction: Convert all state() to QInputEvent::modifiers() and stateAfter() to modifiers() + (I forced a downcast to QInputEvent if required). Is correct? QT Help says: + QInputEvent::modifiers() "Returns the keyb. mod. flags that existed imm. before the event occurred." + QKeyEvent::modifiers() "Returns the keyb. mod. flags that existed imm. after the event occurred." 03.12.2010 - Ported all copy/paste/drag/drop coding. Including pianoroll, drumedit, pcanvas, prcanvas, dcanvas, and effect rack. Test OK cut, copy, paste, also drag n drop various files to arranger and rack. (Tim) |