log view/View.h @ 1620:dc0e47f234a2 tip

age author description
Thu, 30 Apr 2020 14:47:13 +0100 Chris Cannam When asked to render the whole view width, we need to wait for the layers to be ready before we can determine what the width is
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.
Wed, 25 Sep 2019 09:46:27 +0100 Chris Cannam Tidying time-frequency-boxes
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
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
Mon, 15 Jul 2019 13:49:57 +0100 Chris Cannam Emit a signal when a cancel is pressed by-id