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

Diff of /qsampler/trunk/ChangeLog

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

revision 1873 by capela, Wed Mar 25 15:16:37 2009 UTC revision 2181 by capela, Sun Jun 5 10:21:53 2011 UTC
# Line 3  Qsampler - A LinuxSampler Qt GUI Interfa Line 3  Qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD  SVN TRUNK
7    
8    * Debugging stacktrace now applies to all working threads.
9    
10    * Made lookup of translation files more robust on Windows
11    
12    * Fixes for cross compiling and building for Windows with configure
13      and make.
14    
15    * libX11 is now being added explicitly to the build link phase,
16      as seen necessary on some bleeding-edge distros eg. Fedora 13,
17      Debian 6.
18    
19    * Moving from old deprecated Qt3'ish custom event post handling
20      into regular asynchronous signal/slot strategy. (EXPERIMENTAL)
21    
22    * Sampler channel and instrument file requester support for
23      other than GIG engine instrument files (*gig; *.dls) has
24      been added, making roads for the newer SFZ and SF2 engines
25      instrument files (*.sfz; *.sf2).
26    
27    * General standard dialog buttons layout is now in place.
28    
29    * Initial widget geometry and visibility persistence logic has
30      been slightly revised as much to avoid crash failures due to
31      wrong main widget hidden state.
32    
33    * General source tree layout and build configuration change.
34    
35    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
36      traces, whatever, are being introduced as a brand new configure
37      option (--enable-stacktrace) and default enabled on debug build
38      targets (--enable-debug).
39    
40    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
41    
42    * Device parameter spin-box default maximum has been set higher:
43      now at a magic 24-bit limit (16777216) instead of older 16-bit
44      (65536), possibly fixing bug #136.
45    
46    * LADISH Level 1 support has been added: SIGUSR1 signal trap
47      just makes it a shortcut to File/Save.
48    
49    * MIDI Device Status menu is disabled when no MIDI device exists;
50      a menu separator has been added.
51    
52    * Window manager's close button was found missing from the Devices
53      and Instruments widgets when on Qt >= 4.5, now fixed.
54    
55    * MIDI activity indicator on channel strips and MIDI device status
56      widgets is now implemented as a flashing green LED, instead of a
57      lame green solid background :).
58    
59    * Global configuration state is now explicitly saved/committed to
60      disk when View/Options... dialog changes are accepted and applied.
61    
62    * Czech (cs) translation added (by Pavel Fric).
63    
64    
65    0.2.2  2009-08-01  New release cycle.
66    
67  * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as  * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
68    brand first translation delivered. Thanks and welcomes whom    brand first translation delivered. Thanks and welcomes whom

Legend:
Removed from v.1873  
changed lines
  Added in v.2181

  ViewVC Help
Powered by ViewVC