graph
- hz -> freq, and some layout rearrangement2014-12-09, by Chris Cannam
- Fixes to limits etc in unit converter2014-12-08, by Chris Cannam
- Quick hack at a multiplex option for transform input (see #1108)2014-12-04, by Chris Cannam
- Wire up note/octave stuff2014-12-02, by Chris Cannam
- Start adding piano note2014-12-02, by Chris Cannam
- Adding the unit converter code might have enhanced the previous commit a little2014-12-02, by Chris Cannam
- Start work on unit converter2014-12-01, by Chris Cannam
- Unit tests for StringBits::splitQuoted2014-12-01, by Chris Cannam
- If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default2014-12-01, by Chris Cannam
- Fix close-quote immediately before separator in StringBits::splitQuoted2014-11-27, by Chris Cannam
- Avoid completely smoothing out a curve if it alternates high/low, when zooming out far enough to use lines instead2014-11-27, by Chris Cannam
- Couple more RealTime tests2014-11-20, by Chris Cannam
- Subrepo state2014-11-19, by Chris Cannam
- CXX11 (-std=c++11) branch, to test build environments before making any code adaptationscxx11 2014-11-17, by Chris Cannam
- Discard wildly excessive wheel events2014-11-10, by Chris Cannam
- Handle variable columns by importing all of them (not just the minimum number)2014-10-03, by Chris Cannam
- Add milliseconds as CSV import timing option2014-10-03, by Chris Cannam
- Update version in wxs file2.4-stable 2014-10-02, by Chris Cannam
- Merge from branch 2.4-stable2014-10-01, by Chris Cannam
- Merge2.4-stable 2014-10-01, by Chris Cannam
- Added tag sv_v2.4.1 for changeset 2868d5abf1a32.4-stable 2014-10-01, by Chris Cannam
- Update changelog2.4-stable sv_v2.4.1 2014-10-01, by Chris Cannam
- Version will be 2.4.12.4-stable 2014-10-01, by Chris Cannam
- Subrepo update2.4-stable 2014-10-01, by Chris Cannam
- Merge from branch 2.4-stable2014-09-29, by Chris Cannam
- Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.2.4-stable 2014-09-29, by Chris Cannam
- Obsolete tag2.4beta2 2014-09-24, by Chris Cannam
- Merge2014-09-24, by Chris Cannam
- Update subrepo2014-09-11, by Chris Cannam
- Added tag sv_v2.4beta2 for changeset 4a7c62938a132.4beta2 2014-09-10, by Chris Cannam
- Add a forgotten item to the changelog2014-09-24, by Chris Cannam
- Added tag sv_v2.4_linux_deploy for changeset 8215909b74d22014-09-24, by Chris Cannam
- Deploy fixessv_v2.4_linux_deploy 2014-09-24, by Chris Cannam
- Auto dependencies2014-09-24, by Chris Cannam
- Output for control file2014-09-24, by Chris Cannam
- Add deploy script2014-09-24, by Chris Cannam
- Debian skeleton stuff2014-09-24, by Chris Cannam
- Fixes to desktop file2014-09-24, by Chris Cannam
- Some install and packaging updates2014-09-24, by Chris Cannam
- Added tag sv_v2.4 for changeset cfbea29fae642014-09-23, by Chris Cannam
- Added tag sv_v2.4beta2 for changeset 7b3aaa237e662.4beta2 2014-09-23, by Chris Cannam
- This will be SV v2.4sv_v2.4 2014-09-23, by Chris Cannam
- Fix #1058 clicking row in Layer Edit dialog when colour 3d plot layer active jumps to wrong frame (was using sample rate where resolution intended)2014-09-16, by Chris Cannam
- Refuse to play if no sample rate available (fixes crash when playing after deleting only pane)2014-09-12, by Chris Cannam
- Don't print activity2014-09-12, by Chris Cannam
- Ignore cov-int directory2014-09-12, by Chris Cannam
- Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)normalize_hybrid_option 2014-09-12, by Chris Cannam
- Do not draw the model time extents if the top layer does not have time as its x axis (fixing #1057)2.4beta2 2014-09-11, by Chris Cannam
- Pull across beta bits from prior beta branch2.4beta2 sv_v2.4beta2 2014-09-10, by Chris Cannam
- Update README and CHANGELOG2014-09-10, by Chris Cannam
- If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up2014-09-10, by Chris Cannam
- Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)2014-09-09, by Chris Cannam
- Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format2014-09-09, by Chris Cannam
- Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open().2014-09-09, by Chris Cannam
- Avoid complaint about unused return value2014-09-03, by Chris Cannam
- Fix potential null pointer deref2014-09-03, by Chris Cannam
- Fix memory leak (from coverity scan)2014-09-03, by Chris Cannam
- Fix some uninitialised values (from coverity scan)2014-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 dead code; fix previous fix to midi insertion 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 a couple of not-very-realistic potential null-pointer derefs (from coverity scan)2014-09-03, by Chris Cannam
- Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential null-pointer derefs, and simplify some logic where loops were used with an unconditional "break" that meant they could only happen once (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential divide by zeros (from coverity scan)2014-09-03, by Chris Cannam
- 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