log sonic-visualiser.pro @ 503:5762b0aab869

age author description
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