summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-14 19:33:40 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-14 19:33:40 +0000
commit58033553a3e7d529a27a2b3d9ccc721d1e2dcc17 (patch)
tree160bd9993bca91b68475d4ad4249cc07b89692dd /muse2/ChangeLog
parent42269af2e0cc7a8c7b70d89ffa270184acde3dec (diff)
parent2529ef06d1227b457af051a494ddb579ef590fe3 (diff)
merged experimental into trunk
new features: - MDI user interface - improved pasting (dialogs etc) - some fixes
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog28
1 files changed, 26 insertions, 2 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index e0d39301..51ef9e30 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,6 +1,20 @@
+14.09.2011:
+ - added sane configuration defaults to muse (flo93)
+ - several minor fixes (flo93)
+ - added MDI-like and borland-like user interface (flo93)
+ - improved pasting, added dialogs, added "copy in range",
+ changed shortcut keys (flo93)
13.09.2011:
- - Made Slider::sizeHint() a const function again, so that the plugin window respects its sizeHint. (Orcan)
- - Explicitly disabled the scale support in Slider since it wasn't really in use for a while. (Orcan)
+ *Added: You can now insert new tracks instead of always at the track list end. (Tim)
+ If main menu 'Add track': Inserts before currently selected track, else adds at end.
+ If Track List right-click existing Track Name: New 'Insert track' menu inserts before clicked track.
+ If Track List right-click on empty space, or Mixer 'Create': Adds at end, as usual.
+ - Fixed track selection bug: Track info panel not clearing when clicking empty area. (Tim)
+ Added an emit selectionChanged(0) in TList::mousePressEvent.
+ - Observed: Ancient bug: Track Info doesn't change if selecting multiple tracks in reverse order.
+ Will need to be fixed if/when adding 'multiple track global editing'.
+ - Made Slider::sizeHint() a const function again, so that the plugin window respects its sizeHint. (Orcan)
+ - Explicitly disabled the scale support in Slider since it wasn't really in use for a while. (Orcan)
11.09.2011:
- Rewrote the rounding function for efficientcy. Moved the function into utils.cpp since it is written
for general purpose. (Orcan)
@@ -45,6 +59,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
@@ -54,6 +75,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.
@@ -63,6 +85,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)