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

Diff of /qsampler/trunk/ChangeLog

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

revision 2724 by capela, Mon Mar 9 09:13:24 2015 UTC revision 3633 by capela, Thu Oct 17 14:09:09 2019 UTC
# Line 1  Line 1 
1  Qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ~------------------------------------------
3    
4  ChangeLog  ChangeLog
5    
6    
7  GIT HEAD  0.6.0  2019-10-17  An Autumn'19 Release.
8    
9    - Added alternate yet non-official CMake build option.
10    
11    - Fix HiDPI display screen effective support (Qt >= 5.6).
12    
13    - Make sure compiler flags comply to c++11 as standard.
14    
15    
16    0.5.6  2019-07-12  A Summer'19 Release.
17    
18    - Updated for the newer Qt5 translation tools (>= 5.13).
19    
20    - Configure updated to check for qtchooser availability.
21    
22    - Minor update to Debian packaging control file.
23    
24    
25    0.5.5  2019-04-11  A Spring-Break'19 Release.
26    
27    - Re-defined all main application UNIX signal handling.
28    
29    
30    0.5.4  2019-03-11  Pre-LAC2019 Release Frenzy.
31    
32    - Refactored all singleton/unique application instance
33      setup logic away from X11/Xcb hackery.
34    
35    - HiDPI display screen support (Qt >= 5.6).
36    
37    - Bumped copyright headers into the New Year (2019).
38    
39    
40    0.5.3  2018-12-06  An End of Autumn'18 Release.
41    
42    - Avoid saving plug-in sampler channels and related devices
43      to regular LSCP (*.lscp) session files.
44    
45    - Fixed MIDI and Audio device selection on the common sampler
46      channel settings dialog.
47    
48    - Old deprecated Qt4 build support is no more.
49    
50    - AppStream metadata updated to be the most compliant with
51      latest freedesktop.org specification and recommendation.
52    
53    
54    0.5.2  2018-07-22  A Summer'18 Release.
55    
56    - AppData/AppStream metadata is now settled under an all
57      permisssive license (FSFAP).
58    
59    
60    0.5.1  2018-05-21  Pre-LAC2018 release frenzy.
61    
62    - Disable singleton/unique application instance setup logic
63      when the display server platform is not X11.
64    
65    - Fixed device management dialog not responding to user changes.
66    
67    - A little hardening on the configure (autoconf) macro side.
68    
69    - Fixed minor memory leak in device management dialog.
70    
71    - Fixed unnecessary latency when closing app.
72    
73    
74    0.5.0  2017-12-12  An Autumn'17 release.
75    
76    - French (fr) translation added by Olivier Humbert
77      (qsampler_fr.ts).
78    
79    - Desktop entry specification file is now finally independent
80      from build/configure template chains.
81    
82    - Updated target path for freedesktop.org's AppStream metainfo
83      file (formerly AppData).
84    
85    
86    0.4.3  2017-04-27  Pre-LAC2017 release frenzy.
87    
88    - Added French man page (by Olivier Humbert, thanks).
89    
90    - Make builds reproducible byte for byte, by getting rid of
91      the configure build date and time stamps.
92    
93    
94    0.4.2  2016-11-14  A Fall'16 release.
95    
96    * Fixed a potential crash on the singleton/unique application
97      instance setup.
98    
99    * Almost complete overhaul on the configure script command
100      line options, wrt. installation directories specification,
101      eg. --prefix, --bindir, --libdir, --datadir and --mandir.
102    
103    
104    0.4.1  2016-09-14  End of Summer'16 release.
105    
106    * Fixed a race condition on creating sampler channels that ended
107      in duplicate channel strips; also fixed channel auto-arrange.
108      
109    * Dropped the --enable-qt5 from configure as found redundant
110      given that's the build default anyway (suggestion by Guido
111      Scholz, while for Qtractor, thanks).
112    
113    * Automake: set environment variable GCC_COLORS=auto to allow GCC to
114      auto detect whether it (sh/c)ould output its messages in color.
115    
116    
117    0.4.0  2016-04-05  Spring'16 release frenzy.
118    
119    * Added application keywords to freedesktop.org's AppData.
120    
121    * Prevent x11extras module from use on non-X11/Unix plaforms.
122    
123    * Messages standard output capture has been improved again, now
124      in both ways a non-blocking pipe may get.
125    
126    * Single/unique application instance control adapted to Qt5/X11.
127    
128    
129    0.3.1  2015-07-19  Summer'15 release frenzy.
130    
131    * Fixed configure script's Qt include directory lookup for some
132      64bit Linux flavours.
133    
134    * Prefer Qt5 over Qt4 by default with configure script.
135    
136    * A new top-level widget window geometry state save and restore
137      sub-routine is now in effect.
138    
139    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
140    
141    
142    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
143    
144  * Added application description as freedesktop.org's AppData.  * Added application description as freedesktop.org's AppData.
145    
146  * Added this "Don't ask/show this again" option to some if not most  * Added this "Don't ask/show this again" option to some if not most
147    of the nagging warning/error message boxes. (EXPERIMENTAL)    of the nagging warning/error message boxes.
148    
149  * Mac OS X: Fixed default path of linuxsampler binary.  * Mac OS X: Fixed default path of linuxsampler binary.
150    
# Line 20  GIT HEAD Line 155  GIT HEAD
155    main toolbar orientation.    main toolbar orientation.
156    
157  * Messages standard output capture has been slightly improved  * Messages standard output capture has been slightly improved
158    as for non-blocking i/o, whenever available. (EXPERIMENTAL)    as for non-blocking i/o, whenever available.
159    
160  * Adjusted configure check for libgig to detect the new includedir.  * Adjusted configure check for libgig to detect the new --includedir.
161    
162  * A man page has beed added (making up Matt Flax's work on  * A man page has beed added (making up Matt Flax's work on
163    debian, thanks).    debian, thanks).
164    
165  * Translations install directory change. (EXPERIMENTAL)  * Translations install directory change.
166    
167  * Added support for SF2 instrument names/preset enumeration.  * Added support for SF2 instrument names/preset enumeration.
   (EXPERIMENTAL)  
