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

Diff of /qsampler/trunk/ChangeLog

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

revision 2028 by capela, Wed Nov 4 18:59:57 2009 UTC revision 3383 by capela, Fri Dec 1 14:47:13 2017 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
 SVN HEAD  
6    
7  - Global configuration state is now explicitly saved/committed to  GIT HEAD
8    
9    - French (fr) translation added by Olivier Humbert
10      (qsampler_fr.ts).
11    
12    - Desktop entry specification file is now finally independent
13      from build/configure template chains.
14    
15    - Updated target path for freedesktop.org's AppStream metainfo
16      file (formerly AppData).
17    
18    
19    0.4.3  2017-04-27  Pre-LAC2017 release frenzy.
20    
21    - Added French man page (by Olivier Humbert, thanks).
22    
23    - Make builds reproducible byte for byte, by getting rid of
24      the configure build date and time stamps.
25    
26    
27    0.4.2  2016-11-14  A Fall'16 release.
28    
29    * Fixed a potential crash on the singleton/unique application
30      instance setup.
31    
32    * Almost complete overhaul on the configure script command
33      line options, wrt. installation directories specification,
34      eg. --prefix, --bindir, --libdir, --datadir and --mandir.
35    
36    
37    0.4.1  2016-09-14  End of Summer'16 release.
38    
39    * Fixed a race condition on creating sampler channels that ended
40      in duplicate channel strips; also fixed channel auto-arrange.
41      
42    * Dropped the --enable-qt5 from configure as found redundant
43      given that's the build default anyway (suggestion by Guido
44      Scholz, while for Qtractor, thanks).
45    
46    * Automake: set environment variable GCC_COLORS=auto to allow GCC to
47      auto detect whether it (sh/c)ould output its messages in color.
48    
49    
50    0.4.0  2016-04-05  Spring'16 release frenzy.
51    
52    * Added application keywords to freedesktop.org's AppData.
53    
54    * Prevent x11extras module from use on non-X11/Unix plaforms.
55    
56    * Messages standard output capture has been improved again, now
57      in both ways a non-blocking pipe may get.
58    
59    * Single/unique application instance control adapted to Qt5/X11.
60    
61    
62    0.3.1  2015-07-19  Summer'15 release frenzy.
63    
64    * Fixed configure script's Qt include directory lookup for some
65      64bit Linux flavours.
66    
67    * Prefer Qt5 over Qt4 by default with configure script.
68    
69    * A new top-level widget window geometry state save and restore
70      sub-routine is now in effect.
71    
72    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
73    
74    
75    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
76    
77    * Added application description as freedesktop.org's AppData.
78    
79    * Added this "Don't ask/show this again" option to some if not most
80      of the nagging warning/error message boxes.
81    
82    * Mac OS X: Fixed default path of linuxsampler binary.
83    
84    * When closing qsampler and showing the user the dialog whether to
85      stop the LinuxSampler backend, set the default selection to "Yes".
86    
87    * Master volume slider now getting proper layout when changing its
88      main toolbar orientation.
89    
90    * Messages standard output capture has been slightly improved
91      as for non-blocking i/o, whenever available.
92    
93    * Adjusted configure check for libgig to detect the new --includedir.
94    
95    * A man page has beed added (making up Matt Flax's work on
96      debian, thanks).
97    
98    * Translations install directory change.
99    
100    * Added support for SF2 instrument names/preset enumeration.
101    
102    * Added instrument list popup on channel strip which shows up when
103      the instrument name is clicked. Allows faster switching among
104      instruments of the same file.
105    
106    * Adjusted configure check for libgig to detect its new --libdir
107      (impolitely forcing the user now to have at least libgig 3.3.0).
108    
109    
110    0.2.3  2013-12-31  A fifth of a Jubilee.
111    
112    * Allow the build system to include an user specified LDFLAGS.
113    
114    * More preparations for Qt5 configure build.
115    
116    * Standard scalable format (SVG) and MIME type icons support for
117      session files (*.lscp) is now being added.
118    
119    * Preparations for Qt5 migration.
120    
121    * Added include <unistd.h> to shut up gcc 4.7 build failures.
122    
123    * Make(ing) -jN parallel builds now available for the masses.
124    
125    * Fixed Makefile.in handling of installation directories to the
126      configure script eg. --datadir, --localedir.
127    
128    * Made lookup of translation files work inside a Mac OS X bundle.
129    
130    * Minor Mac OS X compilation error fix.
131    
132    * Debugging stacktrace now applies to all working threads.
133    
134    * Made lookup of translation files more robust on Windows.
135    
136    * Fixes for cross compiling and building for Windows with configure
137      and make.
138    
139    * libX11 is now being added explicitly to the build link phase,
140      as seen necessary on some bleeding-edge distros eg. Fedora 13,
141      Debian 6.
142    
143    * Moving from old deprecated Qt3'ish custom event post handling
144      into regular asynchronous signal/slot strategy.
145    
146    * Sampler channel and instrument file requester support for
147      other than GIG engine instrument files (*gig; *.dls) has
148      been added, making roads for the newer SFZ and SF2 engines
149      instrument files (*.sfz; *.sf2).
150    
151    * General standard dialog buttons layout is now in place.
152    
153    * Initial widget geometry and visibility persistence logic has
154      been slightly revised as much to avoid crash failures due to
155      wrong main widget hidden state.
156    
157    * General source tree layout and build configuration change.
158    
159    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
160      traces, whatever, are being introduced as a brand new configure
161      option (--enable-stacktrace) and default enabled on debug build
162      targets (--enable-debug).
163    
164    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
165    
166    * Device parameter spin-box default maximum has been set higher:
167      now at a magic 24-bit limit (16777216) instead of older 16-bit
168      (65536), possibly fixing bug #136.
169    
170    * LADISH Level 1 support has been added: SIGUSR1 signal trap
171      just makes it a shortcut to File/Save.
172    
173    * MIDI Device Status menu is disabled when no MIDI device exists;
174      a menu separator has been added.
175    
176    * Window manager's close button was found missing from the Devices
177      and Instruments widgets when on Qt >= 4.5, now fixed.
178    
179    * MIDI activity indicator on channel strips and MIDI device status
180      widgets is now implemented as a flashing green LED, instead of a
181      lame green solid background :).
182    
183    * Global configuration state is now explicitly saved/committed to
184    disk when View/Options... dialog changes are accepted and applied.    disk when View/Options... dialog changes are accepted and applied.
185    
186  - Czech (cs) translation added (by Pavel Fric).  * Czech (cs) translation added (by Pavel Fric).
187    
188    
189  0.2.2  2009-08-01  New release cycle.  0.2.2  2009-08-01  New release cycle.
# Line 181  SVN HEAD Line 356  SVN HEAD
356  * Minor fixing on the initial messages dock-window height.  * Minor fixing on the initial messages dock-window height.
357    
358  * Audio output channel routing configuration finally hits  * Audio output channel routing configuration finally hits
359    the sampler channel dialog, at last! (EXPERIMENTAL).    the sampler channel dialog, at last!
360    
361  * All widget captions changed to include proper application  * All widget captions changed to include proper application
362    title name prefix.    title name prefix.
# Line 234  SVN HEAD Line 409  SVN HEAD
409    
410  0.1.0   2005-05-23  Device configuration breakthrough.  0.1.0   2005-05-23  Device configuration breakthrough.
411    
412  * Device configuration is now complete (EXPERIMENTAL).  * Device configuration is now complete.
413    
414  * [bug #9] Fixed for a LSCP command syntax convention  * [bug #9] Fixed for a LSCP command syntax convention
415    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available

Legend:
Removed from v.2028  
changed lines
  Added in v.3383

  ViewVC Help
Powered by ViewVC