log .hgsubstate @ 807:fd80bb8de218

age author description
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
2014-06-17 Chris Cannam Merge subrepos from default and tonioni branches tony_integration
2014-06-03 Chris Cannam Merge subrepos from tonioni branch
2014-05-23 Chris Cannam Fix erroneous addition of extra point at time zero when first tapping a point with a time-difference based label scheme
2014-05-23 Chris Cannam Remember the last-used suffix in save dialog (#877).
2014-05-22 Chris Cannam Subrepo state
2014-05-22 Chris Cannam Subrepo state (crash fix)
2014-05-19 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 transfers
2014-05-14 Chris Cannam Switch to default branches in subrepos, merge them down
2014-05-13 Chris Cannam Avoid potential crash when network connection fails
2014-05-09 Chris Cannam Merge from default branch tony_integration
2014-05-08 Chris Cannam Subrepo state tony_integration
2014-05-07 Chris Cannam Restore selection of playback sample for note layers. Also default to new elecpiano clip. tony_integration
2014-05-07 Chris Cannam Patches from Jakob Leben
2014-05-07 Chris Cannam Subrepo updates, merging to integration branch tony_integration
2014-04-26 Chris Cannam Add some more subrepos
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
2014-04-02 Chris Cannam Update subrepos tony_integration
2014-04-02 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-03-27 Chris Cannam Make octave numbering configurable, and change default to C4 = middle C
2014-03-11 Chris Cannam Update to current state of tonioni and default branches tony_integration
2014-03-11 Chris Cannam Subrepo state
2014-03-06 Chris Cannam Subrepo fix
2014-03-04 Chris Cannam Fix in svgui
2014-02-06 Chris Cannam Subrepo state
2014-01-31 Chris Cannam Subrepo state + build and run new tests
2014-01-28 Chris Cannam Subrepo state: bodge in normalise-to-log. Todo: Wire up properly.
2014-01-28 Chris Cannam Merge subrepos from tonioni tony_integration
2013-12-12 Chris Cannam Add network permission to prefs; make OSC support one of the things that depends on it
2013-12-11 Chris Cannam Merge from default branch imaf_enc sv-v2.3-imaf
2013-12-11 Chris Cannam Subrepo: elide negative frame times
2013-12-11 Chris Cannam Fix local variable aliasing which prevented network requests happening on the first run even when permitted
2013-12-05 Chris Cannam Update subrepos imaf_enc
2013-12-04 Chris Cannam Cut down number of includes and predeclarations
2013-12-04 Chris Cannam Subrepo
2013-12-04 Chris Cannam Subrepo state: vertical scales on various layers
2013-12-03 Chris Cannam Subrepo state
2013-12-03 Chris Cannam Deps and subrepo state
2013-11-26 Chris Cannam Fix uninitialised pointer (and consequent crash on exit)
2013-11-26 Chris Cannam Drop std:: from cerr, cout, endl; drop toStdString etc; build fix
2013-11-26 Chris Cannam WS -> OS
2013-11-21 Chris Cannam Subrepo state
2013-11-05 Chris Cannam Merge from default branch imaf_enc
2013-11-05 Chris Cannam Add dependencies subrepo as a matter of course
2013-11-04 Chris Cannam Merge from default branch imaf_enc
2013-11-04 Chris Cannam Subrepo state imaf_enc
2013-11-04 Chris Cannam Subrepo state
2013-10-09 Chris Cannam Add "Export Audio Data" to export audio waveform data into CSV or similar
2013-09-16 Chris Cannam Merge from default branch with-dependencies
2013-09-16 Chris Cannam Subrepo
2013-07-30 Chris Cannam Merge with-dependencies
2013-07-30 Chris Cannam Subrepo state
2013-07-26 Chris Cannam Merge from the default branch with-dependencies
2013-07-26 Chris Cannam Subrepo updates
2013-07-24 Chris Cannam Merge from default branch with-dependencies
2013-07-24 Chris Cannam Merge from default with-dependencies
2013-07-24 Chris Cannam WS -> OS with-dependencies
2013-07-24 Chris Cannam Reset cyclical counters when document is replaced (#182)
2013-07-23 Chris Cannam Merge with-dependencies
2013-07-23 Chris Cannam Subrepo state
2013-07-23 Chris Cannam Merge from default branch with-dependencies
2013-07-19 Chris Cannam Full-screen fixes
2013-07-19 Chris Cannam Subrepos, and fix syntax in Info.plist
2013-07-17 Chris Cannam Subrepo state
2013-07-17 Chris Cannam Subrepo state
2013-07-08 Chris Cannam Subrepo state
2013-07-08 Chris Cannam Provisionally add HiDPI feature with-dependencies
2013-05-16 Chris Cannam Merge from default branch with-dependencies
2013-05-16 Chris Cannam Merge sv_v2.1
2013-05-16 Chris Cannam Update subrepos
2013-05-16 Chris Cannam Clean up more tidily on exit
2013-05-16 Chris Cannam Add sord, serd
2013-05-15 Chris Cannam Add system paths for serd/sord as well
2013-05-14 Chris Cannam Subrepos
2013-05-14 Chris Cannam Merge from default branch with-dependencies
2013-05-14 Chris Cannam For release?
2013-05-14 Chris Cannam Update subrepos
2013-05-14 Chris Cannam Update subrepos
2013-05-13 Chris Cannam Update subrepos
2013-05-10 Chris Cannam Update subrepo version with-dependencies
2013-05-10 Chris Cannam Merge from the default branch with-dependencies
2013-05-10 Chris Cannam Provisional WiX installer file
2013-05-09 Chris Cannam Minor updates for qt5
2013-05-09 Chris Cannam Merge from qt5 branch. Next release will require qt5
2013-05-09 Chris Cannam Subrepo update with-dependencies
2013-04-26 Chris Cannam Check for qmake-qt5, not qt4; regenerate configure; update subrepos qt5
2013-04-16 Chris Cannam Update subrepos for better labelling on time-value layers
2013-04-15 Chris Cannam Subrepo update: Make single point easier to see in time-value layer
2013-03-28 Chris Cannam Subrepo state
2013-03-28 Chris Cannam Update subrepos to add .ogg extension
2013-03-27 Chris Cannam Windows build fixes -- to review with-dependencies
2013-03-27 Chris Cannam Update subrepos with-dependencies
2013-03-27 Chris Cannam Update subrepo state
2013-03-25 Chris Cannam Define fixed set of dependencies, on Windows, if no config available with-dependencies
2013-03-25 Chris Cannam Add dependency paths with-dependencies
2013-03-20 Chris Cannam Dependency version update with-dependencies
2013-03-19 Chris Cannam Add dependencies subrepo with-dependencies
2013-03-12 Chris Cannam Tell dataquay to use Sord/Serd qt5
2013-03-11 Chris Cannam Update for Qt5 compatibility; use subrepo for dataquay qt5
2013-03-09 Chris Cannam Update svcore
2013-03-08 Chris Cannam Update svcore
2013-03-07 Chris Cannam Copyright notes and dates, CHANGELOG
2012-12-11 Chris Cannam Fix failure to either export a file or explain why, when exporting an unsupported layer type to rdf
2012-11-16 Chris Cannam Update subrepos
2012-11-16 Chris Cannam Pull out app name into arg, pull down description label from superclass
2012-08-21 Chris Cannam Rework to use hg subrepos