summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-04-15 02:45:33 +0000
committerTim E. Real <termtech@rogers.com>2011-04-15 02:45:33 +0000
commit7303c41c6de1c6823de4cfb2d314e42a2ad9ff5f (patch)
treeb40224140a1a58817aaef3633863d4075c3c0a34 /muse2/ChangeLog
parent8acbc05a692368347cffa794d047dc4839ad6b78 (diff)
Improved dark part colour gradients. Added gGradientFromQColor() in widgets/utils.cpp
called from PartCanvas draw.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index b3e18e71..9d5e7237 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -5,6 +5,7 @@
- Removed DSSI gui QProcess kill timers. In Qt4 they can only be used that way with threads started with QThread.
Kill is not nice anyway. On terminate, gui may prompt user to save work etc. App should check at close
if all these guis closed and ask to abort closing, or kill the guis, or leave them alone.
+ - Improved dark part colour gradients. Added gGradientFromQColor() in widgets/utils.cpp and called from PartCanvas draw.
12.04.2011:
- Another fix for FLAM GUI controls - 300ms delay before sending control values in PluginI::oscUpdate(). (Tim)
Good enough? How to make sure (any) gui is really ready?