--- qsampler/trunk/ChangeLog 2011/11/16 10:59:56 2284 +++ qsampler/trunk/ChangeLog 2016/01/08 15:15:57 2858 @@ -3,7 +3,82 @@ ChangeLog -SVN TRUNK + +GIT HEAD + +* Added application keywords to freedesktop.org's AppData. + +* Prevent x11extras module from use on non-X11/Unix plaforms. + +* Messages standard output capture has been improved again, now + in both ways a non-blocking pipe may get. (EXPERIMENTAL) + +* Single/unique application instance control adapted to Qt5/X11. + (EXPERIMENTAL) + + +0.3.1 2015-07-19 Summer'15 release frenzy. + +* Fixed configure script's Qt include directory lookup for some + 64bit Linux flavours. + +* Prefer Qt5 over Qt4 by default with configure script. + +* A new top-level widget window geometry state save and restore + sub-routine is now in effect. (EXPERIMENTAL) + +* Fixed for some strict tests for Qt4 vs. Qt5 configure builds. + + +0.3.0 2015-03-25 Pre-LAC2015 release frenzy. + +* Added application description as freedesktop.org's AppData. + +* Added this "Don't ask/show this again" option to some if not most + of the nagging warning/error message boxes. + +* Mac OS X: Fixed default path of linuxsampler binary. + +* When closing qsampler and showing the user the dialog whether to + stop the LinuxSampler backend, set the default selection to "Yes". + +* Master volume slider now getting proper layout when changing its + main toolbar orientation. + +* Messages standard output capture has been slightly improved + as for non-blocking i/o, whenever available. + +* Adjusted configure check for libgig to detect the new --includedir. + +* A man page has beed added (making up Matt Flax's work on + debian, thanks). + +* Translations install directory change. + +* Added support for SF2 instrument names/preset enumeration. + +* Added instrument list popup on channel strip which shows up when + the instrument name is clicked. Allows faster switching among + instruments of the same file. + +* Adjusted configure check for libgig to detect its new --libdir + (impolitely forcing the user now to have at least libgig 3.3.0). + + +0.2.3 2013-12-31 A fifth of a Jubilee. + +* Allow the build system to include an user specified LDFLAGS. + +* 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. @@ -24,7 +99,7 @@ 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