diff options
| author | Florian Jung <flo@windfisch.org> | 2011-09-14 17:17:31 +0000 | 
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2011-09-14 17:17:31 +0000 | 
| commit | 2529ef06d1227b457af051a494ddb579ef590fe3 (patch) | |
| tree | e4f3d3c77d39a5395fc3fa6806af85bb3ea77392 /muse2/ChangeLog | |
| parent | 187665d84e56b63f569731550c652a89cb650309 (diff) | |
| parent | 42269af2e0cc7a8c7b70d89ffa270184acde3dec (diff) | |
merged with trunk
tiny fix: removed bool initalizing completely
reindented cobject.cpp
Diffstat (limited to 'muse2/ChangeLog')
| -rw-r--r-- | muse2/ChangeLog | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/muse2/ChangeLog b/muse2/ChangeLog index ee6c171a..5167c23f 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -10,6 +10,16 @@            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) +        - The rounding in the meter is done in paintEvent now. I also enabled Antialiasing to make the corners +          look nicer. Therefore I had to comment out Qt::WA_OpaquePaintEvent attributes in the meter and the +          verticalmeter for now. Some testing needed. (Orcan) +        - Plugin slider color codes are now generated from plugin ID numbers. (Orcan) +        - Active plugins are colored in green in the rack. (Orcan)  09.09.2011:          - Removed sending of SEQM_ADD_TRACK, SEQM_REMOVE_TRACK, SEQM_CHANGE_TRACK, SEQM_REMOVE_PART, and              SEQM_CHANGE_PART to ALSA midi thread (which waits) from inside Audio::processMsg. | 
