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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.1710  
changed lines
  Added in v.2116

  ViewVC Help
Powered by ViewVC