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

Diff of /qsampler/trunk/ChangeLog

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

revision 1668 by schoenebeck, Tue Feb 5 15:42:33 2008 UTC revision 2681 by capela, Wed Dec 24 14:23:06 2014 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  GIT HEAD
7    
8    * Master volume slider now getting proper layout when changing its
9      main toolbar orientation.
10    
11    * Messages standard output capture has been slightly improved
12      as for non-blocking i/o, whenever available. (EXPERIMENTAL)
13    
14    * Adjusted configure check for libgig to detect the new includedir.
15    
16    * A man page has beed added (making up Matt Flax's work on
17      debian, thanks).
18    
19    * Translations install directory change. (EXPERIMENTAL)
20    
21    * Added support for SF2 instrument names/preset enumeration.
22      (EXPERIMENTAL)
23    
24    * Added instrument list popup on channel strip which shows up when
25      the instrument name is clicked. Allows faster switching among
26      instruments of the same file.
27    
28    * Adjusted configure check for libgig to detect its new libdir
29      (impolitely forcing the user now to have at least libgig 3.3.0).
30    
31    
32    0.2.3  2013-12-31  A fifth of a Jubilee.
33    
34    * Allow the build system to include an user specified LDFLAGS.
35    
36    * More preparations for Qt5 configure build.
37    
38    * Standard scalable format (SVG) and MIME type icons support for
39      session files (*.lscp) is now being added.
40    
41    * Preparations for Qt5 migration.
42    
43    * Added include <unistd.h> to shut up gcc 4.7 build failures.
44    
45    * Make(ing) -jN parallel builds now available for the masses.
46    
47    * Fixed Makefile.in handling of installation directories to the
48      configure script eg. --datadir, --localedir.
49    
50    * Made lookup of translation files work inside a Mac OS X bundle.
51    
52    * Minor Mac OS X compilation error fix.
53    
54    * Debugging stacktrace now applies to all working threads.
55    
56    * Made lookup of translation files more robust on Windows.
57    
58    * Fixes for cross compiling and building for Windows with configure
59      and make.
60    
61    * libX11 is now being added explicitly to the build link phase,
62      as seen necessary on some bleeding-edge distros eg. Fedora 13,
63      Debian 6.
64    
65    * Moving from old deprecated Qt3'ish custom event post handling
66      into regular asynchronous signal/slot strategy.
67    
68    * Sampler channel and instrument file requester support for
69      other than GIG engine instrument files (*gig; *.dls) has
70      been added, making roads for the newer SFZ and SF2 engines
71      instrument files (*.sfz; *.sf2).
72    
73    * General standard dialog buttons layout is now in place.
74    
75    * Initial widget geometry and visibility persistence logic has
76      been slightly revised as much to avoid crash failures due to
77      wrong main widget hidden state.
78    
79    * General source tree layout and build configuration change.
80    
81    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
82      traces, whatever, are being introduced as a brand new configure
83      option (--enable-stacktrace) and default enabled on debug build
84      targets (--enable-debug).
85    
86    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
87    
88    * Device parameter spin-box default maximum has been set higher:
89      now at a magic 24-bit limit (16777216) instead of older 16-bit
90      (65536), possibly fixing bug #136.
91    
92    * LADISH Level 1 support has been added: SIGUSR1 signal trap
93      just makes it a shortcut to File/Save.
94    
95    * MIDI Device Status menu is disabled when no MIDI device exists;
96      a menu separator has been added.
97    
98    * Window manager's close button was found missing from the Devices
99      and Instruments widgets when on Qt >= 4.5, now fixed.
100    
101    * MIDI activity indicator on channel strips and MIDI device status
102      widgets is now implemented as a flashing green LED, instead of a
103      lame green solid background :).
104    
105    * Global configuration state is now explicitly saved/committed to
106      disk when View/Options... dialog changes are accepted and applied.
107    
108    * Czech (cs) translation added (by Pavel Fric).
109    
110    
111    0.2.2  2009-08-01  New release cycle.
112    
113    * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
114      brand first translation delivered. Thanks and welcomes whom
115      ever may follow ;)
116    
117    * Converted obsolete QMessageBox forms to standard buttons.
118    
119    * Added support for runtime max. voices / disk streams setting
120      (accessible from the "Options..." dialog). Those fine tuning
121      settings will be saved in case the user modified them and
122      automatically restored to the sampler when reconnecting to
123      a sampler the next time.
124    
125    * Grayed/disabled palette color group fix for dark color themes.
126    
127    * Fait-divers: desktop menu file touched to openSUSE conventions.
128    
129    * Due to some trouble with newer Qt >= 4.4 applications regarding
130      font size configuration, a new global user option is now available
131      to the rescue: View/Options... /Display/Other/Base font size
132      (default none).
133    
134    * Attempt to load Qt's own translation support and get rid of
135      the ever warning startup message, unless built in debug mode.
136      (transaction by Guido Scholz, while on qsynth-devel, thanks).
137    
138    * Only one application instance is now allowed to be up and
139      running, with immediate but graceful termination upon startup
140      iif an already running instance is detected, which will see its
141      main widget shown up automatically (Qt/X11 platform only).
142    
143    * Messages file logging makes its first long overdue appearance,
144      with user configurable settings in View/Options.../Server/Logging.
145    
146    * Bugfix in sampler channel dialog, driver combo boxes' content were
147      screwed.
148    
149    * Automatically add & remove channel strips as they were removed
150      e.g. by other frontends.
151    
152    * Refresh device management dialog when device informations changed,
153      e.g. on changes caused by other frontends
154      (fixes segfault on device changes)
155    
156    * Implemented MIDI device activity windows, selectable from the
157      "View" main menu.
158    
159    * Implemented MIDI activity indicator on channel strips.
160    
161  * Added FX Sends Dialog to Channel Strips.  * Added FX Sends Dialog to Channel Strips.
162    
163  * Color pallete fix for the instrument name display in channel strip,  * Color pallete fix for the instrument name display in channel
164    particularly notorious on Mac OS X builds.    strip, particularly notorious on Mac OS X builds.
165    
166  * Added dialog when the application exits which lets the user decide  * Added dialog when the application exits which lets the user
167    whether to keep the LinuxSampler running or not.    decide whether to keep the LinuxSampler running or not.
168    
169    
170  0.2.1  2007-12-06  Qt4 migration was complete.  0.2.1  2007-12-06  Qt4 migration was complete.
171    
172  * Added recent new support of libgig for retrieving instrument names in a  * Added recent new support of libgig for retrieving instrument
173    very fast way. If libgig provides this feature, then the respective    names in avery fast way. If libgig provides this feature, then
174    name retrieval setting in qsampler is enabled by default.    the respective name retrieval setting in qsampler is enabled by
175      default.
176    
177  * The current selected/activated channel-strip is now visually  * The current selected/activated channel-strip is now visually
178    evident while in the application workspace (highlighting).    evident while in the application workspace (highlighting).

Legend:
Removed from v.1668  
changed lines
  Added in v.2681

  ViewVC Help
Powered by ViewVC