diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-05-15 18:56:00 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-05-15 18:56:00 +0000 |
commit | 38988a37365c8772da11f3f41d49e5c1fd083084 (patch) | |
tree | e3995bb749b9a7359466b7aea6b6077ba6b96bd8 /muse2/ChangeLog | |
parent | 0021af8ef6f76dd4575bc74da2b20431d58a8f7e (diff) |
mouse wheel rework
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 9379bdf8..fce03eb0 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,11 @@ +15.05.2011: + - Changed mouse wheel behaviour in graphical editors except the score editor (rj) + * wheel scrolls left-right + * shift+wheel scrolls up-down + * control+wheel zooms horizontally + TODO: + - score editor + - zoom to where the mouse is located 14.05.2011: - Fixed problem with project save dialog missing a forward slash '/'. (Tim) ~/.config was being polluted with wrong folders. Fixed ProjectCreateImpl::updateDirectoryPath(). |