diff options
author | Tim E. Real <termtech@rogers.com> | 2010-12-05 04:34:35 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-12-05 04:34:35 +0000 |
commit | 3a911929ba263a23eba0c343a4f7b343e7aa9af6 (patch) | |
tree | 588260d0fe9b7147d2a8c358ad0a9f40fa80bb66 /muse2/ChangeLog | |
parent | 94ded795771b0e2aeb33147056036ea5b4cce0d0 (diff) |
Some work on shortcuts. 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 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) |