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

Diff of /qsampler/trunk/ChangeLog

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

revision 2077 by capela, Wed Mar 31 09:07:30 2010 UTC revision 3429 by capela, Fri Aug 17 18:39:36 2018 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  SVN TRUNK  
7    GIT HEAD
8    
9    - AppStream metadata updated to be the most compliant with
10      latest freedesktop.org specification and recommendation.
11    
12    
13    0.5.2  2018-07-22  A Summer'18 Release.
14    
15    - AppData/AppStream metadata is now settled under an all
16      permisssive license (FSFAP).
17    
18    
19    0.5.1  2018-05-21  Pre-LAC2018 release frenzy.
20    
21    - Disable singleton/unique application instance setup logic
22      when the display server platform is not X11.
23    
24    - Fixed device management dialog not responding to user changes.
25    
26    - A little hardening on the configure (autoconf) macro side.
27    
28    - Fixed minor memory leak in device management dialog.
29    
30    - Fixed unnecessary latency when closing app.
31    
32    
33    0.5.0  2017-12-12  An Autumn'17 release.
34    
35    - French (fr) translation added by Olivier Humbert
36      (qsampler_fr.ts).
37    
38    - Desktop entry specification file is now finally independent
39      from build/configure template chains.
40    
41    - Updated target path for freedesktop.org's AppStream metainfo
42      file (formerly AppData).
43    
44    
45    0.4.3  2017-04-27  Pre-LAC2017 release frenzy.
46    
47    - Added French man page (by Olivier Humbert, thanks).
48    
49    - Make builds reproducible byte for byte, by getting rid of
50      the configure build date and time stamps.
51    
52    
53    0.4.2  2016-11-14  A Fall'16 release.
54    
55    * Fixed a potential crash on the singleton/unique application
56      instance setup.
57    
58    * Almost complete overhaul on the configure script command
59      line options, wrt. installation directories specification,
60      eg. --prefix, --bindir, --libdir, --datadir and --mandir.
61    
62    
63    0.4.1  2016-09-14  End of Summer'16 release.
64    
65    * Fixed a race condition on creating sampler channels that ended
66      in duplicate channel strips; also fixed channel auto-arrange.
67      
68    * Dropped the --enable-qt5 from configure as found redundant
69      given that's the build default anyway (suggestion by Guido
70      Scholz, while for Qtractor, thanks).
71    
72    * Automake: set environment variable GCC_COLORS=auto to allow GCC to
73      auto detect whether it (sh/c)ould output its messages in color.
74    
75    
76    0.4.0  2016-04-05  Spring'16 release frenzy.
77    
78    * Added application keywords to freedesktop.org's AppData.
79    
80    * Prevent x11extras module from use on non-X11/Unix plaforms.
81    
82    * Messages standard output capture has been improved again, now
83      in both ways a non-blocking pipe may get.
84    
85    * Single/unique application instance control adapted to Qt5/X11.
86    
87    
88    0.3.1  2015-07-19  Summer'15 release frenzy.
89    
90    * Fixed configure script's Qt include directory lookup for some
91      64bit Linux flavours.
92    
93    * Prefer Qt5 over Qt4 by default with configure script.
94    
95    * A new top-level widget window geometry state save and restore
96      sub-routine is now in effect.
97    
98    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
99    
100    
101    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
102    
103    * Added application description as freedesktop.org's AppData.
104    
105    * Added this "Don't ask/show this again" option to some if not most
106      of the nagging warning/error message boxes.
107    
108    * Mac OS X: Fixed default path of linuxsampler binary.
109    
110    * When closing qsampler and showing the user the dialog whether to
111      stop the LinuxSampler backend, set the default selection to "Yes".
112    
113    * Master volume slider now getting proper layout when changing its
114      main toolbar orientation.
115    
116    * Messages standard output capture has been slightly improved
117      as for non-blocking i/o, whenever available.
118    
119    * Adjusted configure check for libgig to detect the new --includedir.
120    
121    * A man page has beed added (making up Matt Flax's work on
122      debian, thanks).
123    
124    * Translations install directory change.
125    
126    * Added support for SF2 instrument names/preset enumeration.
127    
128    * Added instrument list popup on channel strip which shows up when
129      the instrument name is clicked. Allows faster switching among
130      instruments of the same file.
131    
132    * Adjusted configure check for libgig to detect its new --libdir
133      (impolitely forcing the user now to have at least libgig 3.3.0).
134    
135    
136    0.2.3  2013-12-31  A fifth of a Jubilee.
137    
138    * Allow the build system to include an user specified LDFLAGS.
139    
140    * More preparations for Qt5 configure build.
141    
142    * Standard scalable format (SVG) and MIME type icons support for
143      session files (*.lscp) is now being added.
144    
145    * Preparations for Qt5 migration.
146    
147    * Added include <unistd.h> to shut up gcc 4.7 build failures.
148    
149    * Make(ing) -jN parallel builds now available for the masses.
150    
151    * Fixed Makefile.in handling of installation directories to the
152      configure script eg. --datadir, --localedir.
153    
154    * Made lookup of translation files work inside a Mac OS X bundle.
155    
156    * Minor Mac OS X compilation error fix.
157    
158    * Debugging stacktrace now applies to all working threads.
159    
160    * Made lookup of translation files more robust on Windows.
161    
162    * Fixes for cross compiling and building for Windows with configure
163      and make.
164    
165    * libX11 is now being added explicitly to the build link phase,
166      as seen necessary on some bleeding-edge distros eg. Fedora 13,
167      Debian 6.
168    
169    * Moving from old deprecated Qt3'ish custom event post handling
170      into regular asynchronous signal/slot strategy.
171    
172    * Sampler channel and instrument file requester support for
173      other than GIG engine instrument files (*gig; *.dls) has
174      been added, making roads for the newer SFZ and SF2 engines
175      instrument files (*.sfz; *.sf2).
176    
177    * General standard dialog buttons layout is now in place.
178    
179  * Initial widget geometry and visibility persistence logic has  * Initial widget geometry and visibility persistence logic has
180    been slightly revised as much to avoid crash failures due to    been slightly revised as much to avoid crash failures due to
# Line 211  SVN TRUNK Line 382  SVN TRUNK
382  * Minor fixing on the initial messages dock-window height.  * Minor fixing on the initial messages dock-window height.
383    
384  * Audio output channel routing configuration finally hits  * Audio output channel routing configuration finally hits
385    the sampler channel dialog, at last! (EXPERIMENTAL).    the sampler channel dialog, at last!
386    
387  * All widget captions changed to include proper application  * All widget captions changed to include proper application
388    title name prefix.    title name prefix.
# Line 264  SVN TRUNK Line 435  SVN TRUNK
435    
436  0.1.0   2005-05-23  Device configuration breakthrough.  0.1.0   2005-05-23  Device configuration breakthrough.
437    
438  * Device configuration is now complete (EXPERIMENTAL).  * Device configuration is now complete.
439    
440  * [bug #9] Fixed for a LSCP command syntax convention  * [bug #9] Fixed for a LSCP command syntax convention
441    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available

Legend:
Removed from v.2077  
changed lines
  Added in v.3429

  ViewVC Help
Powered by ViewVC