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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.2050  
changed lines
  Added in v.2480

  ViewVC Help
Powered by ViewVC