--- qsampler/trunk/ChangeLog 2005/06/18 22:44:56 664 +++ qsampler/trunk/ChangeLog 2005/08/26 23:04:32 757 @@ -3,7 +3,27 @@ ChangeLog -0.1.2 2005-06-18 Work in progress... +CVS HEAD + +* All widget captions changed to include proper application + title name prefix. + +* Attempt to bring those aging autoconf templates to date; + sample SPEC file for RPM build is now being included and + generated at configure time. + +* 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