log

age author description
2014-11-10 Chris Cannam Discard wildly excessive wheel events
2014-10-03 Chris Cannam Handle variable columns by importing all of them (not just the minimum number)
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option
2014-10-02 Chris Cannam Update version in wxs file 2.4-stable
2014-10-01 Chris Cannam Merge from branch 2.4-stable
2014-10-01 Chris Cannam Merge 2.4-stable
2014-10-01 Chris Cannam Added tag sv_v2.4.1 for changeset 2868d5abf1a3 2.4-stable
2014-10-01 Chris Cannam Update changelog 2.4-stable sv_v2.4.1
2014-10-01 Chris Cannam Version will be 2.4.1 2.4-stable
2014-10-01 Chris Cannam Subrepo update 2.4-stable
2014-09-29 Chris Cannam Merge from branch 2.4-stable
2014-09-29 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-24 Chris Cannam Obsolete tag 2.4beta2
2014-09-24 Chris Cannam Merge
2014-09-11 Chris Cannam Update subrepo
2014-09-10 Chris Cannam Added tag sv_v2.4beta2 for changeset 4a7c62938a13 2.4beta2
2014-09-24 Chris Cannam Add a forgotten item to the changelog
2014-09-24 Chris Cannam Added tag sv_v2.4_linux_deploy for changeset 8215909b74d2
2014-09-24 Chris Cannam Deploy fixes sv_v2.4_linux_deploy
2014-09-24 Chris Cannam Auto dependencies
2014-09-24 Chris Cannam Output for control file
2014-09-24 Chris Cannam Add deploy script
2014-09-24 Chris Cannam Debian skeleton stuff
2014-09-24 Chris Cannam Fixes to desktop file
2014-09-24 Chris Cannam Some install and packaging updates
2014-09-23 Chris Cannam Added tag sv_v2.4 for changeset cfbea29fae64
2014-09-23 Chris Cannam Added tag sv_v2.4beta2 for changeset 7b3aaa237e66 2.4beta2
2014-09-23 Chris Cannam This will be SV v2.4 sv_v2.4
2014-09-16 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-12 Chris Cannam Refuse to play if no sample rate available (fixes crash when playing after deleting only pane)
2014-09-12 Chris Cannam Don't print activity
2014-09-12 Chris Cannam Ignore cov-int directory
2014-09-12 Chris Cannam Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation) normalize_hybrid_option
2014-09-11 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-10 Chris Cannam Pull across beta bits from prior beta branch 2.4beta2 sv_v2.4beta2
2014-09-10 Chris Cannam Update README and CHANGELOG
2014-09-10 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 up
2014-09-09 Chris Cannam Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)
2014-09-09 Chris Cannam Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format
2014-09-09 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-03 Chris Cannam Avoid complaint about unused return value
2014-09-03 Chris Cannam Fix potential null pointer deref
2014-09-03 Chris Cannam Fix memory leak (from coverity scan)
2014-09-03 Chris Cannam Fix some uninitialised values (from coverity scan)
2014-09-03 Chris Cannam Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)
2014-09-03 Chris Cannam Fix dead code; fix previous fix to midi insertion logic
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)