--- qsampler/trunk/ChangeLog 2005/06/08 23:42:51 621 +++ qsampler/trunk/ChangeLog 2005/12/23 01:40:56 824 @@ -3,7 +3,53 @@ ChangeLog -0.1.1 2005-06-09 The mantra of bugfixes. +CVS HEAD + +* Whenever the listing of actual instrument names is not an + option (e.g. due to lack of libgig support), the whole + number of selectable instrument items is now being graciously + increased from just the bare 8 (eight) right up through 100 + (one hundred), on the sampler channel setup dialog. + +* The selection buttons, on the right of the Instrument, Audio + and MIDI devices combo-boxes, on the sampler channel dialog, + are now expected to be a little better looking than it was + before, at least for those Mac OS X eyes. + +* Minor fixing on the initial messages dock-window height. + +* Audio output channel routing configuration finally hits + the sampler channel dialog, at last! (EXPERIMENTAL). + +* 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 + 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. @@ -12,7 +58,9 @@ in an error state, which was preventing correct channel info updates. -* Device configuration now accessible on toolbar. +* Device configuration now accessible on toolbar. Added + buddy text label to device port/channel combobox on the + device dialog. * Include libgig version info on command line request (-v).