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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.2339  
changed lines
  Added in v.3465

  ViewVC Help
Powered by ViewVC