log

age author description
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
2010-10-18 Dan Stowell Mac Dock menu uses same import-itunes-action as the File menu macness
2010-10-18 Chris Cannam * Minor fixes from Win32 build
2010-10-15 Dan Stowell only do genre stuff etc if itunes returns a file macness_autotpl
2010-10-15 Dan Stowell method to map from genre string to template choice; and to use it when importing from itunes macness_autotpl
2010-10-15 Dan Stowell template uses builtin audio file, cheap way to avoid 404 macness_autotpl
2010-10-15 Dan Stowell Templating stuff pulled into macness_autotpl branch macness_autotpl
2010-10-15 Dan Stowell Include "testtemplate" into the bundled resources in SV.app. templating
2010-10-15 Dan Stowell svitunes: retrieve the genre metadata, as well as the path macness
2010-10-12 Dan Stowell on mac, add item to File menu "Import current track from iTunes". TODO: set inactive if itunes not open; connect up with the dock menu stuff. macness
2010-10-12 Dan Stowell applescript to actually grab itunes current track macness
2010-10-12 Dan Stowell Beginnings of AppleScript querying of iTunes macness
2010-10-11 Dan Stowell First step in creating a useful dock menu for SV; a placeholder item is added, so far macness
2010-10-11 Dan Stowell Use QFileOpenEvent instead of native mac AppleEvent stuff: does the same job, better, neater macness
2010-10-11 Dan Stowell Custom Mac Info.plist - the app now registers as a viewer of MP3 files, and an editor of SV files macness
2010-10-11 Dan Stowell ifdef guard for mac header includes macness
2010-10-11 Dan Stowell Now can load file when someone chooses from Mac Finder "Open with > Sonic Visualiser" - but currently *only* if the app is already running. macness
2010-10-08 Chris Cannam * Add qmake config (debug or release) corresponding to configure invocation
2010-10-08 Chris Cannam * Regenerate configure
2010-10-08 Chris Cannam * Use macx-g++ qmake spec on OS/X
2010-10-08 Chris Cannam * Add test for PortAudio; add missing OS/X frameworks
2010-10-08 Chris Cannam * Reinstate configure dialog for transforms (closes #16)
2010-10-08 Chris Cannam * Pass in the linker as well
2010-10-08 Chris Cannam * Substitute the CC and CXX that configure found
2010-10-07 Chris Cannam * Hugely simplify Qt search -- all we need is qmake...
2010-09-23 Chris Cannam * Add QuickTime if on Mac
2010-09-22 Chris Cannam * Update build scripts again; SV now builds (perhaps some problems at runtime still though)
2010-09-22 Chris Cannam * Update build system
2010-09-22 Chris Cannam * Add basic build files
2010-07-23 convert-repo update tags
2010-07-16 Chris Cannam * Patch from Dan Stowell to provide shortcuts to add layers (additionally to the
2010-06-22 Chris Cannam * Separator in RMB layer menu
2010-06-15 Chris Cannam * Add the spectrogram (etc) layer options (back) to the right-button menu;
2010-06-15 Chris Cannam * Fix duplicate entries on right-button Layer menu when more than one audio
2010-05-05 Chris Cannam * Version and dates
2010-05-05 Chris Cannam * Add Ubuntu-specific note
2010-05-05 Chris Cannam * Quick workarounds for some very weird behaviour on first test sv-v1.7.2
2010-01-28 Chris Cannam * Add "plot derivatives" option to time value layer (scale is not always right)
2009-10-22 Chris Cannam * Layer data editor window: fix sorting for columns in region model, sv-v1.7.1
2009-10-16 Chris Cannam * Russian update from Alexandre
2009-09-28 Chris Cannam * Add "Insert Item at Selection" (wording could be improved!) sv-v1.7
2009-09-25 Chris Cannam * Add time display format preference
2009-09-25 Chris Cannam * ctrl+shift+s (or cmd+... on mac) shortcut for save as (for dans)
2009-09-10 Chris Cannam * use dummy driver only for RtMidi on Solaris
2009-08-27 Chris Cannam * Fixes to newer-version and survey-offering logic
2009-08-27 Chris Cannam * Offer the user a chance to answer our survey (only once, and only after
2009-08-14 Chris Cannam * Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
2009-07-29 Chris Cannam * Add version number to splash screen
2009-06-22 Chris Cannam * minor environmental updates sv-v1.6
2009-06-18 Chris Cannam * duh