168    
169  * Added instrument list popup on channel strip which shows up when  * Added instrument list popup on channel strip which shows up when
170    the instrument name is clicked. Allows faster switching among    the instrument name is clicked. Allows faster switching among
171    instruments of the same file.    instruments of the same file.
172    
173  * Adjusted configure check for libgig to detect its new libdir  * Adjusted configure check for libgig to detect its new --libdir
174    (impolitely forcing the user now to have at least libgig 3.3.0).    (impolitely forcing the user now to have at least libgig 3.3.0).
175    
176    
# Line 289  GIT HEAD Line 423  GIT HEAD
423  * Minor fixing on the initial messages dock-window height.  * Minor fixing on the initial messages dock-window height.
424    
425  * Audio output channel routing configuration finally hits  * Audio output channel routing configuration finally hits
426    the sampler channel dialog, at last! (EXPERIMENTAL).    the sampler channel dialog, at last!
427    
428  * All widget captions changed to include proper application  * All widget captions changed to include proper application
429    title name prefix.    title name prefix.
# Line 342  GIT HEAD Line 476  GIT HEAD
476    
477  0.1.0   2005-05-23  Device configuration breakthrough.  0.1.0   2005-05-23  Device configuration breakthrough.
478    
479  * Device configuration is now complete (EXPERIMENTAL).  * Device configuration is now complete.
480    
481  * [bug #9] Fixed for a LSCP command syntax convention  * [bug #9] Fixed for a LSCP command syntax convention
482    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available

Legend:
Removed from v.2724  
changed lines
  Added in v.3633

  ViewVC Help
Powered by ViewVC