log sonic-visualiser.pro @ 568:96a0e169b70f with-dependencies

age author description
Tue, 14 May 2013 14:47:30 +0100 Chris Cannam Merge from default branch with-dependencies
Tue, 14 May 2013 14:41:37 +0100 Chris Cannam For release?
Tue, 14 May 2013 12:29:29 +0100 Chris Cannam Dataquay lib only
Wed, 27 Mar 2013 17:23:05 +0000 Chris Cannam Windows build fixes -- to review with-dependencies
Mon, 25 Mar 2013 15:16:47 +0000 Chris Cannam Build dataquay lib only (don't try to build tests when building as subrepo, as linking them may be fiddly) with-dependencies
Mon, 11 Mar 2013 15:21:35 +0000 Chris Cannam Update for Qt5 compatibility; use subrepo for dataquay qt5
Sat, 09 Mar 2013 11:37:37 +0000 Chris Cannam Add test as subdir in project
Tue, 21 Aug 2012 13:36:28 +0100 Chris Cannam Rework to use hg subrepos
Mon, 30 Jan 2012 16:58:54 +0000 Chris Cannam Oops, that last one was intended for Win only
Mon, 30 Jan 2012 16:57:08 +0000 Chris Cannam We seem to have libs rather than .a files with latest MinGW
Mon, 10 Oct 2011 19:52:06 +0100 mathieub Change to sonic-visualiser.pro (win32 compilation) integration_library
Fri, 24 Jun 2011 12:18:05 +0100 Chris Cannam Merge from the default branch toggle
Fri, 24 Jun 2011 12:17:22 +0100 Chris Cannam Add .pro file which seems to have got removed?
Tue, 21 Jun 2011 22:04:55 +0100 mathieub Add a new feature to allow users to toggle between minimal and full modes. This is done by hiding/showing the pane stack, menu actions, and toolbars. The main part of the process is handled in MainWindow::toggleViewMode(). The toggle view mode option appears in the View Menu and is associated with a new toolbar button. Two icons have been added in the resources. They come from: http://www.iconfinder.com/icondetails/42115/32/ toggle
Fri, 08 Apr 2011 16:39:23 +0100 Chris Cannam I had put the Info.plist in deploy/osx/ before I noticed it was also in osx/ -- sorry. Removing from osx/ -- we really need the plist to be written by deploy/osx/deploy.sh (and not by qmake) because we need the version number in it. However, leaving it in the .pro file anyway so we don't end up with nothing at least if nobody runs deploy.sh