diff options
author | Florian Jung <flo@windfisch.org> | 2011-06-04 16:25:03 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-06-04 16:25:03 +0000 |
commit | 6786200a6243758c0ab6ba5d76ac1f34912788fb (patch) | |
tree | 1f92946dadf4b5e9f4edec205436d1ec495908a2 /muse2/ChangeLog | |
parent | db164b62e3892bd17d1a2eabca76bde3b67072df (diff) |
changed behaviour of middle click in all canvases to "delete"
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 1af47f28..3092040e 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,9 +1,13 @@ +04.06.2011: + - changed behaviour of middle click in all canvases to "delete" (flo93) 02.06.2011: - the score editor now allows batch-movements, that is, you can transpose or move the whole selection and not only single notes (flo93) - the functions now return as boolean, if they have triggered undo (flo93) + - applied another patch from WillyFoobar: moved Q_OBJECT + to the top of each class definition, where it belongs (flo93) 30.05.2011: - implemented cut,copy'n'paste and the "select foo" entries in the score editor (flo93) - added select_foo() functions to functions.cpp (flo93) |