log

age author description
Wed, 16 Oct 2019 13:01:23 +0100 Chris Cannam Debug output
Wed, 16 Oct 2019 12:23:36 +0100 Chris Cannam Overhaul the way WaveformLayer reports value and display extents. The previous logic has been nonsense for a very long time, excused only by the fact that it was very seldom relevant (only really if another layer with unit V came along that wanted to auto-align with it). Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode
Wed, 16 Oct 2019 12:19:04 +0100 Chris Cannam Fix getScaleProvidingLayerForUnit to make it only return a layer that actually has display extents. Modify getVisibleExtentsForUnit to make it more like the behaviour in 3.x: where no layer with display extents is found, use the union of the value extents of layers with the right unit. Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode.
Wed, 16 Oct 2019 12:13:28 +0100 Chris Cannam Debug output tweaks
Tue, 15 Oct 2019 14:53:25 +0100 Chris Cannam Overhaul choice of layer to show scale, in Pane::drawVerticalScale, making it call out to the same logic used by View::getVisibleExtentsForUnit when appropriate. Also refuse to accept scale from dormant top layer.
Tue, 15 Oct 2019 14:51:58 +0100 Chris Cannam Avoid compiler warning
Tue, 15 Oct 2019 11:40:56 +0100 Chris Cannam Clarify naming of some view-related methods. Rename LayerGeometryProvider::getValueExtents to getVisibleExtentsForUnit, and View::getTextLabelHeight to getTextLabelYCoord. Add View::getVisibleExtentsForAnyUnit to be used to determine which unit to adopt in a new e.g. box layer.
Tue, 15 Oct 2019 09:32:24 +0100 Chris Cannam Fix #1951 Selecting row in data editor with multiple items having same frame always selects the first
Mon, 14 Oct 2019 14:20:02 +0100 Chris Cannam Tidy / debug
Wed, 09 Oct 2019 13:45:17 +0100 Chris Cannam Fix #1904 Scrolling colour 3d plot does not always work when in View normalisation mode. We shouldn't imagine we've just invalidated the cache if the truth is that we've only just created the renderer
Wed, 09 Oct 2019 11:51:19 +0100 Chris Cannam Fix failure to apply new frame when pasting events
Wed, 09 Oct 2019 11:33:33 +0100 Chris Cannam Further light streamlining
Wed, 09 Oct 2019 11:17:26 +0100 Chris Cannam Slightly streamline image scaling
Mon, 07 Oct 2019 14:30:13 +0100 Chris Cannam Don't create alignment views at all if not requested (now that the request is made only at construction time)
Mon, 07 Oct 2019 14:08:23 +0100 Chris Cannam Fix alignment of property box when switching back on after having been hidden
Mon, 07 Oct 2019 09:43:31 +0100 Chris Cannam Fix compiler warning
Fri, 04 Oct 2019 16:35:22 +0100 Chris Cannam Fix goof
Fri, 04 Oct 2019 13:51:24 +0100 Chris Cannam Rework PaneStack so that the options that generally aren't (or can't be) changed after construction are supplied to the constructor instead of being set through setter methods.
Fri, 04 Oct 2019 13:37:39 +0100 Chris Cannam Debug bits
Wed, 25 Sep 2019 14:11:42 +0100 Chris Cannam Merge
Wed, 25 Sep 2019 13:42:17 +0100 Chris Cannam Make the waveform layer do the expected thing when MergeChannels mode (i.e. butterfly mode) is enabled even if there is only 1 channel. This combination isn't actually available in the UI for SV, but it's useful for Sonic Lineup.
Wed, 25 Sep 2019 13:48:04 +0100 Chris Cannam Merge from branch time-frequency-boxes
Wed, 25 Sep 2019 11:09:06 +0100 Chris Cannam With duration and two values, propose a box model (value and extent) time-frequency-boxes
Wed, 25 Sep 2019 09:46:27 +0100 Chris Cannam Tidying time-frequency-boxes
Wed, 25 Sep 2019 09:46:20 +0100 Chris Cannam Make getTopLayerDisplayExtents public (ugh) for use when setting up a new empty layer with auto-align over the top of another one time-frequency-boxes
Wed, 25 Sep 2019 09:45:42 +0100 Chris Cannam Rename TimeFrequencyBoxLayer to just BoxLayer, supporting vertical scales other than Hz time-frequency-boxes
Sat, 21 Sep 2019 19:13:14 +0100 Chris Cannam Fix confusion about capture scope with MSVC time-frequency-boxes
Fri, 20 Sep 2019 14:48:55 +0100 Chris Cannam This is what the icon is actually called time-frequency-boxes
Fri, 20 Sep 2019 14:19:17 +0100 Chris Cannam Item-editing updates needed for time-frequency box layer time-frequency-boxes
Fri, 20 Sep 2019 11:25:47 +0100 Chris Cannam Fixes to drag and paint in time-freq box layer time-frequency-boxes