/[svn]/qsampler/trunk/ChangeLog
ViewVC logotype

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 664 by capela, Sat Jun 18 22:44:56 2005 UTC revision 1016 by capela, Mon Jan 8 22:04:33 2007 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  0.1.2   2005-06-18 Work in progress...  CVS HEAD
7    
8    * Sampler channel setup dialog does not mandate for valid nor
9      existing instrument file name; dropped MIDI port from sampler
10      channel strip display, only MIDI channel is now displayed.
11    
12    * Revised error verbosity in general and on session load/save;
13      hour-glass wait cursor is now displayed on session load/save;
14      keyboard shortcuts changed on MIDI instruments view context;
15      improved channel strip arrangement on session open/load;
16      instrument map entry removal confirmation (as optional);
17      corrected some tooltip text strings.
18    
19    * Most top-level widgets were missing the normal-widget flag,
20      which were causing some sticky size behavior while on some
21      window managers.
22    
23    * Added preliminary MIDI instrument mapping support; now
24      with an instrument list widget and editing capabilities;
25      MIDI instrumeent map program numbers are now displayed in
26      the range 1-128, instead of the internal 0-127.
27    
28    * GPL address update.
29    
30    
31    0.1.3   2006-06-01 Its been a long year isn't it?
32    
33    * Changed deprecated copyright attribute to license,
34      on qsampler.spec (RPM).
35    
36    * Added configure support for x86_64 libraries (UNTESTED).
37    
38    * Optional specification of alternate liblscp and libgig
39      installation paths have been added to configure command
40      arguments (--with-liblscp, --with-libgig).
41    
42    * Whenever the listing of actual instrument names is not an
43      option (e.g. due to lack of libgig support), the whole
44      number of selectable instrument items is now being graciously
45      increased from just the bare 8 (eight) right up through 100
46      (one hundred), on the sampler channel setup dialog.
47    
48    * The selection buttons, on the right of the Instrument, Audio
49      and MIDI devices combo-boxes, on the sampler channel dialog,
50      are now expected to be a little better looking than it was
51      before, at least for those Mac OS X eyes.
52    
53    * Minor fixing on the initial messages dock-window height.
54    
55    * Audio output channel routing configuration finally hits
56      the sampler channel dialog, at last! (EXPERIMENTAL).
57    
58    * All widget captions changed to include proper application
59      title name prefix.
60    
61    * Attempt to bring those aging autoconf templates to date;
62      sample SPEC file for RPM build is now being included and
63      generated at configure time.
64    
65    * Set to use QApplication::setMainWidget() instead of
66      registering the traditional lastWindowClosed() signal
67      to quit() slot, just to let the -geometry command line
68      argument have some effect on X11.
69    
70    * Added MUTE/SOLO buttons to individual channel strips.
71    
72    * Fixed compilation error which occured when Qt was
73      compiled with -no-stl.
74    
75    
76    0.1.2   2005-06-23 Even minor workings needs a rest.
77    
78  * Fixed output disability when messages limit option is  * Fixed output disability when messages limit option is
79    turned off (thanks to Wolfgang Woehl for spotting this    turned off (thanks to Wolfgang Woehl for spotting this

Legend:
Removed from v.664  
changed lines
  Added in v.1016

  ViewVC Help
Powered by ViewVC