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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1493  
changed lines
  Added in v.1814

  ViewVC Help
Powered by ViewVC