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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.2036  
changed lines
  Added in v.2210

  ViewVC Help
Powered by ViewVC