log

age author description
2019-05-24 Chris Cannam Merge
2019-05-24 Chris Cannam Don't attempt performance alignment when not in align mode
2019-05-24 Chris Cannam Fix incorrect frequency display in peak-freq mode
2019-05-22 Chris Cannam Branch 3.3-stable
2019-05-20 Chris Cannam Fix incorrect visibility of alignment view when not requested; fix current indicator size when x-button is disabled
2019-05-20 Chris Cannam Fix incorrect repaint at left edge in segmentation mode
2019-05-17 Chris Cannam Add option to suppress close button on first pane
2019-05-17 Chris Cannam Merge from branch single-point
2019-05-16 Chris Cannam Make it possible to disable cancel buttons single-point
2019-05-16 Chris Cannam Avoid showing progress bars for dormant layers. They'll typically be duplicates, e.g. in the vect app you can get many dormant layers all reporting the alignment completion at the same time. (Maybe it would be better just to reject progress bars for alignment in dormant layers? Hm) single-point
2019-05-10 Chris Cannam Comment single-point
2019-05-10 Chris Cannam Add setLayerProperties (from XML string) single-point
2019-05-10 Chris Cannam Remove margin from inner frame single-point
2019-05-09 Chris Cannam Smoother cache & colour management in colour 3d plots single-point
2019-05-03 Chris Cannam Make inversion configurable in settings single-point
2019-05-01 Chris Cannam When invalidating cache in a time-constrained context, don't start rendering in the same cycle as well - leave it for a further update. Slightly experimental effort to make the UI feel more responsive. single-point
2019-05-01 Chris Cannam Tweak peak-cache allocations etc in the hope of making long spectrograms a little faster to re-render single-point
2019-05-01 Chris Cannam Don't discard large wheel deltas; just clamp them single-point
2019-05-01 Chris Cannam Some debug bits single-point
2019-04-30 Chris Cannam Add option to make pane sizes auto-resize-only (i.e. remove user control via a splitter); also place alignment views above panes instead of below, meaning the extra bit of space that we currently have for the pane without one at least goes to the primary pane single-point
2019-04-30 Chris Cannam Shrink alignment panes to sensible size on non-hi-dpi screens single-point
2019-04-30 Chris Cannam Add getNearbyColourIndex to ColourDatabase; tweak getContrastingColour for bright colours; add comments single-point
2019-04-25 Chris Cannam Avoid showing final (useless) alignment view single-point
2019-04-24 Chris Cannam Make AudioDial a bit more visible with a dark background single-point
2019-04-24 Chris Cannam Merge from default branch single-point
2019-04-24 Chris Cannam Comment
2019-04-23 Chris Cannam Add function to request multiple filenames
2019-03-28 Chris Cannam Update to using export IDs stored in XmlExportables single-point
2019-03-22 Chris Cannam Use updated ImageModel single-point
2019-03-22 Chris Cannam Use updated TextModel single-point
2019-03-21 Chris Cannam Fix tendency of start position of measure rect to wander as you drag out the rect (at certain zoom resolutions) single-point
2019-03-21 Chris Cannam Merge
2019-03-21 Chris Cannam Fix tendency of start position of measure rect to wander as you drag out the rec
2019-03-21 Chris Cannam Updates for SparseOneDimensionalModel in new API single-point
2019-03-20 Chris Cannam Further snap fixes single-point
2019-03-20 Chris Cannam Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest! single-point
2019-03-20 Chris Cannam Use overspill to render time-value point line properly at edges single-point
2019-03-19 Chris Cannam Update TimeValueLayer etc single-point
2019-03-15 Chris Cannam Update RegionLayer to updated RegionModel single-point
2019-03-15 Chris Cannam Update to use external set of commands single-point
2019-03-14 Chris Cannam Update following FlexiNoteModel removal, using new NoteModel API where flexi was previously used single-point
2019-03-14 Chris Cannam Finish updating NoteLayer to single-point API single-point
2019-03-13 Chris Cannam Toward getting NoteLayer to work with single-point APIs single-point
2019-03-08 Chris Cannam Update to Event api in place of Clipboard points single-point
2019-03-05 Chris Cannam Keep the point being edited highlighted while the edit dialog is open
2019-02-18 Chris Cannam Fix inadvertent hardcoding of SV file extension
2019-02-14 Chris Cannam Merge
2019-02-14 Chris Cannam Comments
2019-02-14 Chris Cannam Use zero-width pen when zoomed out - this seems to make a huge difference to speed when rendering on top of another layer, for some reason
2019-01-23 Chris Cannam Merge
2019-01-21 Chris Cannam Fix potential divide-by-zero
2019-01-21 Chris Cannam Avoid compiler warning
2019-01-09 Chris Cannam Merge from branch fix-static-analysis
2019-01-09 Chris Cannam Support changing the separator (if more than one plausible one is found) and repopulating the dialog
2018-12-19 Chris Cannam Debug tweaks
2018-12-19 Chris Cannam Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
2018-12-04 Chris Cannam Merge from default branch fix-static-analysis
2018-11-29 Chris Cannam Fix erasing of Region layer labels as the playhead moves over them
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-11-22 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
2018-11-16 Chris Cannam Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
2018-11-15 Chris Cannam Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
2018-11-15 Chris Cannam Handle integer pixel scaling as well
2018-11-15 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere
2018-11-15 Chris Cannam Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels.
2018-11-14 Chris Cannam Fixes to spectrum axis calculations, + default to starting at bin 1
2018-11-14 Chris Cannam We need to draw illumination label *after* the spectrum...
2018-11-14 Chris Cannam Fix some incorrect pixel scaling
2018-11-14 Chris Cannam Fix compiler warning
2018-11-14 Chris Cannam Merge from branch spectrogramparam
2018-11-14 Chris Cannam Various tweaks & fixes to log-scale handling in spectrum. We can't easily preserve the nice behaviour where peaks stay in place as fft size changes, without potentially losing a bit of low-frequency information spectrogramparam
2018-11-14 Chris Cannam Correct positioning for centre line when antialiasing with non-0-width pen spectrogramparam
2018-11-14 Chris Cannam Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling spectrogramparam
2018-11-13 Chris Cannam Toward highlighting peaks on spectrum spectrogramparam
2018-11-13 Chris Cannam Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum) spectrogramparam
2018-11-13 Chris Cannam Make "zoom to region" work sensibly for slice/spectrum layers; ensure that min/max bin are remapped properly when changing fft size spectrogramparam
2018-11-13 Chris Cannam Make mention of the shift-drag feature and zooming in the status text spectrogramparam
2018-11-12 Chris Cannam Small speedups spectrogramparam
2018-11-12 Chris Cannam Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered spectrogramparam
2018-11-08 Chris Cannam Retrieve only the values already determined to be peaks spectrogramparam
2018-11-08 Chris Cannam Fix "colour" rendering for spectrum (now resembles a filled "line" mode rather than a filled "block" mode) spectrogramparam
2018-11-07 Chris Cannam Switch spectrum to antialiased drawing with considerable speedup for the dense areas; take horizontal scale height into account when rendering slice layer height spectrogramparam
2018-11-07 Chris Cannam Add oversampling option to spectrum as well spectrogramparam
2018-11-06 Chris Cannam Merge from default branch spectrogramparam
2018-11-06 Chris Cannam Make the context help for custom controls explain how to reset them
2018-11-06 Chris Cannam Experimental oversampling param spectrogramparam
2018-11-06 Chris Cannam Avoid nan/inf values (and consequent crash) in colour scale range
2018-11-06 Chris Cannam Use label of property for tooltip, not just id of it
2018-11-06 Chris Cannam Merge from branch zoom
2018-11-06 Chris Cannam Fix incorrect start/end overlay drawing when zoomed far in zoom
2018-11-06 Chris Cannam Merge from default branch zoom
2018-11-05 Chris Cannam Scaling tweaks
2018-11-02 Chris Cannam Short-circuit drawing a little bit for contiguous ranges
2018-11-02 Chris Cannam Progressively increase sample-box size slightly
2018-11-01 Chris Cannam Initialise level and pan from current state of layer's parameters (e.g. when reloading session) waverevision
2018-11-01 Chris Cannam Use a distinguishable text for this state waverevision
2018-11-01 Chris Cannam Merge branch waverevision
2018-10-31 Chris Cannam Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevant waverevision
2018-10-30 Chris Cannam Fix the mix/merge channels behaviour in pixels-per-frame zone
2018-10-30 Chris Cannam Minor tidying
2018-10-30 Chris Cannam Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped
2018-10-30 Chris Cannam Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through
2018-10-18 Chris Cannam Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
2018-10-12 Chris Cannam Merge
2018-10-05 Chris Cannam Merge from default branch zoom
2018-10-11 Chris Cannam Merge
2018-10-11 Chris Cannam Oops, typeof is not standard
2018-10-11 Chris Cannam Rework cacheing logic to reduce the number of reallocations and be more correct about the repaint areas. I don't expect the difference to be really noticeable but in theory performance should be a little better...
2018-10-11 Chris Cannam Fix ugly text positioning/drawing on osx
2018-10-10 Chris Cannam Remove some debug bits
2018-10-10 Chris Cannam Use zoom constraints more consistently, including the new RelativelyFine one
2018-10-10 Chris Cannam Merge from branch zoom
2018-10-05 Chris Cannam Debug tweaks zoom
2018-10-03 Chris Cannam Scale positioning
2018-10-03 Chris Cannam Use newly-introduced cancel icon instead of fileclose. The deceptive name of fileclose had me thinking nobody was using it, so I removed it and the cancel buttons disappeared
2018-10-01 Chris Cannam Merge from default branch zoom
2018-10-01 Chris Cannam Avoid blowing up when faced with min==max in parameter range
2018-10-01 Chris Cannam Use locale-aware comparators for sorting user-visible strings
2018-09-28 Chris Cannam Avoid overflow problems when dealing with large numbers of microseconds zoom
2018-09-28 Chris Cannam Use more precise text rendering when zoomed in beyond the ms level zoom
2018-09-28 Chris Cannam This is the correct size zoom
2018-09-27 Chris Cannam Fix crash when scrolling beyond end of waveform (+ fix compiler warnings) zoom
2018-09-27 Chris Cannam Fix stupidity zoom
2018-09-27 Chris Cannam Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area zoom
2018-09-26 Chris Cannam Remove WaveformOversampler again from here; it's now in svcore zoom
2018-09-26 Chris Cannam Add custom waveform oversampler method zoom
2018-09-25 Chris Cannam Get oversampled rendering almost working, but I think we need to take more care with the oversampling itself zoom
2018-09-25 Chris Cannam Fix accidental always-auto-normalise zoom
2018-09-24 Chris Cannam Toward oversampling rendering zoom
2018-09-21 Chris Cannam Factor out paintChannelScaleGuides zoom
2018-09-21 Chris Cannam Another tidy zoom
2018-09-21 Chris Cannam A further refactor with range blocks zoom
2018-09-21 Chris Cannam Refactor out paintChannel zoom
2018-09-21 Chris Cannam Fix typo that created un-reloadable session file zoom
2018-09-21 Chris Cannam Ensure getFrameForX returns value on zoom blocksize boundary; take advantage of that (this is essentially reverting to the same behaviour as in the default branch, which we should probably have done all along) zoom
2018-09-20 Chris Cannam Responding to a hang due to mismatching zoom and block sizes zoom
2018-09-20 Chris Cannam Avoid compiler warning zoom
2018-09-20 Chris Cannam Further ZoomLevel fixes zoom
2018-09-20 Chris Cannam More ZoomLevel updates zoom
2018-09-19 Chris Cannam Gradual ZoomLevel updates zoom
2018-09-17 Chris Cannam Merge from default branch zoom
2018-09-12 Chris Cannam Merge from branch import-audio-data
2018-09-12 Chris Cannam Propose to take only value-like columns as audio samples, not all numeric ones - now that it's easy enough for the user to overrule import-audio-data
2018-09-07 Chris Cannam Move out these bits which are now in CSVFormat import-audio-data
2018-09-06 Chris Cannam Sample range import-audio-data
2018-09-06 Chris Cannam Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes import-audio-data
2018-09-06 Chris Cannam Support audio-format CSV format selection in dialog import-audio-data
2018-09-04 Chris Cannam Merge from default branch import-audio-data
2018-08-09 Chris Cannam Tidy edges of scale area on Mac
2018-07-04 Chris Cannam Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
2018-07-04 Chris Cannam Layers such as time-value layers with ColourDistinguishes property should use the dark background when a bright colour is selected. This is how it was always supposed to work, I think, but I broke it so long ago that this "fix" might itself come across as a surprising breaking change
2018-06-28 Chris Cannam Fix compiler warning
2018-06-28 Chris Cannam Handle additional case import-audio-data
2018-06-28 Chris Cannam Rename guard import-audio-data
2018-06-28 Chris Cannam Fix compiler warning import-audio-data
2018-06-26 Chris Cannam Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)
2018-06-26 Chris Cannam Never scale down
2018-06-26 Chris Cannam Improve level-pan rendering quality on non-retina OSX
2018-06-25 Chris Cannam Better rendering for widget cells
2018-06-25 Chris Cannam Slightly nicer pan handling, avoiding showing spurious >0dB peaks
2018-06-22 Chris Cannam Experiment with rounded rects
2018-06-22 Chris Cannam Collect the bits of bookkeeping for mouse wheel events, and use in all widgets
2018-06-22 Chris Cannam Proper handling for wheel rotation distance
2018-06-21 Chris Cannam Half-steps for level in level-pan widget
2018-06-21 Chris Cannam Ctrl-click on level-pan tool button now also resets to default
2018-06-11 Chris Cannam Merge from branch plugin-path-config
2018-06-11 Chris Cannam Fix compiler warning plugin-path-config
2018-06-08 Chris Cannam Minor improvement to (still nasty) button layout on OSX plugin-path-config
2018-06-08 Chris Cannam Use type keys as indices rather than labels plugin-path-config
2018-06-06 Chris Cannam Fix erroneous tooltip plugin-path-config
2018-06-04 Chris Cannam Show value of environment variable; populate for last plugin type by default (as that happens to be Vamp) plugin-path-config
2018-05-25 Chris Cannam Various logic fixes, and use new setter-class structures plugin-path-config
2018-05-25 Chris Cannam Plugin review dialog plugin-path-config
2018-05-23 Chris Cannam Add "Add" plugin-path-config
2018-05-23 Chris Cannam More work on plugin path configuration layout &c plugin-path-config
2018-05-21 Chris Cannam Toward more than one plugin type in this widget plugin-path-config
2018-05-15 Chris Cannam Grey-out meaningless buttons plugin-path-config
2018-05-15 Chris Cannam Better editing mechanism plugin-path-config
2018-05-15 Chris Cannam Up/down plugin-path-config
2018-05-11 Chris Cannam Toward allowing the user to see (at least, and maybe change) the plugin path plugin-path-config
2018-05-08 Chris Cannam Hack to ensure vertical scale lines are in the right place in pixel-doubling rendering
2018-05-08 Chris Cannam Tidy
2018-05-03 Chris Cannam Merge from branch horizontal-scale
2018-05-03 Chris Cannam Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines horizontal-scale
2018-05-02 Chris Cannam Merge horizontal-scale
2018-05-02 Chris Cannam Fix positioning of peak lines on spectrum layer (origin is already accounted for in the bin/frequency to x conversion functions)
2018-05-02 Chris Cannam Tweaks to horizontal scale horizontal-scale
2018-05-01 Chris Cannam Draw some ticks horizontal-scale
2018-05-01 Chris Cannam Branch toward adding horizontal numerical scales to things horizontal-scale
2018-04-26 Chris Cannam Tidy
2018-04-26 Chris Cannam Scale scalable icon
2018-04-24 Chris Cannam Adjust y-coord of text labels to accommodate larger scaled fonts
2018-04-23 Chris Cannam Delete rows in reverse order for safety
2018-04-23 Chris Cannam Avoid crash when scrolling with an empty layer open
2018-04-19 Chris Cannam Make selection extents more visible on hi-dpi
2018-04-19 Chris Cannam Make the overlays at either end translucent, so they don't completely crop out any underlying text or necessary info (e.g. selection extents)
2018-04-17 Lucas Thompson Formatting changes to align more with SV style conventions
2018-04-17 Lucas Thompson Accept optional modality in constructor and fix subsequent possible side effect (re-opening dialog when just cancelled)
2018-03-01 Chris Cannam Untabify
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2017-12-12 Chris Cannam This was new in GCC 7
2017-12-07 Chris Cannam Add fallthrough attribute
2017-07-18 Chris Cannam Fix loading of should-not-auto-invert scalable icons
2017-07-10 Chris Cannam Merge from branch "scale-ticks"
2017-05-04 Chris Cannam Make use of ScaleTickIntervals in log scale as well scale-ticks
2017-05-04 Chris Cannam Rework log scale calculation, update to changed interface scale-ticks
2017-05-04 Chris Cannam Make use of ScaleTickIntervals in linear numerical scale (not log yet) scale-ticks
2017-03-12 Chris Cannam Remove debug out
2017-03-07 Chris Cannam Make some corrections to crosshair (measure cursor) positioning and feature descriptions. Needs review.
2017-03-07 Chris Cannam Fix crash when changing window size in the spectrum layer
2017-02-28 Chris Cannam Fix failure to respect saved linear-scale setting in layer when the model suggests it would prefer log scale
2017-02-28 Chris Cannam Restrict colour 3d plot log scale range to 10 orders of magnitude
2017-02-28 Chris Cannam Fix attribute name -- it's colourScale in the spectrogram, but it's just scale here
2017-02-28 Chris Cannam Fix a couple of compiler warnings
2017-02-28 Chris Cannam Emit
2017-02-28 Chris Cannam Ctrl-click, and middle-button click, on level-pan widget reset to default (not implemented yet for level-pan tool button though)
2017-02-28 Chris Cannam Explanatory comment
2017-02-28 Chris Cannam Ensure threshold is equal to minValue; default of 0 is inadequate when minValue < 0 (fixes bug that made all negative values appear black)
2017-02-28 Chris Cannam Remove unused function
2017-02-28 Chris Cannam Use Range01 normalisation in Colour 3D Plot. This gives us the same column normalisation behaviour as in 2.5 (better than the Max1 option).
2017-02-23 Chris Cannam Debug notes, tidying
2017-02-22 Chris Cannam Merge
2017-02-22 Chris Cannam Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
2017-02-22 Chris Cannam Overrides
2017-02-22 Chris Cannam Add activity log output to debug log too
2017-02-21 Chris Cannam Fix #1792 measure tool crosshairs rendered in wrong colour. Also extend crosshairs over the no-man's-land at the left
2017-02-07 Chris Cannam Some work to make spectrum layers (and slice layers generally) zoomable in the frequency axis. Also fixes a number of view id mixups in SliceLayer which broke offset calculations for the x axis scale.
2017-01-27 Chris Cannam More tweaks to when to render from the middle
2017-01-27 Chris Cannam Looks like we can be a bit more relaxed here
2017-01-27 Chris Cannam Wire up normalise-visible-area mode in colour 3d plot
2017-01-27 Chris Cannam Untabify
2017-01-26 Chris Cannam Scale pen, place line ends in centres of bins, default to line mode
2017-01-26 Chris Cannam Move this function into cpp file
2017-01-26 Chris Cannam Scale piano keyboard height according to text size
2017-01-26 Chris Cannam Fix silly definition that prevented spectrum scale from appearing
2017-01-26 Chris Cannam Scale pens
2017-01-26 Chris Cannam Add method to scale pen widths for hi-res screens
2017-01-26 Chris Cannam Guard only
2017-01-26 Chris Cannam Scale pen used for centre line
2017-01-26 Chris Cannam Guard only
2017-01-26 Chris Cannam Minor debug
2017-01-26 Chris Cannam Switch widget type to one that gets mouseover notifications
2017-01-26 Chris Cannam Randomise start offset for partial paints, it looks (I think) a little better
2017-01-26 Chris Cannam Measure time taken to render per pixel, and use the time last time around to decide whether to be time constrained this time around
2017-01-26 Chris Cannam Fix #1781 Running CQ Chromagram spits out stacks of "bin index out of range" warnings
2017-01-16 Chris Cannam Fix incorrect call to getColumn() that broke the peak-frequency spectrogram and close zoom levels of the colour 3d plot
2017-01-13 Chris Cannam Debug toward tracking down strange peak-frequency spectrogram update problem
2017-01-13 Chris Cannam Make getPreferredPeakCache check the render mode itself
2017-01-13 Chris Cannam Merge from branch 3.0-integration
2017-01-13 Chris Cannam Fix memory leak of cache pixmaps in View 3.0-integration
2017-01-05 Chris Cannam More cache hit counts; make debug output from colour 3d plot renderer (even though it is to SVDEBUG) appear only with explicit debug flag 3.0-integration
2017-01-05 Chris Cannam Don't start in the middle when repainting the whole width while using a peak cache. It looks funny. 3.0-integration
2017-01-05 Chris Cannam Make the colour 3d plot renderer able to support more than one level of peak cache; introduce a second "peak" cache for the spectrogram layer that actually has a 1-1 column relationship with the underlying FFT model, and use it in addition to the existing peak cache if memory is plentiful. Makes spectrograms appear much faster in many common situations. 3.0-integration
2017-01-05 Chris Cannam Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model) 3.0-integration
2017-01-04 Chris Cannam Wire up record monitoring 3.0-integration
2017-01-03 Chris Cannam Provisionally add labels for normalisation menu (sigh) 3.0-integration
2017-01-03 Chris Cannam Add help icon, + update subrepo 3.0-integration
2017-01-03 Chris Cannam Comment some debug output 3.0-integration
2017-01-03 Chris Cannam Fix some compiler warnings 3.0-integration
2016-12-20 Chris Cannam Fix erroneous use of single-colour setting to determine dark/light background when in segmentation mode 3.0-integration
2016-12-20 Chris Cannam Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it 3.0-integration
2016-12-19 Chris Cannam Merge from branch svg, and thus (in some subrepos) from levelpanwidget 3.0-integration
2016-12-19 Chris Cannam Implement "Export SVG file..." svg
2016-12-16 Chris Cannam Fix incorrect initial display levels in LevelPanWidget levelpanwidget
2016-12-16 Chris Cannam Support mouse wheel on level-pan tool button levelpanwidget
2016-12-16 Chris Cannam Add swatches to colour map combo (optionally, as it turns out they are quite visually distracting) levelpanwidget
2016-12-16 Chris Cannam Introduce a colour map combo too. Doesn't yet have swatches levelpanwidget
2016-12-16 Chris Cannam Take advantage of the fact that a group layout is now always used, to simplify code levelpanwidget
2016-12-16 Chris Cannam Introduce colour combobox class, to replace ad-hoc code in property box levelpanwidget
2016-12-15 Chris Cannam Adjust spacing in property box levelpanwidget
2016-12-15 Chris Cannam Record scale factor in log levelpanwidget
2016-12-15 Chris Cannam Some adjustments to make view elements clearer and more correctly sized, especially on hidpi (non-pixel-doubling) systems levelpanwidget
2016-12-15 Chris Cannam Retina thumbwheels levelpanwidget
2016-12-15 Chris Cannam Tool tips levelpanwidget
2016-12-15 Chris Cannam An attempt to improve PropertyBox layout on the Mac. Make all rows consistent by always creating a group layout for each row, regardless of whether the item(s) in it are marked as grouped or not. levelpanwidget
2016-12-15 Chris Cannam Make play params area of property box look a bit better on OSX levelpanwidget
2016-12-15 Chris Cannam As NotifyingPushButton, but a ToolButton levelpanwidget
2016-12-15 Chris Cannam Moving around some UI bits levelpanwidget
2016-12-14 Chris Cannam Merge from branch 3.0-integration levelpanwidget
2016-12-14 Chris Cannam Minor debug tweaks 3.0-integration
2016-12-13 Chris Cannam Fix some compiler problems 3.0-integration
2016-12-12 Chris Cannam Some hackery toward having a zoomlevel type zoom
2016-12-09 Chris Cannam Merge from branch bqresample 3.0-integration
2016-12-09 Chris Cannam Fixes to sample rate and latency handling bqresample
2016-12-06 Chris Cannam Some work on play parameters and level controls in property box levelpanwidget
2016-12-06 Chris Cannam Switch to level-pan tool button in property box levelpanwidget
2016-12-05 Chris Cannam Introduce level-pan widget to property box levelpanwidget
2016-12-05 Chris Cannam Add monitoring to level-pan widget (though not well, yet) levelpanwidget
2016-12-05 Chris Cannam Another use of WidgetScale more-hidpi
2016-12-05 Chris Cannam Some icon updates more-hidpi
2016-12-05 Chris Cannam Scale the sizes of a few more UI elements more-hidpi
2016-11-30 Chris Cannam Bigger colour swatches for bigger fonts 3.0-integration
2016-11-30 Chris Cannam Always accept wheel events 3.0-integration
2016-11-28 Chris Cannam More debug 3.0-integration
2016-11-23 Chris Cannam Avoid rounding error giving too few bins in column request 3.0-integration
2016-11-21 Chris Cannam Merge from branch bqfft 3.0-integration
2016-11-21 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft
2016-11-17 Chris Cannam Backed out changeset d89e04b0eff3, thus un-backing-out changeset c036560a7205! 3.0-integration
2016-11-17 Chris Cannam Backed out changeset c036560a7205 3.0-integration
2016-11-17 Chris Cannam Introduce our own scaleDrawBufferImage (though I think we probably won't actually want to use this, so I expect to back it out again) 3.0-integration
2016-11-10 Chris Cannam More timings and cache hit counts 3.0-integration
2016-11-08 Chris Cannam Use peak cache at one zoom level lower (since it exists at that level already -- this is a >= vs > question) + make naming more uniform 3.0-integration
2016-11-04 Chris Cannam Fix omitted topmost bin 3.0-integration
2016-11-04 Chris Cannam Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out) 3.0-integration
2016-11-03 Chris Cannam Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. 3.0-integration
2016-10-28 Chris Cannam Merge from branch piper 3.0-integration
2016-10-25 Chris Cannam Tidying project-file-rework
2016-10-25 Chris Cannam Minor build updates project-file-rework
2016-10-25 Chris Cannam Merge from branch 3.0-integration project-file-rework
2016-10-24 Chris Cannam Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them project-file-rework
2016-10-21 Chris Cannam Add out-of-process execution to prefs dialog 3.0-integration
2016-10-20 Chris Cannam Fix completely bogus allocation that was only shown up because of a compiler warning for int->float conversion possibly restricting value range! 3.0-integration
2016-10-20 Chris Cannam Merge from branch "msvc2015_64" 3.0-integration
2016-10-19 Chris Cannam Tidy and re-fix for Linux msvc2015_64
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2016-09-20 Chris Cannam Merge from branch tony-2.0-integration 3.0-integration
2016-08-19 Chris Cannam Merge latest SV 3.0 branch code tony-2.0-integration
2016-08-05 Chris Cannam Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate. 3.0-integration
2016-08-05 Chris Cannam Merge work on unified spectrogram and colour 3d plot caching renderer 3.0-integration
2016-08-05 Chris Cannam Since 1d317e717fe4 we no longer want to fft scale in hybrid mode. (This might also restore compatibility with Tony and prior SV save sessions -- test this.) spectrogram-minor-refactor
2016-08-05 Chris Cannam Make text labels on vertical scale ticks visible spectrogram-minor-refactor
2016-08-05 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
2016-08-05 Chris Cannam Pull out paintDetailedScale spectrogram-minor-refactor
2016-08-05 Chris Cannam Minor tidy, + go back to opaque-only spectrogram as intended spectrogram-minor-refactor
2016-08-05 Chris Cannam Restore illuminateLocalFeatures in spectrogram spectrogram-minor-refactor
2016-08-04 Chris Cannam Reconnect double-click region select in spectrogram spectrogram-minor-refactor
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-08-04 Chris Cannam Re-implement dB^2 (log-power) spectrogram setting spectrogram-minor-refactor
2016-08-03 Chris Cannam Re-enable (little-used) normalise-visible-range option in spectrogram layer spectrogram-minor-refactor
2016-08-03 Chris Cannam Use a count of bins rather than min and max bins (because the name maxbin tells us nothing about whether the range is inclusive or not) spectrogram-minor-refactor
2016-08-02 Chris Cannam Another small tidy spectrogram-minor-refactor
2016-08-02 Chris Cannam Fix vertical zoom/scroll in colour 3d plot layer spectrogram-minor-refactor
2016-08-02 Chris Cannam Minor tidy spectrogram-minor-refactor
2016-08-02 Chris Cannam Sensible vertical scale and hybrid normalisation range in colour 3d plot spectrogram-minor-refactor
2016-08-02 Chris Cannam Minor tidy spectrogram-minor-refactor
2016-08-02 Chris Cannam A threshold fix spectrogram-minor-refactor
2016-08-01 Chris Cannam Float/double conversion fixes spectrogram-minor-refactor
2016-08-01 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
2016-08-01 Chris Cannam Must set range mappers before default values -- the presence of a range mapper alters the way the default is set up spectrogram-minor-refactor
2016-08-01 Chris Cannam Scale range matching spectrogram-minor-refactor
2016-08-01 Chris Cannam Some notes on gain spectrogram-minor-refactor
2016-07-22 Chris Cannam Some tidying spectrogram-minor-refactor
2016-07-22 Chris Cannam Fixes and debug output for mag range calculations spectrogram-minor-refactor
2016-07-22 Chris Cannam Wiring through the magnitude range updates spectrogram-minor-refactor
2016-07-20 Chris Cannam Toward updating mag cache spectrogram-minor-refactor
2016-07-20 Chris Cannam Inch toward using the mag cache (currently will crash with debug exception) spectrogram-minor-refactor
2016-07-20 Chris Cannam Introduce ScrollableMagRangeCache, plus some tidying etc spectrogram-minor-refactor
2016-07-19 Chris Cannam Fix translucent mode for spectrogram spectrogram-minor-refactor
2016-07-19 Chris Cannam Wire up invertVertical spectrogram-minor-refactor
2016-07-19 Chris Cannam Re-enable a couple more features spectrogram-minor-refactor
2016-07-19 Chris Cannam Tidy spectrogram-minor-refactor
2016-07-19 Chris Cannam Consts and willRenderOpaque spectrogram-minor-refactor
2016-07-19 Chris Cannam Colourmap rotation (inelegantly) spectrogram-minor-refactor
2016-07-19 Chris Cannam Comment only spectrogram-minor-refactor
2016-07-19 Chris Cannam Make VerticalBinLayer an actual Layer (via SliceableLayer) spectrogram-minor-refactor
2016-07-18 Chris Cannam Start introducing translucent renderer spectrogram-minor-refactor
2016-07-14 Chris Cannam Fix failure to reinitialise m_peakCache spectrogram-minor-refactor
2016-07-14 Chris Cannam Remove almost all of the "old" paint logic from Colour3DPlotLayer spectrogram-minor-refactor
2016-07-14 Chris Cannam Remove all of the "old" paint logic from SpectrogramLayer, even where it hasn't been completely replaced yet spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColourScaleType into an enum class spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColumnNormalization to an enum class, and separate out normalize-visible spectrogram-minor-refactor
2016-07-14 Chris Cannam Turn BinDisplay and BinScale into enum classes spectrogram-minor-refactor
2016-07-13 Chris Cannam Delete renderers spectrogram-minor-refactor
2016-07-13 Chris Cannam Begin using renderer in colour 3d plot layer spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
2016-07-13 Chris Cannam Switch in "standard" colour scale, bin scale, normalisation -- not quite handled elegantly or correctly yet spectrogram-minor-refactor
2016-07-11 Chris Cannam Minor build fix spectrogram-minor-refactor
2016-07-11 Chris Cannam Introduce peak frequency rendering (basics of) spectrogram-minor-refactor
2016-07-11 Chris Cannam Far more pragmatic update strategy spectrogram-minor-refactor
2016-07-11 Chris Cannam Fix draw buffer sizing problem in scaled rendering spectrogram-minor-refactor
2016-07-07 Chris Cannam Split out cache rendering functions and some fixes to calculations spectrogram-minor-refactor
2016-07-07 Chris Cannam Use enums from origin classes spectrogram-minor-refactor
2016-07-07 Chris Cannam Colour scales (partly) spectrogram-minor-refactor
2016-07-07 Chris Cannam Time-constrained rendering spectrogram-minor-refactor
2016-07-05 Chris Cannam Cut over to using the renderer (though it's very incomplete) and fix some cache problems and pointer lifetime misunderstandings spectrogram-minor-refactor
2016-07-05 Chris Cannam Start to introduce renderer objects spectrogram-minor-refactor
2016-07-05 Chris Cannam One FFT model per spectrogram (again!) - but we do still need a magnitude range per view, as views could be showing different regions spectrogram-minor-refactor
2016-07-02 Chris Cannam One FFT size method, no member for it spectrogram-minor-refactor
2016-07-01 Chris Cannam Simplify the oversampling/zero-padding logic. FFT model selection no longer depends on the view. spectrogram-minor-refactor
2016-07-01 Chris Cannam Add VerticalBinLayer to SpectrogramLayer spectrogram-minor-refactor
2016-07-01 Chris Cannam Scale and copy spectrogram-minor-refactor
2016-07-01 Chris Cannam Start introducing render code spectrogram-minor-refactor
2016-07-01 Chris Cannam VerticalBinLayer for vertical mapping abstraction. Not totally sure about this spectrogram-minor-refactor
2016-06-30 Chris Cannam Comments spectrogram-minor-refactor
2016-06-30 Chris Cannam Minor adjustments spectrogram-minor-refactor
2016-06-30 Chris Cannam More filling in render & cache code spectrogram-minor-refactor
2016-06-30 Chris Cannam Move drawVisibleText to PaintAssistant spectrogram-minor-refactor
2016-06-30 Chris Cannam Move LayerGeometryProvider from view to layer spectrogram-minor-refactor
2016-06-30 Chris Cannam Two functions, rather than one with a boolean arg spectrogram-minor-refactor
2016-06-29 Chris Cannam Another tiny bit spectrogram-minor-refactor
2016-06-29 Chris Cannam Pull out render timer spectrogram-minor-refactor
2016-06-29 Chris Cannam More renderer stubbing spectrogram-minor-refactor
2016-06-27 Chris Cannam Comments spectrogram-minor-refactor
2016-06-23 Chris Cannam Start stubbing Colour3DPlotRenderer spectrogram-minor-refactor
2016-06-23 Chris Cannam Use a params structure spectrogram-minor-refactor
2016-06-23 Chris Cannam Add ColourScale spectrogram-minor-refactor
2016-06-23 Chris Cannam Introduce ColourScale to handle colour mapping for both spectrogram and colour 3d plot layers spectrogram-minor-refactor
2016-06-23 Chris Cannam Comment spectrogram-minor-refactor
2016-06-23 Chris Cannam Comments spectrogram-minor-refactor
2016-06-23 Chris Cannam Fix possible crash when scrolling to end spectrogram-minor-refactor
2016-06-20 Chris Cannam Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixel spectrogram-minor-refactor
2016-06-20 Chris Cannam Pull out column ops into ColumnOp spectrogram-minor-refactor
2016-06-17 Chris Cannam A more sensible order for column operations spectrogram-minor-refactor
2016-06-15 Chris Cannam Don't need these spectrogram-minor-refactor
2016-06-15 Chris Cannam Replace old logic with calls to new functions; basic refactor part A done, the code now compiles again spectrogram-minor-refactor
2016-06-15 Chris Cannam A couple more helper functions spectrogram-minor-refactor
2016-06-13 Chris Cannam Mid-refactor to pull out the bulk of paintDrawBuffer into chunks spectrogram-minor-refactor
2016-06-13 Chris Cannam Merge from default branch spectrogram-minor-refactor
2016-06-13 Chris Cannam Comments and minor tidy 3.0-integration
2016-06-13 Chris Cannam Make normalise-hybrid logic the same in both draw methods 3.0-integration
2016-06-13 Chris Cannam Make peak cache divisor a member 3.0-integration
2016-05-26 Chris Cannam Don't paint if model has zero width 3.0-integration
2016-04-21 Chris Cannam Merge from branch "alignment-simple" 3.0-integration
2016-04-20 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
2016-03-18 Chris Cannam Start including Vamp SDK into main build, as we do with Sonic Annotator 3.0-integration
2016-03-04 Chris Cannam Merge from default branch 3.0-integration
2016-03-04 Chris Cannam Use drawVisibleText for box labels
2016-03-04 Chris Cannam Fix incorrect handling of model start frame
2016-03-04 Chris Cannam Fix confusion between model columns and painted columns, and document the difference
2016-03-02 Chris Cannam Merge in from SV 3.0-integration branches alignment-simple
2016-02-09 Chris Cannam Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing 3.0-integration
2016-02-04 Chris Cannam Merge from branch "spectrogram-minor-refactor" 3.0-integration
2016-02-04 Chris Cannam Merge from the default branch 3.0-integration
2016-02-04 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
2016-02-03 Chris Cannam Truncate edges when about to paint beyond limits of cache spectrogram-minor-refactor
2016-02-02 Chris Cannam Don't use partial paints when zoomed in far enough to have boundary alignment concerns. (But boundary calculations are still wrong, leading to a logic error exception.) spectrogram-minor-refactor
2016-02-02 Chris Cannam Comment spectrogram-minor-refactor
2016-02-02 Chris Cannam Timing tweaks to reduce the number of repaints spectrogram-minor-refactor
2016-02-02 Chris Cannam Fix cache validity boundary condition spectrogram-minor-refactor
2016-02-02 Chris Cannam *Really* add overlooked file! spectrogram-minor-refactor
2016-02-02 Chris Cannam Revert last commit (wrong branch)
2016-02-02 Chris Cannam Add overlooked file!
2016-01-30 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
2016-01-29 Chris Cannam Further fixes to the scrollable cache logic spectrogram-minor-refactor
2016-01-29 Chris Cannam Start refactoring out the spectrogram image cache spectrogram-minor-refactor
2016-01-27 Chris Cannam Fix calculation of repaint area when we haven't scrolled but cache is not complete spectrogram-minor-refactor
2016-01-26 Chris Cannam Start repainting from the middle -- but this is quite unreliable spectrogram-minor-refactor
2016-01-26 Chris Cannam Fix return value from paintDrawBuffer in rightToLeft case; propagate timing change to PeakFrequencies version as well spectrogram-minor-refactor
2016-01-26 Chris Cannam Draw right-to-left when adjoining an existing cache valid area on the right spectrogram-minor-refactor
2016-01-25 Chris Cannam Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder) spectrogram-minor-refactor
2016-01-25 Chris Cannam Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point) spectrogram-minor-refactor
2016-01-22 Chris Cannam Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff colourschemes
2016-01-22 Chris Cannam Tidy a bit colourschemes
2016-01-22 Chris Cannam Some debug colourschemes
2016-01-22 Chris Cannam Fix integer overflow in getFrameForX colourschemes
2016-01-22 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset colourschemes
2016-01-21 Chris Cannam Make colour 3d plot layer colour a preference as well colourschemes
2016-01-20 Chris Cannam Add default spectrogram colours to prefs colourschemes
2016-01-19 Chris Cannam Tidy colourschemes
2016-01-19 Chris Cannam Rearrange colours, make some of them more attractive, give some of them nicer names colourschemes
2016-01-19 Chris Cannam Remove debug out colourschemes
2016-01-19 Chris Cannam Provide a sensible name for this colour scheme colourschemes
2015-12-02 Chris Cannam Experimentation with colour schemes and mappings colourschemes
2015-11-18 Chris Cannam Merge from default branch 3.0-integration
2015-10-22 Chris Cannam Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
2015-10-20 Chris Cannam Fix incorrect reload of old Tony v1.0 files tony-2.0-integration
2015-10-20 Chris Cannam Use max value returned directly from api call tony-2.0-integration
2015-10-20 Chris Cannam Minor adjustment for higher-res screens tony-2.0-integration
2015-10-20 Chris Cannam Merge from default branch 3.0-integration
2015-10-20 Chris Cannam Fix embarrassing failure to reload Note layers
2015-10-14 Chris Cannam Merge from branch "3.0-integration" tony-2.0-integration
2015-10-14 Chris Cannam Remove some debug 3.0-integration
2015-10-14 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
2015-10-13 Chris Cannam Repaint fix tony-2.0-integration
2015-10-12 Chris Cannam Remove some debug out tony-2.0-integration
2015-08-20 Chris Cannam At least avoid crashing if scaled zoom level reaches 0! tony-2.0-integration
2015-08-20 Chris Cannam Some minor tweaks to make behaviour more like prior Tony tony-2.0-integration
2015-08-20 Chris Cannam Merge through to branch for Tony 2.0 tony-2.0-integration
2015-08-04 Chris Cannam Merge from branch bqaudioio 3.0-integration
2015-08-04 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
2015-07-14 alo removed imaf sliders imaf_enc
2015-07-07 Chris Cannam Merge from default branch 3.0-integration
2015-07-07 Chris Cannam Major fix to bug in handling of fuzzy column in CSV import (introduced since the last release) which meant that col 6 of a wide CSV would go missing completely!
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-01-07 Chris Cannam Merge from default branch simple-fft-model
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-07-01 Chris Cannam Merge from branch osx-retina 3.0-integration
2015-07-01 Chris Cannam Switch off debug again simple-fft-model
2015-07-01 Chris Cannam Fill extent is not relevant in simple-fft-model code, as it's always the full extent simple-fft-model
2015-06-30 Chris Cannam Fix dark point at highlight of LED button osx-retina
2015-06-30 Chris Cannam Render LED button direct to widget, making it look OK on retina screen osx-retina
2015-06-30 Chris Cannam Use a more sensible min height for OS/X osx-retina
2015-06-30 Chris Cannam Merge osx-retina
2015-06-30 Chris Cannam Tighten spacing around sides of property box on OS/X osx-retina
2015-06-26 Chris Cannam Merge from branch normalize_hybrid_option 3.0-integration
2015-06-26 Chris Cannam Merge from branch osx-retina 3.0-integration
2015-06-26 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-06-15 Chris Cannam Branch to test simple FFT model code alignment-simple
2015-06-12 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
2015-06-12 Chris Cannam Fix failure to show window shape when Analysis tab in preferences is first opened
2015-06-10 Chris Cannam Rounding osx-retina
2015-06-10 Chris Cannam Merge from default branch osx-retina
2015-05-22 Chris Cannam Fix crash when importing wide CSV file
2015-05-22 Chris Cannam Add half-wave rectification option to Colour 3D Plot layer
2015-05-21 Chris Cannam Fixes to font sizing in colour 3d plot layer (for #1221) osx-retina
2015-05-21 Chris Cannam Avoid going pop when setting play head to before time 0
2015-05-21 Chris Cannam Fix arithmetic precedence misreading goof which led to scrolling the wrong way when dragging past the right edge
2015-05-21 Chris Cannam Prevent selection being dragged beyond start/end of content
2015-05-21 Chris Cannam Box colour a darker grey by default (but also changeable now)
2015-05-14 Chris Cannam Merge from branch scalable-icons osx-retina
2015-05-14 Chris Cannam Merge from default branch osx-retina
2015-05-14 Chris Cannam Fix #1220 Flexi-note layer appears in Layers menu
2015-05-13 Chris Cannam Icon update scalable-icons
2015-05-12 Chris Cannam Display note name derived from value, when hovering over time-value feature if the scale unit is Hz
2015-05-12 Chris Cannam Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.
2015-05-06 Chris Cannam Various fixes to scalable rendering scalable-icons
2015-05-06 Chris Cannam Experiment with loading SVGs scalable-icons
2015-04-29 Chris Cannam Make Retina layer rendering selectable in settings osx-retina
2015-04-29 Chris Cannam Fix font size for painter when rendering scaled osx-retina
2015-04-29 Chris Cannam Fix positioning of local feature illumination rectangle osx-retina
2015-04-29 Chris Cannam Fix rendering of selections osx-retina
2015-04-27 Chris Cannam Always render to a buffer, then from that to the widget osx-retina
2015-04-20 Chris Cannam Painting off-cache means we shouldn't use proxy (we aren't scaling.. yet) osx-retina
2015-04-20 Chris Cannam Some scaling & zoom bits osx-retina
2015-04-20 Chris Cannam Merge from default branch osx-retina
2015-04-20 Chris Cannam Build fix osx-retina
2015-04-20 Chris Cannam Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform layer)
2015-04-20 Chris Cannam Merge from default branch alignment_view
2015-04-20 Chris Cannam Merge from default branch osx-retina
2015-04-20 Chris Cannam Merge from branch tonioni
2015-04-13 Chris Cannam Revert to -Werror in debug only tonioni
2015-03-31 Chris Cannam Allow setting big-image size directly tonioni
2015-03-31 Chris Cannam Simpler colours in level pan widget tonioni
2015-03-31 Chris Cannam LevelPanWidget alternative without including muting tonioni
2015-03-31 Chris Cannam Remove some debug; set some gain values tonioni
2015-03-30 Chris Cannam Signal/slot compatibility fixes tonioni
2015-03-30 Chris Cannam Merge tonioni
2015-03-30 Chris Cannam Experiment with simple button logic for LevelPanWidget (separating out playback toggle again) tonioni
2015-03-30 matthiasm changed rectangle in Overview: colour and roundedness tonioni
2015-03-25 Chris Cannam Fix possible excess image size tonioni
2015-03-25 Chris Cannam Fixes to enabled/disabled state in level-pan tool button tonioni
2015-03-25 Chris Cannam Render direct to widget (necessary to avoid pixel doubling on OS/X) tonioni
2015-03-25 Chris Cannam Fixes to muting from level-pan tool button tonioni
2015-03-25 Chris Cannam A number of fixes to level-pan button (including mute toggle) tonioni
2015-03-25 Chris Cannam Introduce level/pan toolbar buttons tonioni
2015-03-24 Chris Cannam Don't snap selections to time ruler -- it's never useful tonioni
2015-03-24 Chris Cannam Fix to pointer-pos-to-level logic tonioni
2015-03-24 Chris Cannam Add missed include tonioni
2015-03-24 Chris Cannam Try using audio level fader logic tonioni
2015-03-24 Chris Cannam No, we'll not handle mute separately -- make bottom level be muted. Also add support for enable/disable tonioni
2015-03-24 Chris Cannam Try adding a combined simple level/pan widget tonioni
2015-03-23 Chris Cannam Merge from cxx11 branch tonioni
2015-03-23 Chris Cannam Merge from default branch tonioni
2015-03-18 Chris Cannam Fix crash caused by using proxy (of unknown lifecycle) instead of view as cache key osx-retina
2015-03-18 Chris Cannam Pass proxy to layer for painting osx-retina
2015-03-17 Chris Cannam Many fixes for the previous stuff osx-retina
2015-03-17 Chris Cannam Another small replacement osx-retina
2015-03-17 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
2015-03-11 Chris Cannam Experiment with querying paint rect separately from view rect osx-retina
2015-03-11 Chris Cannam First steps toward high-res rendering on retina Mac -- quite a bit more to be done osx-retina
2015-03-11 Chris Cannam Build fixes for OS/X cxx11
2015-03-11 Chris Cannam c++11 flag in qmake project cxx11
2015-03-10 Chris Cannam Type correction cxx11
2015-03-10 Chris Cannam Nothing of consequence cxx11
2015-03-10 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
2015-03-10 Chris Cannam More type fixes cxx11
2015-03-10 Chris Cannam More type fixes, primarily in the spectrogram cxx11
2015-03-09 Chris Cannam A few more fixes cxx11
2015-03-09 Chris Cannam Working through the float/double and int/sv_frame_t fixes cxx11
2015-03-09 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
2015-03-09 Chris Cannam More conversion fixes cxx11
2015-03-04 Chris Cannam Toward building with new sv types cxx11
2015-03-04 Chris Cannam Fixes to go with latest svcore cxx11
2015-03-03 Chris Cannam Merge from default branch cxx11
2015-02-24 Chris Cannam Enable ThreadSanitizer datarace
2015-02-09 Chris Cannam Merge from default branch cxx11
2015-01-15 Chris Cannam Always resist vertical drag -- it's just too annoying if it happens accidentally while playing alignment_view
2015-01-15 Chris Cannam Scale drag thresholds according to actual display resolution
2015-01-15 Chris Cannam Merge from default branch alignment_view
2015-01-15 Chris Cannam Scale drag thresholds according to actual display resolution alignment_view
2014-12-15 Chris Cannam Tidy up layout and ranges for unit conversion dialog, highlight in red any out-of-range values
2014-12-09 Chris Cannam Start connecting up tempo bits
2014-12-09 Chris Cannam Update units when prefs change
2014-12-09 Chris Cannam Oops, included some unintended cruft
2014-12-09 Chris Cannam hz -> freq, and some layout rearrangement
2014-12-08 Chris Cannam Fixes to limits etc in unit converter
2014-12-02 Chris Cannam Wire up note/octave stuff
2014-12-02 Chris Cannam Start adding piano note
2014-12-02 Chris Cannam Adding the unit converter code might have enhanced the previous commit a little
2014-12-01 Chris Cannam Start work on unit converter
2014-11-27 Chris Cannam Avoid completely smoothing out a curve if it alternates high/low, when zooming out far enough to use lines instead
2014-11-21 Chris Cannam Fix misalignment in alignment view alignment_view
2014-11-21 Chris Cannam Grey lines in alignment view; chords for salient features alignment_view
2014-11-21 Chris Cannam Avoid drawing a single lonesome 0 if nothing is loaded at all alignment_view
2014-11-17 Chris Cannam CXX11 (-std=c++11) branch, to test build environments before making any code adaptations cxx11
2014-11-10 Chris Cannam Discard wildly excessive wheel events
2014-11-14 Chris Cannam Wheel event thing alignment_view
2014-11-11 Chris Cannam Make the dragged pitch take effect when releasing drag on a note tonioni
2014-11-11 Chris Cannam (Very slowly) perform local reanalysis when dragging a note up or down tonioni
2014-11-11 Chris Cannam Tidy tonioni
2014-11-10 Chris Cannam Be more ruthless tonioni
2014-11-10 Chris Cannam Merge tonioni
2014-11-10 Chris Cannam Make overview area easier to see tonioni
2014-11-10 Chris Cannam Discard wildly excessive wheel events tonioni
2014-11-10 Chris Cannam Merge from default branch tonioni
2014-10-17 Chris Cannam Don't hide time-instant layers when switching modes; use them as source of key frames in alignment view alignment_view
2014-10-17 Chris Cannam First sketch at alignment view (between panes in stack) alignment_view
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-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.
2014-09-12 Chris Cannam Don't print activity
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)
2014-09-09 Chris Cannam Merge from default branch tonioni
2014-09-03 Chris Cannam Avoid complaint about unused return value
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 a couple of not-very-realistic potential null-pointer derefs (from coverity scan)
2014-09-03 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 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 Chris Cannam Fix some potential divide by zeros (from coverity scan)
2014-09-03 Chris Cannam Fix minor resource leak (from coverity scan)
2014-09-03 Chris Cannam Clarify some sneaky logic
2014-09-03 Chris Cannam Fix uninitialised variable (from coverity scan)
2014-09-03 Chris Cannam Fix a couple of inadvertant integer divisions (from coverity scan)
2014-09-03 Chris Cannam Remove redundant code (from coverity scan)
2014-09-03 Chris Cannam Fix potential divide by zero
2014-09-03 Chris Cannam Clarify some sneaky 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)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-02 Chris Cannam Update subrepos and merge from default branch tonioni
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 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-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 Make it possible to set the parent widget
2014-07-25 Chris Cannam Debug output stuff
2014-07-25 Chris Cannam Do not move playhead on click, unless in "DAW mode". In centre-frame modes it's confusing and leads to random jumps when playing aligned material
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 from branch tonioni
2014-07-18 Chris Cannam Support horizontal two-finger scrolling on Mac, and adjust zoom rate on vertical scroll to make it less crazily fast tonioni
2014-07-18 Chris Cannam Merge from default branch tonioni
2014-07-18 Chris Cannam compile fix tonioni
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-07-16 matthiasm code to remove duration/sample rate from panes tonioni
2014-07-15 matthiasm merge tonioni
2014-07-15 matthiasm adding number to display of illuminated note tonioni
2014-07-15 matthiasm adding no spectrogram and no sonification options tonioni
2014-07-02 Chris Cannam Merge from tonioni branch
2014-07-02 Chris Cannam Merge from default branch, and update to make sure we retain the DAW-style scrolling (page without moving playhead on scroll) tonioni
2014-07-02 Chris Cannam Merge from default branch tonioni
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 Merge
2014-06-18 Chris Cannam Merge from branch tonioni (the two are currently in sync)
2014-07-01 Chris Cannam Dense colour 3d plot layers should be scrollable, I think; and some tidying, debug stuff, and minor optimisations
2014-06-18 Chris Cannam Merge from branch warnfix_no_size_t
2014-06-18 Chris Cannam Merge from branch warnfix_no_size_t tonioni
2014-06-18 Chris Cannam Configure stuff and fixes for -Werror warnfix_no_size_t
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2014-06-17 Chris Cannam Merge from branch "tonioni" tony_integration
2014-06-17 Chris Cannam Merge from default branch tony_integration
2014-06-16 Chris Cannam Single-click to move pointer needs to wait for double-click timeout (so it knows you're not starting a double-click) tonioni
2014-06-16 Chris Cannam Merge tonioni
2014-06-16 Chris Cannam Comment out debug tonioni
2014-06-16 matthiasm fixed deleteSelectionInclusive to not delete adjacent notes tonioni
2014-06-13 Chris Cannam Merge tonioni
2014-06-13 Chris Cannam Add an experimental cancel button to view progress bars tonioni
2014-06-13 matthiasm fixed selection by note move to not include the next note on the right tonioni
2014-06-13 Chris Cannam Fix Tony bug #981: note editing does not work when pitch track is invisible tonioni
2014-06-12 Chris Cannam Some tidying & fixing compiler warnings tonioni
2014-06-12 matthiasm flexinote now displays frequency, duration and text above/below the note tonioni
2014-06-12 matthiasm adding a note after the last existing one is now possible (#974) tonioni
2014-06-12 Chris Cannam Play pointer: Avoid disconcerting jump when dragging so pointer is at start of pane (without having it leave the pane) tonioni
2014-06-12 Chris Cannam Move play pointer on single-click in pane in navigate mode tonioni
2014-06-12 Chris Cannam Play pointer: when user drags pane during playback such that the pointer is no longer visible, accept that and stop trying to track it until pointer naturally comes back within visible area tonioni
2014-06-12 Chris Cannam Play pointer: don't move it when dragging overview pane tonioni
2014-06-12 Chris Cannam Make sure the play pointer is always visible when the centre line is not tonioni
2014-06-12 Chris Cannam Play pointer: don't seek playback when scrolling, except in ScrollContinuous mode tonioni
2014-06-11 matthiasm added vertical strip stripes to beginning and end of illuminated note tonioni
2014-06-11 matthiasm fixed note delete bug (now deletes when any overlap with the selection occurs) tonioni
2014-06-03 Chris Cannam Merge from default branch tonioni
2014-06-03 Chris Cannam Restore commit:6a8d922f991d which was apparently reverted in error as commit:c2291e22bf0c
2014-06-03 Chris Cannam Merge from branch tonioni
2014-05-29 Chris Cannam Merge from default branch tonioni
2014-05-23 Chris Cannam Replace setCurrentText (which doesn't appear to exist in qt4) with setCurrentIndex tonioni
2014-05-23 Chris Cannam Remember the last-used suffix in save dialog (#877).
2014-05-22 matthiasm implemented move by one note (replacing big jumps left/right) tonioni
2014-05-22 Chris Cannam Fix crash on checking progress of slice layer
2014-05-22 matthiasm reinstated the original way that was better than my fix tonioni
2014-05-21 matthiasm merge tonioni
2014-05-21 matthiasm fixed: pitch track update deleted note tonioni
2014-05-14 Chris Cannam Merge from default branch tonioni
2014-05-14 Chris Cannam Merge from branch tony_integration
2014-05-09 Chris Cannam Merge from default branch tony_integration
2014-05-07 Chris Cannam Restore selection of playback sample for note layers. Also default to new elecpiano clip. tony_integration
2014-04-12 Jakob Leben SingleColourLayer: fix colour reference counting
2014-04-12 Jakob Leben SingleColourLayer: do not try to apply invalid colour property
2014-05-07 Chris Cannam Merge from default branch tony_integration
2014-05-07 Chris Cannam Merge from tonioni branch tony_integration
2014-04-11 matthiasm added note pitch snapping after "move" edit tonioni
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
2014-04-03 Chris Cannam Fix potential for crash on reloading session file - loading selections should not emit signal as if user had just made them manually tonioni
2014-04-02 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
2014-04-02 Chris Cannam Make session file extension parameterisable, use .ton for Tony tonioni
2014-04-02 Chris Cannam Grey out the areas outside the main work model. This may not be appropriate as-is for SV, but it might be nice in Tony tonioni
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) tonioni
2014-04-02 Chris Cannam Merge tony_integration
2014-04-02 Chris Cannam Merge from branch tonioni 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-31 Chris Cannam Merge from branch tonioni tony_integration
2014-04-01 Chris Cannam Fix fancy note-editing mode (was not working in new multi-layer world, and shift-click delete was broken) tonioni
2014-04-01 Chris Cannam Debug output tonioni
2014-04-01 Chris Cannam Optional printouts tonioni
2014-03-31 Chris Cannam Use application name in key & mouse reference instead of hardcoding SV tonioni
2014-03-27 Chris Cannam Implement "Form Note from Selection"; remove Snap Notes to Pitch Track because every other editing operation *should* now be doing that automatically tonioni
2014-03-27 Chris Cannam Make pitch-track editing operations update the notes as well, automatically tonioni
2014-03-27 Chris Cannam Add Merge Notes tonioni
2014-03-27 Chris Cannam Add command to snap notes back to pitch track median on request; add split at selection boundaries tonioni
2014-03-25 Chris Cannam Fix (to some extent) the "gross assumption about layer order" and thus #840 Note split adaptation broken tonioni
2014-03-11 Chris Cannam Merge from default branch tony_integration
2014-03-11 Chris Cannam Merge from branch tonioni tony_integration
2014-03-11 Chris Cannam Diagnostics and fix for peaks cache sizing (need +1 to avoid null cache)
2014-03-06 Chris Cannam Introduce a GlobalOverlays mode that shows general surrounding information but less local stuff tonioni
2014-03-06 Chris Cannam Allow registering an alternative shortcut using QKeySequence so as to get the right native string tonioni
2014-03-06 Chris Cannam Use NativeText in key reference (converting Ctrl to weird squiggle on Mac etc) tonioni
2014-03-06 Chris Cannam Rather than undrawing the bottom bit of the dial, don't draw it in the first place (necessary on shaded background) tonioni
2014-03-06 Chris Cannam Explicitly avoid doing this on Mac (so as to rule it out in investigating toolbar problems) tonioni
2014-03-06 Chris Cannam Short-circuit test for enough space for label -- drastically reduces lag on os/x with qt4
2014-03-06 Chris Cannam Short-circuit test for enough space for label -- drastically reduces lag on os/x with qt4 tonioni
2014-03-05 Chris Cannam No config -> default to release mode tonioni
2014-03-05 Chris Cannam Do not return a dormant layer as the currently-selected layer tonioni
2014-03-05 Chris Cannam Pull out ShowLayerCommand into its own file tonioni
2014-03-05 Chris Cannam Add selectionChangedByUser for selection changes prompted by interactivity rather than by undo/redo tonioni
2014-03-04 Chris Cannam Signal-slot separation between region outlining and default zoom action tonioni
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes)
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well. tonioni
2014-02-24 Justin Salamon checking off show pitch turns off and disables play pitch button tonioni
2014-02-18 Justin Salamon clicking on selection pane now moves play head to that location tonioni
2014-02-06 Chris Cannam Toward getYScaleValue in Colour3DPlotLayer
2014-02-06 Chris Cannam Unclamped
2014-02-04 Chris Cannam Fix bug in choosing which layer to bring to the front when asked programmatically tonioni
2014-02-04 Chris Cannam Avoid compiler warnings tonioni
2014-01-30 Chris Cannam Fix for treating zeros as gaps tonioni
2014-01-28 Chris Cannam Merge from default branch tonioni
2014-01-28 Chris Cannam Bodge in Matthias's suggested normalise-to-log as an option in spectrogram and colour 3d plot layers (not wired into gui)
2014-01-28 Chris Cannam Merge from tonioni branch tony_integration
2014-01-10 Chris Cannam Suppress vertical scale when there are no points (scale looks absurd without sensible range) tonioni
2014-01-10 Chris Cannam Propagate double-click in select mode -- the application might do something meaningful with this tonioni
2014-01-10 Chris Cannam Snapping to feature frame rightwards in flexi-note should snap to the end of a note as well as the start (should also snap to start of next one, but that doesn't seem to work either -- not enough points returned by getPoints). This should possibly happen in plain note and region layers too. tonioni
2014-01-10 Chris Cannam Indentation tonioni
2014-01-10 Chris Cannam Fix indentation tonioni
2014-01-10 Chris Cannam Make it possible to globally hide pane accessories (close button & current-indicator) tonioni
2014-01-09 Chris Cannam Allow per-pane overrides for tool mode tonioni
2014-01-09 Chris Cannam Use sv-dependency-builds on OS/X as well if no config.pri tonioni
2014-01-08 Chris Cannam Adjustable middle-line height for waveform. Not 100% supported (only really for basic waveform rendering) tonioni
2014-01-07 Chris Cannam Remove obsolete project files tonioni
2014-01-07 Chris Cannam Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin tonioni
2013-12-05 Chris Cannam Merge from default branch imaf_enc
2013-12-04 Chris Cannam Support non-SV file types (should have been committed earlier, omitted due to confusion) tonioni
2013-12-04 Chris Cannam Not quite so many digits
2013-12-04 Chris Cannam Compile fix tonioni
2013-12-04 Chris Cannam Merge from default branch tonioni
2013-12-04 Chris Cannam Extend numerical and colour scales (and piano where applicable) to note and region layers
2013-12-04 Chris Cannam And tidy up
2013-12-04 Chris Cannam Pull out colour scale drawing as well