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

Diff of /qsampler/trunk/ChangeLog

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

revision 2722 by capela, Tue Mar 3 17:41:04 2015 UTC revision 3001 by capela, Sat Oct 8 22:08:39 2016 UTC
# Line 6  ChangeLog Line 6  ChangeLog
6    
7  GIT HEAD  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  * Added this "Don't ask/show this again" option to some if not most
61    of the nagging warning/error message boxes. (EXPERIMENTAL)    of the nagging warning/error message boxes.
62    
63  * Mac OS X: Fixed default path of linuxsampler binary.  * Mac OS X: Fixed default path of linuxsampler binary.
64    
65  * When closing qsampler and showing the user the dialog whether to  * When closing qsampler and showing the user the dialog whether to
# Line 18  GIT HEAD Line 69  GIT HEAD
69    main toolbar orientation.    main toolbar orientation.
70    
71  * Messages standard output capture has been slightly improved  * Messages standard output capture has been slightly improved
72    as for non-blocking i/o, whenever available. (EXPERIMENTAL)    as for non-blocking i/o, whenever available.
73    
74  * Adjusted configure check for libgig to detect the new includedir.  * 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  * A man page has beed added (making up Matt Flax's work on
77    debian, thanks).    debian, thanks).
78    
79  * Translations install directory change. (EXPERIMENTAL)  * Translations install directory change.
80    
81  * Added support for SF2 instrument names/preset enumeration.  * Added support for SF2 instrument names/preset enumeration.
   (EXPERIMENTAL)  
82    
83  * Added instrument list popup on channel strip which shows up when  * Added instrument list popup on channel strip which shows up when
84    the instrument name is clicked. Allows faster switching among    the instrument name is clicked. Allows faster switching among
85    instruments of the same file.    instruments of the same file.
86    
87  * Adjusted configure check for libgig to detect its new libdir  * Adjusted configure check for libgig to detect its new --libdir
88    (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).
89    
90    

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

  ViewVC Help
Powered by ViewVC