--- qsampler/trunk/ChangeLog 2010/08/23 13:08:28 2116 +++ qsampler/trunk/ChangeLog 2013/12/31 11:21:47 2488 @@ -3,14 +3,39 @@ ChangeLog -SVN TRUNK +0.2.3 2013-12-31 A fifth of a Jubilee. + +* More preparations for Qt5 configure build. + +* Standard scalable format (SVG) and MIME type icons support for + session files (*.lscp) is now being added. + +* Preparations for Qt5 migration. + +* Added include to shut up gcc 4.7 build failures. + +* Make(ing) -jN parallel builds now available for the masses. + +* Fixed Makefile.in handling of installation directories to the + configure script eg. --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) + into regular asynchronous signal/slot strategy. * Sampler channel and instrument file requester support for other than GIG engine instrument files (*gig; *.dls) has