--- qsampler/trunk/ChangeLog 2005/06/09 09:28:20 622 +++ qsampler/trunk/ChangeLog 2005/08/20 10:57:24 752 @@ -3,7 +3,30 @@ ChangeLog -0.1.1 2005-06-09 The mantra of bugfixes. +CVS HEAD + +* Set to use QApplication::setMainWidget() instead of + registering the traditional lastWindowClosed() signal + to quit() slot, just to let the -geometry command line + argument have some effect on X11. + +* Added MUTE/SOLO buttons to individual channel strips. + +* Fixed compilation error which occured when Qt was + compiled with -no-stl. + + +0.1.2 2005-06-23 Even minor workings needs a rest. + +* Fixed output disability when messages limit option is + turned off (thanks to Wolfgang Woehl for spotting this + one, while on qjackctl). + +* Added CHANNEL_INFO event feedback notification handling; + minor stream/voice usage auto-refresh cycle optimization. + + +0.1.1 2005-06-12 The mantra of bugfixes. * New improved and full-featured application icon, thanks to Christian Schoenebeck design.