/[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 2987 by capela, Fri Sep 23 11:42:50 2016 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    - Almost complete overhaul on the configure script command
10      line options, wrt. installation directories specification,
11      eg. --prefix, --bindir, --libdir, --datadir and --mandir.
12      (EXPERIMENTAL)
13    
14    
15    0.4.1  2016-09-14  End of Summer'16 release.
16    
17    * Fixed a race condition on creating sampler channels that ended
18      in duplicate channel strips; also fixed channel auto-arrange.
19      
20    * Dropped the --enable-qt5 from configure as found redundant
21      given that's the build default anyway (suggestion by Guido
22      Scholz, while for Qtractor, thanks).
23    
24    * Automake: set environment variable GCC_COLORS=auto to allow GCC to
25      auto detect whether it (sh/c)ould output its messages in color.
26    
27    
28    0.4.0  2016-04-05  Spring'16 release frenzy.
29    
30    * Added application keywords to freedesktop.org's AppData.
31    
32    * Prevent x11extras module from use on non-X11/Unix plaforms.
33    
34    * Messages standard output capture has been improved again, now
35      in both ways a non-blocking pipe may get.
36    
37    * Single/unique application instance control adapted to Qt5/X11.
38    
39    
40    0.3.1  2015-07-19  Summer'15 release frenzy.
41    
42    * Fixed configure script's Qt include directory lookup for some
43      64bit Linux flavours.
44    
45    * Prefer Qt5 over Qt4 by default with configure script.
46    
47    * A new top-level widget window geometry state save and restore
48      sub-routine is now in effect. (EXPERIMENTAL)
49    
50    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
51    
52    
53    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
54    
55    * Added application description as freedesktop.org's AppData.
56    
57    * Added this "Don't ask/show this again" option to some if not most
58      of the nagging warning/error message boxes.
59    
60    * Mac OS X: Fixed default path of linuxsampler binary.
61    
62    * When closing qsampler and showing the user the dialog whether to
63      stop the LinuxSampler backend, set the default selection to "Yes".
64    
65    * Master volume slider now getting proper layout when changing its
66      main toolbar orientation.
67    
68    * Messages standard output capture has been slightly improved
69      as for non-blocking i/o, whenever available.
70    
71    * Adjusted configure check for libgig to detect the new --includedir.
72    
73    * A man page has beed added (making up Matt Flax's work on
74      debian, thanks).
75    
76    * Translations install directory change.
77    
78    * Added support for SF2 instrument names/preset enumeration.
79    
80    * Added instrument list popup on channel strip which shows up when
81      the instrument name is clicked. Allows faster switching among
82      instruments of the same file.
83    
84    * Adjusted configure check for libgig to detect its new --libdir
85      (impolitely forcing the user now to have at least libgig 3.3.0).
86    
87    
88    0.2.3  2013-12-31  A fifth of a Jubilee.
89    
90    * Allow the build system to include an user specified LDFLAGS.
91    
92    * More preparations for Qt5 configure build.
93    
94    * Standard scalable format (SVG) and MIME type icons support for
95      session files (*.lscp) is now being added.
96    
97    * Preparations for Qt5 migration.
98    
99    * Added include <unistd.h> to shut up gcc 4.7 build failures.
100    
101  * Make(ing) -jN parallel builds now available for the masses.  * Make(ing) -jN parallel builds now available for the masses.
102    
# Line 26  SVN TRUNK Line 119  SVN TRUNK
119    Debian 6.    Debian 6.
120    
121  * Moving from old deprecated Qt3'ish custom event post handling  * Moving from old deprecated Qt3'ish custom event post handling
122    into regular asynchronous signal/slot strategy. (EXPERIMENTAL)    into regular asynchronous signal/slot strategy.
123    
124  * Sampler channel and instrument file requester support for  * Sampler channel and instrument file requester support for
125    other than GIG engine instrument files (*gig; *.dls) has    other than GIG engine instrument files (*gig; *.dls) has

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

  ViewVC Help
Powered by ViewVC