log

age author description
2012-07-16 Chris Cannam Update CHANGELOG
2012-07-16 Chris Cannam Added tag sv_v2.0 for changeset f8833ed742fc
2012-07-16 Chris Cannam Add signing, update copyright date
2012-07-16 Chris Cannam Override Qt library path on OS/X to avoid dependencies on unknown versions from outside the app bundle
2012-07-02 Chris Cannam Add means to replace the main audio model
2012-06-30 Chris Cannam Use dataquay ac symbol
2012-06-22 Chris Cannam Add -on versions of icons
2012-05-25 Chris Cannam Use new symbols in Vamp SDK 2.3.1 for autoconf detection; require Dataquay
2012-01-30 Chris Cannam Small changes to management of dialogs
2012-01-30 Chris Cannam Oops, that last one was intended for Win only
2012-01-30 Chris Cannam Merge
2012-01-30 Chris Cannam We seem to have libs rather than .a files with latest MinGW
2012-01-30 Chris Cannam Connect quit function directly to closeAllWindows rather than try to closeAllWindows from close() (which strangely hangs on Windows)
2012-01-30 Chris Cannam Fix possibly uninitialised variable
2012-01-30 Chris Cannam Merge from branch "fullscreen"
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2012-01-26 Chris Cannam Update some of the OSC doc
2012-01-26 Chris Cannam Update some of the OSC doc fullscreen
2012-01-23 Chris Cannam Connect up various keyboard actions in full-screen mode fullscreen
2012-01-20 Chris Cannam Make it possible to toggle full-screen through the menu fullscreen
2012-01-20 Chris Cannam Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed fullscreen
2012-01-19 Chris Cannam Minor non-working change... fullscreen
2012-01-19 Chris Cannam Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)
2012-01-19 Chris Cannam Start hacking in some fullscreen stuff (so far, this is just a mess) fullscreen
2012-01-19 Chris Cannam Link in -lX11 if found (for X error handling)
2012-01-13 Chris Cannam Remove redundant and hazardous INCLUDE_PATH
2012-01-13 Chris Cannam Add Doxyfile
2011-10-18 Chris Cannam Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access integration_library