/[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 2116 by capela, Mon Aug 23 13:08:28 2010 UTC
# Line 5  ChangeLog Line 5  ChangeLog
5    
6  SVN TRUNK  SVN TRUNK
7    
8    * libX11 is now being added explicitly to the build link phase,
9      as seen necessary on some bleeding-edge distros eg. Fedora 13,
10      Debian 6.
11    
12    * Moving from old deprecated Qt3'ish custom event post handling
13      into regular asynchronous signal/slot strategy. (EXPERIMENTAL)
14    
15    * Sampler channel and instrument file requester support for
16      other than GIG engine instrument files (*gig; *.dls) has
17      been added, making roads for the newer SFZ and SF2 engines
18      instrument files (*.sfz; *.sf2).
19    
20    * General standard dialog buttons layout is now in place.
21    
22    * Initial widget geometry and visibility persistence logic has
23      been slightly revised as much to avoid crash failures due to
24      wrong main widget hidden state.
25    
26    * General source tree layout and build configuration change.
27    
28    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
29      traces, whatever, are being introduced as a brand new configure
30      option (--enable-stacktrace) and default enabled on debug build
31      targets (--enable-debug).
32    
33    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
34    
35    * Device parameter spin-box default maximum has been set higher:
36      now at a magic 24-bit limit (16777216) instead of older 16-bit
37      (65536), possibly fixing bug #136.
38    
39  * LADISH Level 1 support has been added: SIGUSR1 signal trap  * LADISH Level 1 support has been added: SIGUSR1 signal trap
40    just makes it a shortcut to File/Save.    just makes it a shortcut to File/Save.
41    

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

  ViewVC Help
Powered by ViewVC