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

Diff of /qsampler/trunk/ChangeLog

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

revision 1492 by schoenebeck, Mon Nov 19 21:08:18 2007 UTC revision 1787 by capela, Tue Oct 21 14:49:01 2008 UTC
# Line 5  ChangeLog Line 5  ChangeLog
5    
6  CVS HEAD  CVS HEAD
7    
8  * Fixed creation of devices (don't try to set device parameters which the  * Fait-divers: desktop menu file touched to openSUSE conventions.
9    user did not touch in the device creation dialog).  
10    * Due to some trouble with newer Qt >= 4.4 applications regarding font
11      size configuration, a new global user option is now available to the
12      rescue: View/Options... /Display/Other/Base font size (default none).
13    
14    * Attempt to load Qt's own translation support and get rid of
15      the ever warning startup message, unless built in debug mode.
16      (transaction by Guido Scholz, while on qsynth-devel, thanks).
17    
18    * Only one application instance is now allowed to be up and running,
19      with immediate but graceful termination upon startup iif an already
20      running instance is detected, which will see its main widget shown
21      up automatically (Qt/X11 platform only).
22    
23    * Messages file logging makes its first long overdue appearance,
24      with user configurable settings in View/Options.../Server/Logging.
25    
26    * Bugfix in sampler channel dialog, driver combo boxes' content were
27      screwed.
28    
29    * Automatically add & remove channel strips as they were removed e.g. by
30      other frontends.
31    
32    * Refresh device management dialog when device informations changed,
33      e.g. on changes caused by other frontends
34      (fixes segfault on device changes)
35    
36    * Implemented MIDI device activity windows, selectable from the "View"
37      main menu.
38    
39    * Implemented MIDI activity indicator on channel strips.
40    
41    * Added FX Sends Dialog to Channel Strips.
42    
43    * Color pallete fix for the instrument name display in channel strip,
44      particularly notorious on Mac OS X builds.
45    
46    * Added dialog when the application exits which lets the user decide
47      whether to keep the LinuxSampler running or not.
48    
49    
50    0.2.1  2007-12-06  Qt4 migration was complete.
51    
52    * Added recent new support of libgig for retrieving instrument names in a
53      very fast way. If libgig provides this feature, then the respective
54      name retrieval setting in qsampler is enabled by default.
55    
56    * The current selected/activated channel-strip is now visually
57      evident while in the application workspace (highlighting).
58    
59    * Make View/Menubar and Toolbar shortcuts accessible even though
60      the main menu and toobar are not visible.
61    
62    * Audio routing table is initially hidden in the dialog, when
63      creating a new sampler channel.
64    
65    * README requirements and configuration notes update.
66    
67    * Disable OK button in sampler channel form and MIDI instrument
68      form if no valid engine is selected (to avoid bothering newbie
69      users with confusing LSCP syntax errors when using the UI the
70      first time).
71    
72    * Fixed creation of devices (don't try to set device parameters
73      which the user did not touch in the device creation dialog).
74    
75    * Added Windows file path support.
76    
77    * Fixed win32/qmakefile and win32/config.h so that it compiles
78      under win32.
79    
80  * Qt4 port of the application.  * Qt4 port of the application.
81    

Legend:
Removed from v.1492  
changed lines
  Added in v.1787

  ViewVC Help
Powered by ViewVC