diff options
| author | Florian Jung <flo@windfisch.org> | 2011-08-18 16:45:06 +0000 | 
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2011-08-18 16:45:06 +0000 | 
| commit | 0002e57359fb002a70cc9559308619ff611718c9 (patch) | |
| tree | 4d430468df5c1a38895ae9f56a61127240e5ea2b /muse2/ChangeLog | |
| parent | 3513555193d44fe99bc30dd3bf04701278a797a1 (diff) | |
| parent | 35c95c10cca9938210818c0b809b1ff4f9c4ad3d (diff) | |
merged with trunk, except:
 - not applied the "masteredit saves toolbar state" change, as this
   is done by TopWin here in experimental
 - fixed some indentation error in scoreedit.cpp
Diffstat (limited to 'muse2/ChangeLog')
| -rw-r--r-- | muse2/ChangeLog | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 625ab3f4..d5dd93ce 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,22 @@ +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) +        - Fix AutoType indicator coloring. (Orcan) +16.08.2011: +        - More drawing fixes, improved accuracy (grids, timescales, edges, markers guaranteed to align now). (Tim p4.0.30) +          Much drawing changed to device (pixel) space instead of virtual space, for accuracy. +        - Fixed display of audio automation graphs. (But not editing). (Tim)  +        - Fixed unreadable Master Edit tempo scale (on left side), and added toolbar saving and restoring. (Tim p4.0.31) +15.08.2011: +        - Remodel the Meter and the VerticalMeter (Orcan) +13.08.2011: +        - Make the shininess of the Knob ring a little smarter (Orcan) +05.08.2011: +        - Parts having hidden events now drawn using 'jagged' ends and special white edges. (Tim p4.0.29) +        - Improved border drawing guaranteed to show L/R touching part borders. TODO: Top and bottom borders. (Tim) +        - Muted parts now show names and events. Filled with a special brush pattern for easy recognition. (Tim)    +        - Huge changes to PartCanvas::drawItem(). And to all View::XmapXXX methods for better accuracy. (Tim) +        - Changed bool Part::hasHiddenNotes() to int Part::hasHiddenEvents(). Added int Part::cachedHasHiddenEvents(). (Tim)  02.08.2011:          - Changed behaviour of part clones (flo93) | 
