/[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 2545 by capela, Sat May 10 16:06:02 2014 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  0.2.3  2013-12-31  A fifth of a Jubilee.
7    
8    * Allow the build system to include an user specified LDFLAGS.
9    
10    * More preparations for Qt5 configure build.
11    
12    * Standard scalable format (SVG) and MIME type icons support for
13      session files (*.lscp) is now being added.
14    
15    * Preparations for Qt5 migration.
16    
17    * Added include <unistd.h> to shut up gcc 4.7 build failures.
18    
19    * Make(ing) -jN parallel builds now available for the masses.
20    
21    * Fixed Makefile.in handling of installation directories to the
22      configure script eg. --datadir, --localedir.
23    
24    * Made lookup of translation files work inside a Mac OS X bundle.
25    
26    * Minor Mac OS X compilation error fix.
27    
28    * Debugging stacktrace now applies to all working threads.
29    
30    * Made lookup of translation files more robust on Windows.
31    
32    * Fixes for cross compiling and building for Windows with configure
33      and make.
34    
35    * libX11 is now being added explicitly to the build link phase,
36      as seen necessary on some bleeding-edge distros eg. Fedora 13,
37      Debian 6.
38    
39    * Moving from old deprecated Qt3'ish custom event post handling
40      into regular asynchronous signal/slot strategy.
41    
42    * Sampler channel and instrument file requester support for
43      other than GIG engine instrument files (*gig; *.dls) has
44      been added, making roads for the newer SFZ and SF2 engines
45      instrument files (*.sfz; *.sf2).
46    
47    * General standard dialog buttons layout is now in place.
48    
49    * Initial widget geometry and visibility persistence logic has
50      been slightly revised as much to avoid crash failures due to
51      wrong main widget hidden state.
52    
53    * General source tree layout and build configuration change.
54    
55    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
56      traces, whatever, are being introduced as a brand new configure
57      option (--enable-stacktrace) and default enabled on debug build
58      targets (--enable-debug).
59    
60    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
61    
62    * Device parameter spin-box default maximum has been set higher:
63      now at a magic 24-bit limit (16777216) instead of older 16-bit
64      (65536), possibly fixing bug #136.
65    
66    * LADISH Level 1 support has been added: SIGUSR1 signal trap
67      just makes it a shortcut to File/Save.
68    
69  * MIDI Device Status menu is disabled when no MIDI device exists;  * MIDI Device Status menu is disabled when no MIDI device exists;
70    a menu separator has been added.    a menu separator has been added.

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

  ViewVC Help
Powered by ViewVC