log view/Pane.cpp @ 1620:dc0e47f234a2 tip

age author description
Fri, 14 Aug 2020 10:46:11 +0100 Chris Cannam Remove line of debug
Wed, 29 Apr 2020 14:23:51 +0100 Chris Cannam This addAction API from Qt 5.6+ is still, unfortunately, too recent for some of our builds
Mon, 30 Mar 2020 11:29:16 +0100 Chris Cannam Add right-button context menu to panner widget
Thu, 17 Oct 2019 11:12:54 +0100 Chris Cannam Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.
Wed, 16 Oct 2019 13:01:23 +0100 Chris Cannam Debug output
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.
Fri, 13 Sep 2019 17:26:11 +0100 Chris Cannam Debug changes
Thu, 15 Aug 2019 18:18:22 +0100 Chris Cannam Show relative pitch if recorded
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
Fri, 05 Jul 2019 15:34:50 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Tue, 02 Jul 2019 15:29:17 +0100 Chris Cannam Further layer updates by-id
Thu, 13 Jun 2019 15:35:01 +0100 Chris Cannam Add opportunistic-editing toggle
Thu, 13 Jun 2019 15:05:25 +0100 Chris Cannam Don't try to draw scale from a dormant layer!
Wed, 01 May 2019 14:40:51 +0100 Chris Cannam Don't discard large wheel deltas; just clamp them single-point
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis