graph
- 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