summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index b0bc5121..b4e2d8e5 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -29,6 +29,13 @@
in paintEvent(). The latter caused corruption when toggling mono/stereo. (Orcan)
04.09.2011:
- Remodel the Slider (Orcan)
+ - moved and changed muse.pro file (flo93)
+ - added update_pro.sh and update_translations.sh (flo93)
+ - added paste dialog (flo93)
+ - updated translations (flo93)
+ - moved stuff from functions.cpp out to dialogs.cpp (flo93)
+ - fixed behaviour of movePartsTotheRight(): parts which
+ begin at "start of move" aren't expanded, but moved now (flo93)
01.09.2011:
- Fixed tough old skeleton: Selecting 'previous/next event' in Song::execAutomationCtlPopup now moves cursor
with exact frame resolution, all the way through via proper song->setPos > audio->msgSeek rather than
@@ -38,6 +45,7 @@
TODO: Fix current automation values (the 'off' value).
- Removed unused PanKnob from mixer CMakeLists. (Tim)
29.08.2011:
+ - Fixed Robert's fixes (flo93)
- Fixed audio automation graph editing. And now 'snaps' to discrete integer or bool types. (Tim p4.0.32)
All control movements should update display now. Also slightly changed behaviour of Ctrl class.
TODO: Fix some painting corruption, improve discrete display, add transparency etc. etc.
@@ -47,6 +55,8 @@
something fishy with moving columns (rj)
27.08.2011:
- Changed mousewheel behaviour, vertical scrolling is default and horizontal scrolling (shift) is reversed (rj)
+ - Added fullscreen shortcut to all editors which have full screen action (rj)
+ - Part text editor now closes when focus is lost (rj)
17.08.2011:
- Convert some Qt3 style coding in ComboBox to Qt4 in terms of menu entry handling. (Orcan)
- Add mouse wheel support to ComboBox. (Orcan)