log view/View.cpp @ 1560:27f3e64489e1 spectrogram-export

age author description
Thu, 09 Jan 2020 14:29:21 +0000 Chris Cannam Give timer a parent so as not to leak it spectrogram-export
Thu, 17 Oct 2019 14:44:22 +0100 Chris Cannam Permit getScaleProvidingLayerForUnit to return a dormant layer if there is no visible alternative. This is necessary to avoid the scale disappearing in Tony when the spectrogram is toggled off.
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.
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 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.
Mon, 16 Sep 2019 13:34:56 +0100 Chris Cannam Comment
Fri, 13 Sep 2019 17:40:59 +0100 Chris Cannam Fix, I think, #1914 Mounting rounding error when dragging aligned view left/right - and therefore the associated #1874 Pointer position becomes increasingly erroneous when rewinding with alignment active
Fri, 13 Sep 2019 17:27:14 +0100 Chris Cannam Debug updates
Wed, 14 Aug 2019 10:58:24 +0100 Chris Cannam Separate out handling of alignment progress bar from the layer progress bars and fix tendency to have them hanging around even when alignment has completed
Tue, 13 Aug 2019 15:10:32 +0100 Chris Cannam Toward trying to figure out a progress-bar problem
Fri, 09 Aug 2019 19:02:51 +0100 Chris Cannam Improve drawn alignment of lines in AlignmentView against the view below; also cache the mapping locations
Thu, 08 Aug 2019 13:33:38 +0100 Chris Cannam Debug
Fri, 02 Aug 2019 16:44:32 +0100 Chris Cannam Attempt a mechanism for the View to time-align a layer on display using an aligning version of the ViewProxy
Thu, 18 Jul 2019 13:18:19 +0100 Chris Cannam Fix failure to show alignment progress bar
Wed, 17 Jul 2019 13:12:56 +0100 Chris Cannam Tidy; also don't show cancel buttons for alignments by-id
Mon, 15 Jul 2019 13:49:57 +0100 Chris Cannam Emit a signal when a cancel is pressed by-id
Fri, 12 Jul 2019 16:29:59 +0100 Chris Cannam Comment by-id
Fri, 05 Jul 2019 15:34:50 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Wed, 03 Jul 2019 14:20:42 +0100 Chris Cannam Further ModelId updates by-id
Tue, 02 Jul 2019 15:38:37 +0100 Chris Cannam Couple more updates by-id
Tue, 02 Jul 2019 15:29:17 +0100 Chris Cannam Further layer updates by-id
Thu, 16 May 2019 15:50:11 +0100 Chris Cannam Make it possible to disable cancel buttons single-point
Thu, 16 May 2019 15:50:02 +0100 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
Wed, 01 May 2019 11:46:09 +0100 Chris Cannam Some debug bits single-point
Thu, 28 Mar 2019 11:55:31 +0000 Chris Cannam Update to using export IDs stored in XmlExportables single-point
Wed, 20 Mar 2019 11:18:45 +0000 Chris Cannam Use overspill to render time-value point line properly at edges single-point
Wed, 23 Jan 2019 14:44:16 +0000 Chris Cannam Merge
Mon, 21 Jan 2019 10:08:26 +0000 Chris Cannam Fix potential divide-by-zero
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 15 Nov 2018 14:18:26 +0000 Chris Cannam Handle integer pixel scaling as well
Thu, 15 Nov 2018 14:04:32 +0000 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere
Tue, 06 Nov 2018 10:51:46 +0000 Chris Cannam Fix incorrect start/end overlay drawing when zoomed far in zoom
Tue, 30 Oct 2018 14:00:20 +0000 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
Thu, 11 Oct 2018 14:59:34 +0100 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...
Wed, 10 Oct 2018 14:50:47 +0100 Chris Cannam Remove some debug bits
Wed, 10 Oct 2018 14:33:10 +0100 Chris Cannam Use zoom constraints more consistently, including the new RelativelyFine one
Wed, 10 Oct 2018 08:44:27 +0100 Chris Cannam Merge from branch zoom
Fri, 05 Oct 2018 09:59:41 +0100 Chris Cannam Debug tweaks zoom
Wed, 03 Oct 2018 12:59:55 +0100 Chris Cannam Scale positioning
Wed, 03 Oct 2018 12:59:47 +0100 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
Thu, 27 Sep 2018 16:20:58 +0100 Chris Cannam Fix crash when scrolling beyond end of waveform (+ fix compiler warnings) zoom
Thu, 27 Sep 2018 15:20:25 +0100 Chris Cannam Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area zoom
Fri, 21 Sep 2018 11:50:15 +0100 Chris Cannam Fix typo that created un-reloadable session file zoom
Fri, 21 Sep 2018 11:50:05 +0100 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
Thu, 20 Sep 2018 15:42:12 +0100 Chris Cannam Responding to a hang due to mismatching zoom and block sizes zoom
Thu, 20 Sep 2018 11:45:26 +0100 Chris Cannam Further ZoomLevel fixes zoom
Thu, 20 Sep 2018 10:45:24 +0100 Chris Cannam More ZoomLevel updates zoom
Mon, 17 Sep 2018 13:51:31 +0100 Chris Cannam Merge from default branch zoom
Wed, 04 Jul 2018 15:33:47 +0100 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
Tue, 24 Apr 2018 10:15:54 +0100 Chris Cannam Adjust y-coord of text labels to accommodate larger scaled fonts
Thu, 19 Apr 2018 14:36:16 +0100 Chris Cannam Make selection extents more visible on hi-dpi
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Fri, 13 Jan 2017 10:22:04 +0000 Chris Cannam Fix memory leak of cache pixmaps in View 3.0-integration
Mon, 19 Dec 2016 16:32:34 +0000 Chris Cannam Implement "Export SVG file..." svg
Thu, 15 Dec 2016 15:34:33 +0000 Chris Cannam Some adjustments to make view elements clearer and more correctly sized, especially on hidpi (non-pixel-doubling) systems levelpanwidget
Mon, 12 Dec 2016 15:18:52 +0000 Chris Cannam Some hackery toward having a zoomlevel type zoom
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 15:55:50 +0100 Chris Cannam MSVC build fixes msvc2015_64
Fri, 01 Jul 2016 17:54:31 +0100 Chris Cannam Add VerticalBinLayer to SpectrogramLayer spectrogram-minor-refactor
Thu, 30 Jun 2016 12:40:22 +0100 Chris Cannam Move drawVisibleText to PaintAssistant spectrogram-minor-refactor