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

Diff of /qsampler/trunk/ChangeLog

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

revision 2038 by capela, Thu Jan 7 18:42:26 2010 UTC revision 2848 by capela, Sat Oct 3 15:48:18 2015 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    * Messages standard output capture has been improved again, now
10      in both ways a non-blocking pipe may get. (EXPERIMENTAL)
11    
12    * Single/unique application instance control adapted to Qt5/X11.
13      (EXPERIMENTAL)
14    
15    
16    0.3.1  2015-07-19  Summer'15 release frenzy.
17    
18    * Fixed configure script's Qt include directory lookup for some
19      64bit Linux flavours.
20    
21    * Prefer Qt5 over Qt4 by default with configure script.
22    
23    * A new top-level widget window geometry state save and restore
24      sub-routine is now in effect. (EXPERIMENTAL)
25    
26    * Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
27    
28    
29    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
30    
31    * Added application description as freedesktop.org's AppData.
32    
33    * Added this "Don't ask/show this again" option to some if not most
34      of the nagging warning/error message boxes.
35    
36    * Mac OS X: Fixed default path of linuxsampler binary.
37    
38    * When closing qsampler and showing the user the dialog whether to
39      stop the LinuxSampler backend, set the default selection to "Yes".
40    
41    * Master volume slider now getting proper layout when changing its
42      main toolbar orientation.
43    
44    * Messages standard output capture has been slightly improved
45      as for non-blocking i/o, whenever available.
46    
47    * Adjusted configure check for libgig to detect the new --includedir.
48    
49    * A man page has beed added (making up Matt Flax's work on
50      debian, thanks).
51    
52    * Translations install directory change.
53    
54    * Added support for SF2 instrument names/preset enumeration.
55    
56    * Added instrument list popup on channel strip which shows up when
57      the instrument name is clicked. Allows faster switching among
58      instruments of the same file.
59    
60    * Adjusted configure check for libgig to detect its new --libdir
61      (impolitely forcing the user now to have at least libgig 3.3.0).
62    
63    
64    0.2.3  2013-12-31  A fifth of a Jubilee.
65    
66    * Allow the build system to include an user specified LDFLAGS.
67    
68    * More preparations for Qt5 configure build.
69    
70    * Standard scalable format (SVG) and MIME type icons support for
71      session files (*.lscp) is now being added.
72    
73    * Preparations for Qt5 migration.
74    
75    * Added include <unistd.h> to shut up gcc 4.7 build failures.
76    
77    * Make(ing) -jN parallel builds now available for the masses.
78    
79    * Fixed Makefile.in handling of installation directories to the
80      configure script eg. --datadir, --localedir.
81    
82    * Made lookup of translation files work inside a Mac OS X bundle.
83    
84    * Minor Mac OS X compilation error fix.
85    
86    * Debugging stacktrace now applies to all working threads.
87    
88    * Made lookup of translation files more robust on Windows.
89    
90    * Fixes for cross compiling and building for Windows with configure
91      and make.
92    
93    * libX11 is now being added explicitly to the build link phase,
94      as seen necessary on some bleeding-edge distros eg. Fedora 13,
95      Debian 6.
96    
97    * Moving from old deprecated Qt3'ish custom event post handling
98      into regular asynchronous signal/slot strategy.
99    
100    * Sampler channel and instrument file requester support for
101      other than GIG engine instrument files (*gig; *.dls) has
102      been added, making roads for the newer SFZ and SF2 engines
103      instrument files (*.sfz; *.sf2).
104    
105    * General standard dialog buttons layout is now in place.
106    
107    * Initial widget geometry and visibility persistence logic has
108      been slightly revised as much to avoid crash failures due to
109      wrong main widget hidden state.
110    
111    * General source tree layout and build configuration change.
112    
113    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
114      traces, whatever, are being introduced as a brand new configure
115      option (--enable-stacktrace) and default enabled on debug build
116      targets (--enable-debug).
117    
118    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
119    
120    * Device parameter spin-box default maximum has been set higher:
121      now at a magic 24-bit limit (16777216) instead of older 16-bit
122      (65536), possibly fixing bug #136.
123    
124    * LADISH Level 1 support has been added: SIGUSR1 signal trap
125      just makes it a shortcut to File/Save.
126    
127  * MIDI Device Status menu is disabled when no MIDI device exists;  * MIDI Device Status menu is disabled when no MIDI device exists;
128    a menu separator has been added.    a menu separator has been added.

Legend:
Removed from v.2038  
changed lines
  Added in v.2848

  ViewVC Help
Powered by ViewVC