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

Diff of /qsampler/trunk/ChangeLog

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

revision 1527 by schoenebeck, Mon Nov 26 16:00:21 2007 UTC revision 2112 by capela, Wed Jul 21 18:33:25 2010 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD  SVN TRUNK
7    
8  * Added recent new support of libgig for retrieving instrument names in a  * Moving from old deprecated Qt3'ish custom event post handling
9    very fast way. If libgig provides this feature, then the respective    into regular asynchronous signal/slot strategy. (EXPERIMENTAL)
10    name retrieval setting in qsampler is enabled by default.  
11    * Sampler channel and instrument file requester support for
12      other than GIG engine instrument files (*gig; *.dls) has
13      been added, making roads for the newer SFZ and SF2 engines
14      instrument files (*.sfz; *.sf2).
15    
16    * General standard dialog buttons layout is now in place.
17    
18    * Initial widget geometry and visibility persistence logic has
19      been slightly revised as much to avoid crash failures due to
20      wrong main widget hidden state.
21    
22    * General source tree layout and build configuration change.
23    
24    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
25      traces, whatever, are being introduced as a brand new configure
26      option (--enable-stacktrace) and default enabled on debug build
27      targets (--enable-debug).
28    
29    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
30    
31    * Device parameter spin-box default maximum has been set higher:
32      now at a magic 24-bit limit (16777216) instead of older 16-bit
33      (65536), possibly fixing bug #136.
34    
35    * LADISH Level 1 support has been added: SIGUSR1 signal trap
36      just makes it a shortcut to File/Save.
37    
38    * MIDI Device Status menu is disabled when no MIDI device exists;
39      a menu separator has been added.
40    
41    * Window manager's close button was found missing from the Devices
42      and Instruments widgets when on Qt >= 4.5, now fixed.
43    
44    * MIDI activity indicator on channel strips and MIDI device status
45      widgets is now implemented as a flashing green LED, instead of a
46      lame green solid background :).
47    
48    * Global configuration state is now explicitly saved/committed to
49      disk when View/Options... dialog changes are accepted and applied.
50    
51    * Czech (cs) translation added (by Pavel Fric).
52    
53    
54    0.2.2  2009-08-01  New release cycle.
55    
56    * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
57      brand first translation delivered. Thanks and welcomes whom
58      ever may follow ;)
59    
60    * Converted obsolete QMessageBox forms to standard buttons.
61    
62    * Added support for runtime max. voices / disk streams setting
63      (accessible from the "Options..." dialog). Those fine tuning
64      settings will be saved in case the user modified them and
65      automatically restored to the sampler when reconnecting to
66      a sampler the next time.
67    
68    * Grayed/disabled palette color group fix for dark color themes.
69    
70    * Fait-divers: desktop menu file touched to openSUSE conventions.
71    
72    * Due to some trouble with newer Qt >= 4.4 applications regarding
73      font size configuration, a new global user option is now available
74      to the rescue: View/Options... /Display/Other/Base font size
75      (default none).
76    
77    * Attempt to load Qt's own translation support and get rid of
78      the ever warning startup message, unless built in debug mode.
79      (transaction by Guido Scholz, while on qsynth-devel, thanks).
80    
81    * Only one application instance is now allowed to be up and
82      running, with immediate but graceful termination upon startup
83      iif an already running instance is detected, which will see its
84      main widget shown up automatically (Qt/X11 platform only).
85    
86    * Messages file logging makes its first long overdue appearance,
87      with user configurable settings in View/Options.../Server/Logging.
88    
89    * Bugfix in sampler channel dialog, driver combo boxes' content were
90      screwed.
91    
92    * Automatically add & remove channel strips as they were removed
93      e.g. by other frontends.
94    
95    * Refresh device management dialog when device informations changed,
96      e.g. on changes caused by other frontends
97      (fixes segfault on device changes)
98    
99    * Implemented MIDI device activity windows, selectable from the
100      "View" main menu.
101    
102    * Implemented MIDI activity indicator on channel strips.
103    
104    * Added FX Sends Dialog to Channel Strips.
105    
106    * Color pallete fix for the instrument name display in channel
107      strip, particularly notorious on Mac OS X builds.
108    
109    * Added dialog when the application exits which lets the user
110      decide whether to keep the LinuxSampler running or not.
111    
112    
113    0.2.1  2007-12-06  Qt4 migration was complete.
114    
115    * Added recent new support of libgig for retrieving instrument
116      names in avery fast way. If libgig provides this feature, then
117      the respective name retrieval setting in qsampler is enabled by
118      default.
119    
120  * The current selected/activated channel-strip is now visually  * The current selected/activated channel-strip is now visually
121    evident while in the application workspace (highlighting).    evident while in the application workspace (highlighting).

Legend:
Removed from v.1527  
changed lines
  Added in v.2112

  ViewVC Help
Powered by ViewVC