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

Diff of /qsampler/trunk/ChangeLog

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

revision 1964 by capela, Sat Aug 1 16:52:05 2009 UTC revision 2112 by capela, Wed Jul 21 18:33:25 2010 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
7    
8    * Moving from old deprecated Qt3'ish custom event post handling
9      into regular asynchronous signal/slot strategy. (EXPERIMENTAL)
10    
11    * Sampler channel and instrument file requester support for
12      other than GIG engine instrument files (*gig; *.dls) has
13      been added, making roads for the newer SFZ and SF2 engines
14      instrument files (*.sfz; *.sf2).
15    
16    * General standard dialog buttons layout is now in place.
17    
18    * Initial widget geometry and visibility persistence logic has
19      been slightly revised as much to avoid crash failures due to
20      wrong main widget hidden state.
21    
22    * General source tree layout and build configuration change.
23    
24    * Automatic crash-dump reports, debugger stack-traces (gdb), back-
25      traces, whatever, are being introduced as a brand new configure
26      option (--enable-stacktrace) and default enabled on debug build
27      targets (--enable-debug).
28    
29    * Attempt to fix broken instrument list model/view on Qt >= 4.6.
30    
31    * Device parameter spin-box default maximum has been set higher:
32      now at a magic 24-bit limit (16777216) instead of older 16-bit
33      (65536), possibly fixing bug #136.
34    
35    * LADISH Level 1 support has been added: SIGUSR1 signal trap
36      just makes it a shortcut to File/Save.
37    
38    * MIDI Device Status menu is disabled when no MIDI device exists;
39      a menu separator has been added.
40    
41    * Window manager's close button was found missing from the Devices
42      and Instruments widgets when on Qt >= 4.5, now fixed.
43    
44    * MIDI activity indicator on channel strips and MIDI device status
45      widgets is now implemented as a flashing green LED, instead of a
46      lame green solid background :).
47    
48    * Global configuration state is now explicitly saved/committed to
49      disk when View/Options... dialog changes are accepted and applied.
50    
51    * Czech (cs) translation added (by Pavel Fric).
52    
53    
54  0.2.2  2009-08-01  New release cycle.  0.2.2  2009-08-01  New release cycle.
55    
56  * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as  * Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as

Legend:
Removed from v.1964  
changed lines
  Added in v.2112

  ViewVC Help
Powered by ViewVC