--- qsampler/trunk/ChangeLog 2010/03/29 17:00:30 2074 +++ qsampler/trunk/ChangeLog 2011/11/13 20:29:46 2282 @@ -5,6 +5,38 @@ SVN TRUNK +* Fixed Makefile.in handling of installation directories to + the configure script eg. --bindir, --datadir, --localedir. + +* Made lookup of translation files work inside a Mac OS X bundle. + +* Minor Mac OS X compilation error fix. + +* Debugging stacktrace now applies to all working threads. + +* Made lookup of translation files more robust on Windows. + +* Fixes for cross compiling and building for Windows with configure + and make. + +* libX11 is now being added explicitly to the build link phase, + as seen necessary on some bleeding-edge distros eg. Fedora 13, + Debian 6. + +* Moving from old deprecated Qt3'ish custom event post handling + into regular asynchronous signal/slot strategy. (EXPERIMENTAL) + +* Sampler channel and instrument file requester support for + other than GIG engine instrument files (*gig; *.dls) has + been added, making roads for the newer SFZ and SF2 engines + instrument files (*.sfz; *.sf2). + +* General standard dialog buttons layout is now in place. + +* Initial widget geometry and visibility persistence logic has + been slightly revised as much to avoid crash failures due to + wrong main widget hidden state. + * General source tree layout and build configuration change. * Automatic crash-dump reports, debugger stack-traces (gdb), back-