diff options
author | Tim E. Real <termtech@rogers.com> | 2011-05-26 00:18:47 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-05-26 00:18:47 +0000 |
commit | e8612708161b71b43d56ef47eede6cc58b035967 (patch) | |
tree | 18580394352c090068325ded37a8f53d6807c4a0 /muse2/ChangeLog | |
parent | a1db21404d203bec7353099a9947778735271bfd (diff) |
Moved all routing popup menu stuff from app, astrip, mstrip, mtrackinfo into new class RoutePopupMenu,
*massively* cleaning up those 4 files. Used new Route QVariant type as action data instead of integers.
Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp
Added to settings: "Make popup menus stay open. Otherwise hold Ctrl."
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 24545b76..613cecc1 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -3,6 +3,13 @@ - Added step-rec-support for drum edit and score edit (flo93) - put step-rec-stuff into its own class (flo93) - moved clefTypes out of scoreedit.h to prevent compile-horror (flo93) + - Declared struct Route as QMetaType to make it a QVariant type. (Tim) + - Moved: All routing popup menu stuff from app, astrip, mstrip, mtrackinfo into + new class RoutePopupMenu, *massively* cleaning up those 4 files. + Used the new Route QVariant type as action data instead of integers. + - Moved MenuTitleItem definitions from astrip.cpp into it's own menutitleitem.cpp (Tim) + - Added to settings: "Make popup menus stay open. Otherwise hold Ctrl." (Tim) + To avoid showing new users non-standard behaviour, the default is off! 24.05.2011: - Awl::PitchEdit now can be set with the musical keyboard (flo93) - fixed y-stretch (flo93) |