--- qsampler/trunk/ChangeLog 2010/07/21 18:33:25 2112 +++ qsampler/trunk/ChangeLog 2012/12/29 00:21:11 2387 @@ -5,6 +5,30 @@ SVN TRUNK +* Preparations for Qt5 migration. (TESTING) + +* 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)