graph
- Fix minor resource leak (from coverity scan)2014-09-03, by Chris Cannam
- Clarify some sneaky logic2014-09-03, by Chris Cannam
- Fix uninitialised variable (from coverity scan)2014-09-03, by Chris Cannam
- Fix a couple of inadvertant integer divisions (from coverity scan)2014-09-03, by Chris Cannam
- Remove redundant code (from coverity scan)2014-09-03, by Chris Cannam
- Fix potential divide by zero2014-09-03, by Chris Cannam
- Clarify some sneaky logic2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential null derefs (from coverity scan)2014-09-03, by Chris Cannam
- Fix memory leak2014-09-03, by Chris Cannam
- Fix various slightly dodgy derefs and the like (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Remove redundant code (from coverity scan)2014-09-03, by Chris Cannam
- Fix very minor but erroneous non-float-arithmetic2014-09-03, by Chris Cannam
- clarify2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Back out last change (see subrepo commit log)2014-09-03, by Chris Cannam
- Fix to iterator invalidation (from coverity scan)2014-09-03, by Chris Cannam
- As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.2014-09-03, by Chris Cannam
- Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)2014-09-03, by Chris Cannam
- Frame this condition more defensively (from coverity scan)2014-09-03, by Chris Cannam
- Fix fallthrough in switch (from coverity scan)2014-09-03, by Chris Cannam
- Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix accidental declaration of section as bool rather than int (definitely a bug but what did it cause? see #1051, we need units here) (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan)2014-09-03, by Chris Cannam
- Return seems to work better than Enter here2014-09-03, by Chris Cannam
- Fix uninitialised values2014-09-03, by Chris Cannam
- Fix uninitialised members2014-09-03, by Chris Cannam
- Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)2014-09-03, by Chris Cannam
- Fix uninitialised bool2014-09-03, by Chris Cannam
- Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)2014-09-03, by Chris Cannam
- Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)2014-09-03, by Chris Cannam
- Small text fix2014-09-02, by Chris Cannam
- Update CHANGELOG2014-09-02, by Chris Cannam
- Add const version of this accessor2014-09-02, by Chris Cannam
- Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)2014-09-02, by Chris Cannam
- Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want2014-09-02, by Chris Cannam
- Use fixed-order when exporting layers to a session2014-09-02, by Chris Cannam
- Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)2014-09-02, by Chris Cannam
- Use fixed-order layer list for property container enumeration. Fixes habit of the layer property tabs to jump about when adding a new layer.2014-09-02, by Chris Cannam
- Populate the fixed order layer list2014-09-02, by Chris Cannam
- Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking2014-09-02, by Chris Cannam
- Add getInteractionLayer() and some docs2014-09-02, by Chris Cannam
- Fix #1047 Floating-point exception on exit if no file loaded2014-09-01, by Chris Cannam
- Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)2014-09-01, by Chris Cannam
- Branch rearrangement in svapp2.4beta1 2014-09-01, by Chris Cannam
- Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier2014-09-01, by Chris Cannam
- Add left/right scroll to changelog2014-08-14, by Chris Cannam
- Added tag sv_v2.4beta1 for changeset 885e89a6c11d2.4beta1 2014-08-14, by Chris Cannam
- Update for Qt 5.3 and WiX 3.8 - transplanted from beta branch2014-08-14, by Chris Cannam
- Update for Qt 5.3 and WiX 3.82.4beta1 sv_v2.4beta1 2014-08-14, by Chris Cannam
- Fix plugin copying (correct target directories) - transplanted from beta branch2014-08-14, by Chris Cannam
- Version 2.3.90 gives us more space for future betas than 2.3.92.4beta1 2014-08-14, by Chris Cannam
- Show beta version2.4beta1 2014-08-14, by Chris Cannam
- Fix plugin copying (correct target directories)2.4beta1 2014-08-14, by Chris Cannam
- Attempt to make Qt plugin loading work. But it isn't.2.4beta1 2014-08-13, by Chris Cannam
- Merge from default branch2.4beta1 2014-08-13, by Chris Cannam
- This spacing works a bit better on the Mac (though not really well enough)2014-08-13, by Chris Cannam
- Don't label time zero, it gets cut off by opaque end layer2014-08-13, by Chris Cannam
- Beta release dialog2.4beta1 2014-08-13, by Chris Cannam
- Set parents for various dialogs (to avoid them hitting focus-stealing prevention)2014-08-13, by Chris Cannam
- Give some dialogs their proper parents2014-08-13, by Chris Cannam
- If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane2014-08-13, by Chris Cannam
- Remove model from pan layer when it's about to be deleted, fixing #10352014-08-13, by Chris Cannam
- Tidy2014-08-13, by Chris Cannam
- Debug out2014-08-13, by Chris Cannam
- More debug2014-08-13, by Chris Cannam
- Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully)2014-08-13, by Chris Cannam
- Call finaliseMenus again each time the pane/layer menus are reworked2014-08-13, by Chris Cannam
- Avoid compiler warnings when building without lrdf2014-08-13, by Chris Cannam
- Some temporary action debug output2014-08-13, by Chris Cannam
- Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions2014-08-11, by Chris Cannam
- Debug output stuff2014-07-25, by Chris Cannam
- Subrepo updates2014-07-25, by Chris Cannam
- Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped2014-07-25, by Chris Cannam
- Merge subrepos from tonioni branch2014-07-18, by Chris Cannam
- Small fixes: avoid static etc2014-07-17, by Chris Cannam
- Fix some errant signals (the modelChanged with args are now modelChangedWithin)2014-07-17, by Chris Cannam
- OS/X build: copy frameworks and plugins automatically2014-07-07, by Chris Cannam
- Fix to OS/X build -- we no longer want to override the plugin path as we're using qt.conf instead2014-07-07, by Chris Cannam
- We do have liblo2014-07-04, by Chris Cannam
- OS/X build/deploy fixes2014-07-04, by Chris Cannam
- Merge from tonioni branch2014-07-02, by Chris Cannam
- Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag2014-07-02, by Chris Cannam
- Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.2014-07-02, by Chris Cannam
- Subrepos, and update in line with latest no-warning changes2014-07-01, by Chris Cannam
- Only update message if it has actually changed2014-07-01, by Chris Cannam
- Merge from branch tony_integration2014-06-18, by Chris Cannam
- Merge from branch warnfix_no_size_t2014-06-18, by Chris Cannam
- Subrepos2014-06-18, by Chris Cannam
- Merge from branch warnfix_no_size_t2014-06-18, by Chris Cannam
- Merge from branch tony_integrationwarnfix_no_size_t 2014-06-18, by Chris Cannam
- Fix signal/slot namewarnfix_no_size_t 2014-06-17, by Chris Cannam
- Various size_t etc removals, and compiler warning fixeswarnfix_no_size_t 2014-06-17, by Chris Cannam
- Merge subrepos from default and tonioni branchestony_integration 2014-06-17, by Chris Cannam
- Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt52014-06-03, by Chris Cannam
- Merge subrepos from tonioni branch2014-06-03, by Chris Cannam
- Fix erroneous addition of extra point at time zero when first tapping a point with a time-difference based label scheme2014-05-23, by Chris Cannam
- Remember the last-used suffix in save dialog (#877).2014-05-23, by Chris Cannam
- Merge2014-05-22, by Chris Cannam
- Subrepo state2014-05-22, by Chris Cannam
- Subrepo state (crash fix)2014-05-22, by Chris Cannam
- Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers2014-05-19, by Chris Cannam
- Switch to default branches in subrepos, merge them down2014-05-14, by Chris Cannam
- Avoid potential crash when network connection fails2014-05-13, by Chris Cannam
- Add script to archive from tip rev2014-05-09, by Chris Cannam
- Merge from branch "tony_integration"2014-05-09, by Chris Cannam
- Correct typotony_integration 2014-05-09, by Chris Cannam
- Merge from default branchtony_integration 2014-05-09, by Chris Cannam
- Changelogtony_integration 2014-05-09, by Chris Cannam
- Subrepo statetony_integration 2014-05-08, by Chris Cannam
- Restore selection of playback sample for note layers. Also default to new elecpiano clip.tony_integration 2014-05-07, by Chris Cannam
- Remove color attributes from default template2014-04-11, by Jakob Leben
- Patches from Jakob Leben2014-05-07, by Chris Cannam
- Subrepo updates, merging to integration branchtony_integration 2014-05-07, by Chris Cannam
- Add some more subrepos2014-04-26, by Chris Cannam
- Make it possible to import CSV files directly into Note layers2014-04-07, by Chris Cannam
- Update subrepostony_integration 2014-04-02, by Chris Cannam
- Remove tool-specific keyboard shortcut reference registration from Pane and put it in MainWindow (as it depends on which tools are in use)tony_integration 2014-04-02, by Chris Cannam
- Add electric piano sample as used in Tonytony_integration 2014-04-02, by Chris Cannam
- Start up with the correct values of toggleable menu entries2014-03-28, by Chris Cannam
- Make octave numbering configurable, and change default to C4 = middle C2014-03-27, by Chris Cannam
- Update to current state of tonioni and default branchestony_integration 2014-03-11, by Chris Cannam
- Subrepo state2014-03-11, by Chris Cannam
- Subrepo fix2014-03-06, by Chris Cannam
- Fix in svgui2014-03-04, by Chris Cannam
- Subrepo state2014-02-06, by Chris Cannam
- Subrepo state + build and run new tests2014-01-31, by Chris Cannam
- Subrepo state: bodge in normalise-to-log. Todo: Wire up properly.2014-01-28, by Chris Cannam
- Merge subrepos from tonionitony_integration 2014-01-28, by Chris Cannam
- Add script to fix a few things in dpkg pkg that lintian complains about2013-12-13, by Chris Cannam
- Added tag sv_v2.3 for changeset bf06f4311ec02013-12-12, by Chris Cannam
- Removed tag sv_v2.3-fsv_v2.3 2013-12-12, by Chris Cannam
- Added tag sv_v2.3-f for changeset 59c68b5ae5be2013-12-12, by Chris Cannam
- Build fix, version2013-12-12, by Chris Cannam
- Build fix, versionimaf_enc 2013-12-12, by Chris Cannam
- Added tag sv_v2.3 for changeset 7f7fba33b7de2013-12-12, by Chris Cannam
- Add network permission to prefs; make OSC support one of the things that depends on it2013-12-12, by Chris Cannam
- Added tag sv-v2.3-imaf for changeset 60d3575f8016imaf_enc 2013-12-11, by Chris Cannam
- Merge from default branchimaf_enc sv-v2.3-imaf 2013-12-11, by Chris Cannam
- Added tag sv_v2.3 for changeset 242ebf1db0f12013-12-11, by Chris Cannam
- Subrepo: elide negative frame times2013-12-11, by Chris Cannam
- Fix local variable aliasing which prevented network requests happening on the first run even when permitted2013-12-11, by Chris Cannam
- Fix app signing: on os/x 10.9 you need to sign other frameworks etc as well2013-12-05, by Chris Cannam
- Merge2013-12-05, by Chris Cannam
- Qt font fix for OS/X 10.92013-12-05, by Chris Cannam
- Merge from default branch, fix buildimaf_enc 2013-12-05, by Chris Cannam
- Update subreposimaf_enc 2013-12-05, by Chris Cannam
- Version number, CHANGELOG2013-12-05, by Chris Cannam
- Remove duplicate shortcut2013-12-05, by Chris Cannam
- Fix syntax2013-12-04, by Chris Cannam
- Cut down number of includes and predeclarations2013-12-04, by Chris Cannam
- Subrepo2013-12-04, by Chris Cannam
- Subrepo state: vertical scales on various layers2013-12-04, by Chris Cannam
- Subrepo state2013-12-03, by Chris Cannam
- Deps and subrepo state2013-12-03, by Chris Cannam
- Wording updates, and QM logo2013-11-27, by Chris Cannam
- Fix uninitialised pointer (and consequent crash on exit)2013-11-26, by Chris Cannam
- Drop std:: from cerr, cout, endl; drop toStdString etc; build fix2013-11-26, by Chris Cannam
- Small relayout2013-11-26, by Chris Cannam
- Add network permission question box on first startup2013-11-26, by Chris Cannam
- Restore and update old Surveyer class (survey itself is not there yet)2013-11-26, by Chris Cannam
- WS -> OS2013-11-26, by Chris Cannam
- Regenerate binary translation files after that last change2013-11-26, by Chris Cannam
- Regenerate translations, update the colour/color/ise/ize stuff in en_*2013-11-26, by Chris Cannam
- Add choice of interface language to the prefs dialog (in case user is unhappy with system locale)2013-11-26, by Chris Cannam
- Subrepo state2013-11-21, by Chris Cannam
- Merge from default branchimaf_enc 2013-11-05, by Chris Cannam
- Close this branch; the good stuff is now back in defaultwith-dependencies 2013-11-05, by Chris Cannam
- Add script to archive from tag2013-11-05, by Chris Cannam
- Remove obsolete script2013-11-05, by Chris Cannam
- Add dependencies subrepo as a matter of course2013-11-05, by Chris Cannam
- Close obsolete branch 1.2-stable1.2-stable 2008-02-28, by Chris Cannam
- Close obsolete branch spectrogram-cache-rejigspectrogram-cache-rejig 2008-02-28, by Chris Cannam
- Close obsolete branch kioskkiosk 2011-03-23, by Chris Cannam
- Close obsolete branch feature_150_menu_arrangementfeature_150_menu_arrangement 2011-04-29, by Chris Cannam
- Close obsolete branch debug-outputdebug-output 2011-05-17, by Chris Cannam
- Close obsolete branch templatingtemplating 2011-06-27, by Chris Cannam
- Close obsolete branch toggletoggle 2011-07-23, by Chris Cannam
- Close obsolete branch fullscreenfullscreen 2012-01-27, by Chris Cannam
- Close obsolete branch qt5qt5 2013-04-27, by Chris Cannam
- Merge from the default branchimaf_enc 2013-11-05, by Chris Cannam
- Use non-x86 program files path if x86 version is not found (i.e. on 32-bit Windows) (from with-dependencies branch)2013-11-05, by Chris Cannam
- Win build fixes from with-dependencies branch2013-11-05, by Chris Cannam
- Define fixed set of dependencies, on Windows, if no config available (from with-dependencies branch)2013-11-05, by Chris Cannam
- Add dependency paths, include config only if it exists (from with-dependencies branch)2013-11-05, by Chris Cannam
- Merge from default branchimaf_enc 2013-11-04, by Chris Cannam
- Fix from Jesus Corral Garcia (for crashes etc)imaf_enc 2013-11-04, by Chris Cannam
- Build fixesimaf_enc 2013-11-04, by Chris Cannam
- IMAF load code from Jesus Corral Garciaimaf_enc 2013-11-04, by Chris Cannam
- Subrepo stateimaf_enc 2013-11-04, by Chris Cannam
- Subrepo state2013-11-04, by Chris Cannam
- Add "Export Audio Data" to export audio waveform data into CSV or similar2013-10-09, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-10-01, by Chris Cannam
- Use non-x86 program files path if x86 version is not found (i.e. on 32-bit Windows)with-dependencies 2013-10-01, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-10-01, by Chris Cannam
- Oops, got this one twice2013-10-01, by Chris Cannam
- Patch from Josias Matschulat to allow changing the installation location (and add licence and file association to installer)2013-10-01, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-09-24, by Chris Cannam
- If maximised on exit, don't save (maximised) geometry but instead mark as maximised and maximise on restart2013-09-20, by Chris Cannam
- Merge from default branchwith-dependencies 2013-09-16, by Chris Cannam
- Subrepo2013-09-16, by Chris Cannam
- Add CITATION file2013-09-05, by Chris Cannam
- Add linux deb deployment notes2013-08-01, by Chris Cannam
- Added tag sv_v2.2 for changeset a91416395daf2013-07-31, by Chris Cannam
- Mergewith-dependencies 2013-07-31, by Chris Cannam
- Another Czech updatesv_v2.2 2013-07-31, by Chris Cannam
- Mergewith-dependencies 2013-07-30, by Chris Cannam
- Added tag sv_v2.2 for changeset 29a97099b6472013-07-30, by Chris Cannam
- Subrepo state2013-07-30, by Chris Cannam
- Merge from default branchwith-dependencies 2013-07-29, by Chris Cannam
- Regenerate translations2013-07-29, by Chris Cannam
- Further translation update2013-07-29, by Chris Cannam
- Regenerate translations2013-07-29, by Chris Cannam
- Updated cs_CZ from Pavel Fric2013-07-29, by Chris Cannam
- Update CHANGELOG2013-07-29, by Chris Cannam
- Mergewith-dependencies 2013-07-26, by Chris Cannam
- Added tag sv_v2.2 for changeset ac16e50930322013-07-26, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-07-26, by Chris Cannam
- Subrepo updates2013-07-26, by Chris Cannam
- Replace path separators on Windows with command-line paths2013-07-24, by Chris Cannam
- Remove duplicate unlock2013-07-24, by Chris Cannam
- Merge from default branchwith-dependencies 2013-07-24, by Chris Cannam
- Merge from defaultwith-dependencies 2013-07-24, by Chris Cannam
- Replace path separators on Windows with command-line pathswith-dependencies 2013-07-24, by Chris Cannam
- WS -> OSwith-dependencies 2013-07-24, by Chris Cannam
- Reset cyclical counters when document is replaced (#182)2013-07-24, by Chris Cannam
- Switch back to navigate mode when document is replaced (#182)2013-07-24, by Chris Cannam
- Versionwith-dependencies 2013-07-24, by Chris Cannam
- Version2013-07-24, by Chris Cannam
- Mergewith-dependencies 2013-07-23, by Chris Cannam
- Subrepo state2013-07-23, by Chris Cannam
- Merge from default branchwith-dependencies 2013-07-23, by Chris Cannam
- Line endingswith-dependencies 2013-07-23, by Chris Cannam
- Avoid exiting with locked mutex2013-07-22, by Chris Cannam
- Full-screen fixes2013-07-19, by Chris Cannam
- Subrepos, and fix syntax in Info.plist2013-07-19, by Chris Cannam
- Subrepo state2013-07-17, by Chris Cannam
- Subrepo state2013-07-17, by Chris Cannam
- Subrepo state2013-07-08, by Chris Cannam
- Provisionally add HiDPI feature2013-07-08, by Chris Cannam
- Mergewith-dependencies 2013-07-08, by Chris Cannam
- Provisionally add HiDPI featurewith-dependencies 2013-07-08, by Chris Cannam
- Merge2013-05-16, by Chris Cannam
- Update CHANGELOG2013-05-16, by Chris Cannam
- Merge from default branchwith-dependencies 2013-05-16, by Chris Cannam
- Added tag sv_v2.1 for changeset deabb09d994b2013-05-16, by Chris Cannam
- Mergesv_v2.1 2013-05-16, by Chris Cannam
- Update subrepos2013-05-16, by Chris Cannam
- Merge2013-05-16, by Chris Cannam
- Clean up more tidily on exit2013-05-16, by Chris Cannam
- Add sord, serd2013-05-16, by Chris Cannam
- Add system paths for serd/sord as well2013-05-15, by Chris Cannam
- Subrepos2013-05-14, by Chris Cannam
- Added tag sv_v2.1 for changeset 0757db4b5d102013-05-14, by Chris Cannam
- Merge from default branchwith-dependencies 2013-05-14, by Chris Cannam
- For release?2013-05-14, by Chris Cannam
- Update subrepos2013-05-14, by Chris Cannam
- Update subrepos2013-05-14, by Chris Cannam
- Not using QuickTime any more2013-05-14, by Chris Cannam
- Dataquay lib only2013-05-14, by Chris Cannam
- Update for Qt5 (even though we aren't going to use it on OS/X in this release)2013-05-14, by Chris Cannam
- Update subrepos2013-05-13, by Chris Cannam
- Update configure for local dataquay, etc2013-05-13, by Chris Cannam
- Mergewith-dependencies 2013-05-13, by Chris Cannam
- Mergewith-dependencies 2013-05-13, by Chris Cannam
- These DLLs should be in the platforms subdir2013-05-13, by Chris Cannam
- Mergewith-dependencies 2013-05-10, by Chris Cannam
- Installer updates2013-05-10, by Chris Cannam
- Installer updateswith-dependencies 2013-05-10, by Chris Cannam
- Merge from default branchwith-dependencies 2013-05-10, by Chris Cannam
- Update subrepo versionwith-dependencies 2013-05-10, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-05-10, by Chris Cannam
- Provisional WiX installer file2013-05-10, by Chris Cannam
- Update README2013-05-09, by Chris Cannam
- Minor updates for qt52013-05-09, by Chris Cannam
- Merge from qt5 branch. Next release will require qt52013-05-09, by Chris Cannam
- Subrepo updatewith-dependencies 2013-05-09, by Chris Cannam
- Check for qmake-qt5, not qt4; regenerate configure; update subreposqt5 2013-04-26, by Chris Cannam
- Update subrepos for better labelling on time-value layers2013-04-16, by Chris Cannam
- Subrepo update: Make single point easier to see in time-value layer2013-04-15, by Chris Cannam
- Subrepo state2013-03-28, by Chris Cannam
- Version number2013-03-28, by Chris Cannam
- Update subrepos to add .ogg extension2013-03-28, by Chris Cannam
- Windows build fixes -- to reviewwith-dependencies 2013-03-27, by Chris Cannam
- Update subreposwith-dependencies 2013-03-27, by Chris Cannam
- Update subrepo state2013-03-27, by Chris Cannam
- Define fixed set of dependencies, on Windows, if no config availablewith-dependencies 2013-03-25, by Chris Cannam
- Add dependency pathswith-dependencies 2013-03-25, by Chris Cannam
- Build dataquay lib only (don't try to build tests when building as subrepo, as linking them may be fiddly)with-dependencies 2013-03-25, by Chris Cannam
- Add dependency paths; include config only if it exists, etcwith-dependencies 2013-03-25, by Chris Cannam
- Dependency version updatewith-dependencies 2013-03-20, by Chris Cannam
- Add dependencies subrepowith-dependencies 2013-03-19, by Chris Cannam
- Tell dataquay to use Sord/Serdqt5 2013-03-12, by Chris Cannam
- Fix dataquay URLqt5 2013-03-12, by Chris Cannam
- Update for Qt5 compatibility; use subrepo for dataquayqt5 2013-03-11, by Chris Cannam
- Update svcore2013-03-09, by Chris Cannam
- Add test as subdir in project2013-03-09, by Chris Cannam
- Update svcore2013-03-08, by Chris Cannam
- Update version2013-03-07, by Chris Cannam
- Copyright notes and dates, CHANGELOG2013-03-07, by Chris Cannam
- Fix failure to either export a file or explain why, when exporting an unsupported layer type to rdf2012-12-11, by Chris Cannam
- Include name of project file, in case it differs from directory name2012-11-25, by Chris Cannam
- Update subrepos2012-11-16, by Chris Cannam
- Remove obsolete comment2012-11-16, by Chris Cannam
- Pull out app name into arg, pull down description label from superclass2012-11-16, by Chris Cannam
- Rework to use hg subrepos2012-08-21, by Chris Cannam
- Fix truncated file2012-07-16, by Chris Cannam
- Added tag sv_v2.0 for changeset 6b8e6600fa022012-07-16, by Chris Cannam
- Add signing script, other deployment fixessv_v2.0 2012-07-16, by Chris Cannam
- Update version2012-07-16, by Chris Cannam
- Update CHANGELOG2012-07-16, by Chris Cannam
- Added tag sv_v2.0 for changeset f8833ed742fc2012-07-16, by Chris Cannam
- Add signing, update copyright date2012-07-16, by Chris Cannam
- Override Qt library path on OS/X to avoid dependencies on unknown versions from outside the app bundle2012-07-16, by Chris Cannam
- Add means to replace the main audio model2012-07-02, by Chris Cannam
- Use dataquay ac symbol2012-06-30, by Chris Cannam
- Add -on versions of icons2012-06-22, by Chris Cannam
- Use new symbols in Vamp SDK 2.3.1 for autoconf detection; require Dataquay2012-05-25, by Chris Cannam
- Small changes to management of dialogs2012-01-30, by Chris Cannam
- Oops, that last one was intended for Win only2012-01-30, by Chris Cannam
- Merge2012-01-30, by Chris Cannam
- We seem to have libs rather than .a files with latest MinGW2012-01-30, by Chris Cannam
- Connect quit function directly to closeAllWindows rather than try to closeAllWindows from close() (which strangely hangs on Windows)2012-01-30, by Chris Cannam
- Fix possibly uninitialised variable2012-01-30, by Chris Cannam
- Merge from branch "fullscreen"2012-01-30, by Chris Cannam
- Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)2012-01-30, by Chris Cannam
- Update some of the OSC doc2012-01-26, by Chris Cannam
- Update some of the OSC docfullscreen 2012-01-26, by Chris Cannam
- Connect up various keyboard actions in full-screen modefullscreen 2012-01-23, by Chris Cannam
- Make it possible to toggle full-screen through the menufullscreen 2012-01-20, by Chris Cannam
- Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressedfullscreen 2012-01-20, by Chris Cannam
- Minor non-working change...fullscreen 2012-01-19, by Chris Cannam
- Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)2012-01-19, by Chris Cannam
- Start hacking in some fullscreen stuff (so far, this is just a mess)fullscreen 2012-01-19, by Chris Cannam
- Link in -lX11 if found (for X error handling)2012-01-19, by Chris Cannam
- Remove redundant and hazardous INCLUDE_PATH2012-01-13, by Chris Cannam
- Add Doxyfile2012-01-13, by Chris Cannam
- Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network accessintegration_library 2011-10-18, by Chris Cannam
- Merge from the default branchintegration_library 2011-10-17, by mathieub
- Add option to make the newly saved template the default2011-10-17, by Chris Cannam
- Remove the survey and the version tester for the library editionintegration_library 2011-10-17, by mathieub
- Merge from the default branch with a broken configure fileintegration_library 2011-10-10, by mathieub
- regenerated configureintegration_library 2011-10-10, by mathieub
- Removed version.h !integration_library 2011-10-10, by mathieub
- version.h addedintegration_library 2011-10-10, by mathieub
- Change to sonic-visualiser.pro (win32 compilation)integration_library 2011-10-10, by mathieub
- Added tag sv_v1.9 for changeset c4071f97a4712011-10-10, by Chris Cannam
- Regenerate configure for new versionsv_v1.9 2011-10-10, by Chris Cannam
- Added tag sv_v1.9 for changeset afca1234d3412011-10-06, by Chris Cannam
- Updated Czech translation from Pavel Fric2011-10-06, by Chris Cannam
- Added tag sv_v1.9 for changeset 6750452fcbe62011-09-28, by Chris Cannam
- Update CHANGELOG, version2011-09-28, by Chris Cannam
- Update translations and create new string for Cmd-instead-of-Ctrl following OS/X fix in svgui2011-09-28, by Chris Cannam
- Remove unnecessary configure dependency for raptor2011-09-28, by Chris Cannam
- Update of the version no to 1.9-kiosk-hg (debug mode)integration_library 2011-08-23, by mathieub
- Update of MainWindow.cppintegration_library 2011-08-23, by mathieub
- Merge with the Kiosk branchintegration_library 2011-07-25, by mathieub
- Merge with the Kiosk branchintegration_library 2011-07-25, by mathieub
- * Avoid crash on startup if m_alAction does not exist (which happens if no MATCH plugin)toggle 2011-07-22, by Chris Cannam
- Descriptive text2011-07-21, by Chris Cannam
- Textual changes onlytoggle 2011-07-21, by Chris Cannam
- version.h should not be tracked (it is generated from version.h.in)toggle 2011-07-21, by Chris Cannam
- 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
- Merge2011-02-04, by Chris Cannam
- * Add Paste at Playback Position2011-02-04, by Chris Cannam
- * Add/update change log; add M4M project to README2011-02-03, by Chris Cannam
- * Merge2011-02-03, by Chris Cannam
- * Update dates, add README2011-02-03, by Chris Cannam
- Add FLAC to the OSX list of what can be loaded2011-01-14, by Dan Stowell
- Add other audio mime types to the OSX list of what can be loaded2011-01-11, by Dan Stowell
- Merge Dan's initial macness improvements (rev 174ca518546f) into default branch2011-01-11, by Dan Stowell
- Merge2010-10-25, by Chris Cannam
- * Add show/hide time rulers toggle (on # key)2010-10-24, by Chris Cannam
- compile the NSAppleScript objs once only, rather than on every invocationmacness 2010-10-18, by Dan Stowell
- move ITunesSVRemote ctor and dtor into impl filemacness 2010-10-18, by Dan Stowell
- importITunesAudio() now sets the SV playback position toomacness 2010-10-18, by Dan Stowell
- ITunesSVRemote methods to query playback position and statemacness 2010-10-18, by Dan Stowell
- * Add Czech translation from Pavel Fric <pavelfric@seznam.cz>; update translation logic for new file structure2010-10-18, by Chris Cannam
- Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etcmacness 2010-10-18, by Dan Stowell
- header inclusion guardsmacness 2010-10-18, by Dan Stowell
- * Merge2010-10-18, by Chris Cannam
- * Add misc/ directory from SVN repo2010-10-18, by Chris Cannam
- Mac Dock menu uses same import-itunes-action as the File menumacness 2010-10-18, by Dan Stowell
- * Minor fixes from Win32 build2010-10-18, by Chris Cannam
- only do genre stuff etc if itunes returns a filemacness_autotpl 2010-10-15, by Dan Stowell
- method to map from genre string to template choice; and to use it when importing from itunesmacness_autotpl 2010-10-15, by Dan Stowell
- template uses builtin audio file, cheap way to avoid 404macness_autotpl 2010-10-15, by Dan Stowell
- Templating stuff pulled into macness_autotpl branchmacness_autotpl 2010-10-15, by Dan Stowell
- Include "testtemplate" into the bundled resources in SV.app.templating 2010-10-15, by Dan Stowell
- svitunes: retrieve the genre metadata, as well as the pathmacness 2010-10-15, by 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, by Dan Stowell
- applescript to actually grab itunes current trackmacness 2010-10-12, by Dan Stowell
- Beginnings of AppleScript querying of iTunesmacness 2010-10-12, by Dan Stowell
- First step in creating a useful dock menu for SV; a placeholder item is added, so farmacness 2010-10-11, by Dan Stowell
- Use QFileOpenEvent instead of native mac AppleEvent stuff: does the same job, better, neatermacness 2010-10-11, by Dan Stowell
- Custom Mac Info.plist - the app now registers as a viewer of MP3 files, and an editor of SV filesmacness 2010-10-11, by Dan Stowell
- ifdef guard for mac header includesmacness 2010-10-11, by 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-11, by Dan Stowell
- * Add qmake config (debug or release) corresponding to configure invocation2010-10-08, by Chris Cannam
- * Regenerate configure2010-10-08, by Chris Cannam
- * Use macx-g++ qmake spec on OS/X2010-10-08, by Chris Cannam
- * Add test for PortAudio; add missing OS/X frameworks2010-10-08, by Chris Cannam
- * Reinstate configure dialog for transforms (closes #16)2010-10-08, by Chris Cannam
- * Pass in the linker as well2010-10-08, by Chris Cannam
- * Substitute the CC and CXX that configure found2010-10-08, by Chris Cannam
- * Hugely simplify Qt search -- all we need is qmake...2010-10-07, by Chris Cannam
- * Add QuickTime if on Mac2010-09-23, by Chris Cannam
- * Update build scripts again; SV now builds (perhaps some problems at runtime still though)2010-09-22, by Chris Cannam
- * Update build system2010-09-22, by Chris Cannam
- * Add basic build files2010-09-22, by Chris Cannam
- update tags2010-07-23, by convert-repo
- * Patch from Dan Stowell to provide shortcuts to add layers (additionally to the2010-07-16, by Chris Cannam
- * Separator in RMB layer menu2010-06-22, by Chris Cannam
- * Add the spectrogram (etc) layer options (back) to the right-button menu;2010-06-15, by Chris Cannam
- * Fix duplicate entries on right-button Layer menu when more than one audio2010-06-15, by Chris Cannam
- * Version and dates2010-05-05, by Chris Cannam
- * Add Ubuntu-specific note2010-05-05, by Chris Cannam
- * Quick workarounds for some very weird behaviour on first testsv-v1.7.2 2010-05-05, by Chris Cannam
- * Add "plot derivatives" option to time value layer (scale is not always right)2010-01-28, by Chris Cannam
- * Layer data editor window: fix sorting for columns in region model,sv-v1.7.1 2009-10-22, by Chris Cannam
- * Russian update from Alexandre2009-10-16, by Chris Cannam
- * Add "Insert Item at Selection" (wording could be improved!)sv-v1.7 2009-09-28, by Chris Cannam
- * Add time display format preference2009-09-25, by Chris Cannam
- * ctrl+shift+s (or cmd+... on mac) shortcut for save as (for dans)2009-09-25, by Chris Cannam
- * use dummy driver only for RtMidi on Solaris2009-09-10, by Chris Cannam
- * Fixes to newer-version and survey-offering logic2009-08-27, by Chris Cannam
- * Offer the user a chance to answer our survey (only once, and only after2009-08-27, by Chris Cannam
- * Fix crash on exit on win32. This was caused by incorrectly using fftw_free()2009-08-14, by Chris Cannam
- * Add version number to splash screen2009-07-29, by Chris Cannam
- * minor environmental updatessv-v1.6 2009-06-22, by Chris Cannam
- * duh2009-06-18, by Chris Cannam
- * experimental desktop files2009-06-18, by Chris Cannam
- ...2009-06-16, by Chris Cannam
- * Add smoothing option to colour 3d plot2009-05-22, by Chris Cannam
- * offer choice of audio files to export only if there is more than one2009-04-23, by Chris Cannam
- * fix to rounding problems in plugin parameter box2009-03-30, by Chris Cannam
- * add ffwd/rwd-similar to menu and add shortcuts for them (shift+pgup/down)2009-03-30, by Chris Cannam
- * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder2009-03-27, by Chris Cannam
- * Move prf file to prf/ (so that it can be pulled in using externals in2009-03-27, by Chris Cannam
- * Very crudely, add an option for the audio file to be exported from2009-03-24, by Chris Cannam