log layer/FlexiNoteLayer.cpp @ 1620:dc0e47f234a2 tip

age author description
Fri, 22 Nov 2019 14:12:50 +0000 Chris Cannam Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)
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, 20 Sep 2019 14:19:17 +0100 Chris Cannam Item-editing updates needed for time-frequency box layer time-frequency-boxes
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