log .hgsubstate @ 815:9b354e1dcc68

age author description
2014-09-03 Chris Cannam Remove redundant code (from coverity scan)
2014-09-03 Chris Cannam Fix very minor but erroneous non-float-arithmetic
2014-09-03 Chris Cannam clarify
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)
2014-09-03 Chris Cannam Back out last change (see subrepo commit log)
2014-09-03 Chris Cannam Fix to iterator invalidation (from coverity scan)
2014-09-03 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 Chris Cannam Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
2014-09-03 Chris Cannam Frame this condition more defensively (from coverity scan)
2014-09-03 Chris Cannam Fix fallthrough in switch (from coverity scan)
2014-09-03 Chris Cannam Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 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 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)
2014-09-03 Chris Cannam Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan)
2014-09-03 Chris Cannam Fix uninitialised values
2014-09-03 Chris Cannam Fix uninitialised members
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 uninitialised bool
2014-09-02 Chris Cannam Add const version of this accessor
2014-09-02 Chris Cannam Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)
2014-09-02 Chris Cannam Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want
2014-09-02 Chris Cannam Use fixed-order when exporting layers to a session
2014-09-02 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 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 Chris Cannam Populate the fixed order layer list
2014-09-02 Chris Cannam Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking
2014-09-02 Chris Cannam Add getInteractionLayer() and some docs
2014-09-01 Chris Cannam Fix #1047 Floating-point exception on exit if no file loaded
2014-09-01 Chris Cannam Branch rearrangement in svapp 2.4beta1
2014-09-01 Chris Cannam Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier
2014-08-13 Chris Cannam Merge from default branch 2.4beta1
2014-08-13 Chris Cannam This spacing works a bit better on the Mac (though not really well enough)
2014-08-13 Chris Cannam Don't label time zero, it gets cut off by opaque end layer
2014-08-13 Chris Cannam Beta release dialog 2.4beta1
2014-08-13 Chris Cannam Set parents for various dialogs (to avoid them hitting focus-stealing prevention)
2014-08-13 Chris Cannam More debug
2014-08-13 Chris Cannam Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully)
2014-08-13 Chris Cannam Avoid compiler warnings when building without lrdf
2014-08-13 Chris Cannam Some temporary action debug output
2014-08-11 Chris Cannam Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
2014-07-25 Chris Cannam Debug output stuff
2014-07-25 Chris Cannam Subrepo updates
2014-07-25 Chris Cannam Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
2014-07-18 Chris Cannam Merge subrepos from tonioni branch
2014-07-17 Chris Cannam Small fixes: avoid static etc
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-07-04 Chris Cannam We do have liblo
2014-07-04 Chris Cannam OS/X build/deploy fixes
2014-07-02 Chris Cannam Merge from tonioni branch
2014-07-02 Chris Cannam Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag
2014-07-02 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-01 Chris Cannam Subrepos, and update in line with latest no-warning changes
2014-06-18 Chris Cannam Subrepos
2014-06-18 Chris Cannam Merge from branch warnfix_no_size_t
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam Fix signal/slot name warnfix_no_size_t
2014-06-17 Chris Cannam Various size_t etc removals, and compiler warning fixes warnfix_no_size_t