--- qsampler/trunk/ChangeLog 2009/11/04 18:59:57 2028 +++ qsampler/trunk/ChangeLog 2010/03/29 17:00:30 2074 @@ -3,12 +3,38 @@ ChangeLog -SVN HEAD +SVN TRUNK -- Global configuration state is now explicitly saved/committed to +* General source tree layout and build configuration change. + +* Automatic crash-dump reports, debugger stack-traces (gdb), back- + traces, whatever, are being introduced as a brand new configure + option (--enable-stacktrace) and default enabled on debug build + targets (--enable-debug). + +* Attempt to fix broken instrument list model/view on Qt >= 4.6. + +* Device parameter spin-box default maximum has been set higher: + now at a magic 24-bit limit (16777216) instead of older 16-bit + (65536), possibly fixing bug #136. + +* LADISH Level 1 support has been added: SIGUSR1 signal trap + just makes it a shortcut to File/Save. + +* MIDI Device Status menu is disabled when no MIDI device exists; + a menu separator has been added. + +* Window manager's close button was found missing from the Devices + and Instruments widgets when on Qt >= 4.5, now fixed. + +* MIDI activity indicator on channel strips and MIDI device status + widgets is now implemented as a flashing green LED, instead of a + lame green solid background :). + +* Global configuration state is now explicitly saved/committed to disk when View/Options... dialog changes are accepted and applied. -- Czech (cs) translation added (by Pavel Fric). +* Czech (cs) translation added (by Pavel Fric). 0.2.2 2009-08-01 New release cycle.