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

Diff of /qsampler/trunk/ChangeLog

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

revision 1840 by capela, Thu Feb 19 11:44:57 2009 UTC revision 2116 by capela, Mon Aug 23 13:08:28 2010 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    * 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
40      just makes it a shortcut to File/Save.
41    
42    * MIDI Device Status menu is disabled when no MIDI device exists;
43      a menu separator has been added.
44    
45    * Window manager's close button was found missing from the Devices
46      and Instruments widgets when on Qt >= 4.5, now fixed.
47    
48    * MIDI activity indicator on channel strips and MIDI device status
49      widgets is now implemented as a flashing green LED, instead of a
50      lame green solid background :).
51    
52    * Global configuration state is now explicitly saved/committed to
53      disk when View/Options... dialog changes are accepted and applied.
54    
55    * Czech (cs) translation added (by Pavel Fric).
56    
57    
58    0.2.2  2009-08-01  New release cycle.
59    
60    * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
61      brand first translation delivered. Thanks and welcomes whom
62      ever may follow ;)
63    
64  * Converted obsolete QMessageBox forms to standard buttons.  * Converted obsolete QMessageBox forms to standard buttons.
65    

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

  ViewVC Help
Powered by ViewVC