log

age author description
2011-06-14 Chris Cannam Merge from debug-output branch
2011-05-23 Chris Cannam Add default session template to Preferences; tidy up menu functions and states templating
2011-05-17 Chris Cannam Replace the change-default-template menu functions with apply-template functions that act immediately. templating
2011-05-17 Chris Cannam Merge from the default branch templating
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-11 Chris Cannam Sanitise template file name; ask for confirmation when overwriting templating
2011-05-11 Chris Cannam Add some "proper" default templates; ensure default template is updated in menu if our template file disappears templating
2011-05-11 Chris Cannam Add silent.wav templating
2011-05-11 Chris Cannam Use new write mode option for WavFileWriter
2011-05-10 Chris Cannam Ensure last used template is remembered in settings templating
2011-05-10 Chris Cannam Add filesystem watcher to recreate template menu when templates change; start implementing save-session-as-template templating
2011-05-09 Chris Cannam Add a bit more substance to the templates menu, and improve some naming templating
2011-05-09 Chris Cannam Use .svt extension for templates instead of plain .xml (but keep them uncompressed) templating
2011-05-09 Chris Cannam Start to add templates menu; add default template templating
2011-04-28 Chris Cannam Change ReplaceMainModel to ReplaceSession for templating branch purposes templating
2011-04-28 Chris Cannam Merge from branch "feature_150_menu_arrangement" templating
2011-04-28 Chris Cannam rename Recent Files -> Open Recent feature_150_menu_arrangement
2011-04-28 Chris Cannam Make openSomething always use ReplaceMainModel rather than AskUser (for #150) feature_150_menu_arrangement
2011-04-28 Chris Cannam Minimal menu changes for feature #150 feature_150_menu_arrangement
2011-04-27 Chris Cannam Use ReplaceSession mode where appropriate in place of ReplaceMainModel (#148) templating
2011-04-27 Chris Cannam Merge from default branch templating
2011-04-14 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 menu
2011-04-12 Chris Cannam Russian language update from Alexandre
2011-04-08 Chris Cannam Added tag sv_v1.8_osx_deploy for changeset 44741262c2e0
2011-04-08 Chris Cannam More OS/X deployment fixes sv_v1.8_osx_deploy
2011-04-08 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
2011-04-08 Chris Cannam Incorporate Dan's plist stuff and my plist stuff (automatic version writing etc) into a single plist
2011-04-08 Chris Cannam Some deployment gubbins (to be refined)
2011-04-07 Chris Cannam Added tag sv_v1.8 for changeset 5c2a18310c6e
2011-04-05 Chris Cannam Update CHANGELOG to mention CSV import dialog sv_v1.8
2011-03-22 mathieub Modifications for the Kiosk edition kiosk
2011-03-08 Chris Cannam * Update config per recent changes to svcore
2011-02-15 Chris Cannam * Add README.OSC from old repo
2011-02-09 Chris Cannam Add targets!
2011-02-09 Chris Cannam Configure script for "release" directory containing SV libs + SV
2011-02-09 Chris Cannam Merge
2011-02-09 Chris Cannam "LIBPATH is deprecated", and indeed we don't need it
2011-02-07 Chris Cannam * Updated Czech translation from Pavel
2011-02-07 Chris Cannam * Update translation strings
2011-02-07 Chris Cannam * Add Czech translation note to CHANGELOG
2011-02-04 Chris Cannam Merge
2011-02-04 Chris Cannam * Add Paste at Playback Position
2011-02-03 Chris Cannam * Add/update change log; add M4M project to README
2011-02-03 Chris Cannam * Merge
2011-02-03 Chris Cannam * Update dates, add README
2011-01-14 Dan Stowell Add FLAC to the OSX list of what can be loaded
2011-01-11 Dan Stowell Add other audio mime types to the OSX list of what can be loaded
2011-01-11 Dan Stowell Merge Dan's initial macness improvements (rev 174ca518546f) into default branch
2010-10-25 Chris Cannam Merge
2010-10-24 Chris Cannam * Add show/hide time rulers toggle (on # key)
2010-10-18 Dan Stowell compile the NSAppleScript objs once only, rather than on every invocation macness
2010-10-18 Dan Stowell move ITunesSVRemote ctor and dtor into impl file macness
2010-10-18 Dan Stowell importITunesAudio() now sets the SV playback position too macness
2010-10-18 Dan Stowell ITunesSVRemote methods to query playback position and state macness
2010-10-18 Chris Cannam * Add Czech translation from Pavel Fric <pavelfric@seznam.cz>; update translation logic for new file structure
2010-10-18 Dan Stowell Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etc macness
2010-10-18 Dan Stowell header inclusion guards macness
2010-10-18 Chris Cannam * Merge
2010-10-18 Chris Cannam * Add misc/ directory from SVN repo