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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.2181  
changed lines
  Added in v.3001

  ViewVC Help
Powered by ViewVC