graph
- Avoid trying to look up non-file dependencies2011-07-21, by Chris Cannam
- Start in minimal mode option added in the Preferences/Appearance menutoggle 2011-07-04, by mathieub
- Add/remove several actions from the Playback menu when switching mode: constrain playback to selection, loop, solo, aligntoggle 2011-07-04, by mathieub
- Update version number2011-06-29, by Chris Cannam
- Merge from branch "templating"2011-06-26, by Chris Cannam
- Rename "Classic" to "Standard" waveformtemplating 2011-06-26, by Chris Cannam
- Save window size and position on exit only if we are not in minimal mode -- since application always starts up in "maximal" modetoggle 2011-06-24, by Chris Cannam
- Merge from the default branchtoggle 2011-06-24, by Chris Cannam
- Merge from 441:097f97218c662011-06-24, by Chris Cannam
- Add .pro file which seems to have got removed?2011-06-24, by Chris Cannam
- Oops -- we don't want to hide the Playback menutoggle 2011-06-24, by Chris Cannam
- Hide spacings around speed/fader controls and overview widget when in minimal modetoggle 2011-06-24, by Chris Cannam
- Hide and restore menus that are not needed in minimal modetoggle 2011-06-24, by Chris Cannam
- Process events before adjusting size, so that adjustSize gets the correct visibility status for each widgettoggle 2011-06-24, by Chris Cannam
- Save size before switching to minimal mode, restore it when switching back. This is the same mechanism as used to save/restore the window size when exiting & restarting the programtoggle 2011-06-24, by Chris Cannam
- Rename "visible" to "show" to avoid confusion between current state and required activitytoggle 2011-06-24, by Chris Cannam
- The pane stack is in a scroll view! I'd forgotten that. So, let's show and hide that insteadtoggle 2011-06-24, by Chris Cannam
- Merge from the default branchtoggle 2011-06-24, by Chris Cannam
- Ignore more files2011-06-24, by Chris Cannam
- Update of the URL for the Oggz and fishsound libraries which was obsolete in the INSTALL.txt file2011-06-22, by mathieub
- config.pri should not be tracked (it is generated from config.pri.in)toggle 2011-06-22, by Chris Cannam
- 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 2011-06-21, by mathieub
- Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)2011-06-14, by Chris Cannam
- Merge from debug-output branch2011-06-14, by Chris Cannam
- Add default session template to Preferences; tidy up menu functions and statestemplating 2011-05-23, by Chris Cannam
- Replace the change-default-template menu functions with apply-template functions that act immediately.templating 2011-05-17, by Chris Cannam
- Merge from the default branchtemplating 2011-05-17, by Chris Cannam
- Convert many cerrs to DEBUGsdebug-output 2011-05-16, by Chris Cannam
- Remove most toStdString calls (no longer needed, with debug header)debug-output 2011-05-12, by Chris Cannam
- Sanitise template file name; ask for confirmation when overwritingtemplating 2011-05-11, by Chris Cannam
- Add some "proper" default templates; ensure default template is updated in menu if our template file disappearstemplating 2011-05-11, by Chris Cannam
- Add silent.wavtemplating 2011-05-11, by Chris Cannam
- Use new write mode option for WavFileWriter2011-05-11, by Chris Cannam
- Ensure last used template is remembered in settingstemplating 2011-05-10, by Chris Cannam
- Add filesystem watcher to recreate template menu when templates change; start implementing save-session-as-templatetemplating 2011-05-10, by Chris Cannam
- Add a bit more substance to the templates menu, and improve some namingtemplating 2011-05-09, by Chris Cannam
- Use .svt extension for templates instead of plain .xml (but keep them uncompressed)templating 2011-05-09, by Chris Cannam
- Start to add templates menu; add default templatetemplating 2011-05-09, by Chris Cannam
- Change ReplaceMainModel to ReplaceSession for templating branch purposestemplating 2011-04-28, by Chris Cannam
- Merge from branch "feature_150_menu_arrangement"templating 2011-04-28, by Chris Cannam
- rename Recent Files -> Open Recentfeature_150_menu_arrangement 2011-04-28, by Chris Cannam
- Make openSomething always use ReplaceMainModel rather than AskUser (for #150)feature_150_menu_arrangement 2011-04-28, by Chris Cannam
- Minimal menu changes for feature #150feature_150_menu_arrangement 2011-04-28, by Chris Cannam
- Use ReplaceSession mode where appropriate in place of ReplaceMainModel (#148)templating 2011-04-27, by Chris Cannam
- Merge from default branchtemplating 2011-04-27, by Chris Cannam
- Once again, avoid multiple entries in right-button Layer menu when more than one audio file loaded; fix to ensure correct model is picked up for Add Layer on this menu2011-04-14, by Chris Cannam
- Russian language update from Alexandre2011-04-12, by Chris Cannam
- Added tag sv_v1.8_osx_deploy for changeset 44741262c2e02011-04-08, by Chris Cannam
- More OS/X deployment fixessv_v1.8_osx_deploy 2011-04-08, by 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.sh2011-04-08, by Chris Cannam
- Incorporate Dan's plist stuff and my plist stuff (automatic version writing etc) into a single plist2011-04-08, by Chris Cannam
- Some deployment gubbins (to be refined)2011-04-08, by Chris Cannam
- Added tag sv_v1.8 for changeset 5c2a18310c6e2011-04-07, by Chris Cannam
- Update CHANGELOG to mention CSV import dialogsv_v1.8 2011-04-05, by Chris Cannam
- Modifications for the Kiosk editionkiosk 2011-03-22, by mathieub
- * Update config per recent changes to svcore2011-03-08, by Chris Cannam
- * Add README.OSC from old repo2011-02-15, by Chris Cannam
- Add targets!2011-02-09, by Chris Cannam
- Configure script for "release" directory containing SV libs + SV2011-02-09, by Chris Cannam
- Merge2011-02-09, by Chris Cannam
- "LIBPATH is deprecated", and indeed we don't need it2011-02-09, by Chris Cannam
- * Updated Czech translation from Pavel2011-02-07, by Chris Cannam
- * Update translation strings2011-02-07, by Chris Cannam
- * Add Czech translation note to CHANGELOG2011-02-07, by Chris Cannam