log layer/RegionLayer.cpp @ 1620:dc0e47f234a2 tip

age author description
Thu, 31 Oct 2019 15:32:13 +0000 Chris Cannam Further replacements of QRect::right() with the right (arf) calculation
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.
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, 09 Oct 2019 11:51:19 +0100 Chris Cannam Fix failure to apply new frame when pasting events
Fri, 19 Jul 2019 16:10:19 +0100 Chris Cannam Correct erroneous signal signature
Fri, 05 Jul 2019 15:34:50 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Mon, 01 Jul 2019 14:17:13 +0100 Chris Cannam More layer updates by-id
Fri, 28 Jun 2019 17:37:22 +0100 Chris Cannam Further layer updates for ById by-id
Wed, 20 Mar 2019 15:46:17 +0000 Chris Cannam Further snap fixes single-point
Tue, 19 Mar 2019 13:06:35 +0000 Chris Cannam Update TimeValueLayer etc single-point
Fri, 15 Mar 2019 14:24:22 +0000 Chris Cannam Update RegionLayer to updated RegionModel single-point
Fri, 08 Mar 2019 13:37:30 +0000 Chris Cannam Update to Event api in place of Clipboard points single-point
Wed, 23 Jan 2019 14:44:16 +0000 Chris Cannam Merge
Mon, 21 Jan 2019 10:07:36 +0000 Chris Cannam Avoid compiler warning