log layer/BoxLayer.cpp @ 1556:ac8da42674ff spectrogram-export

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.
Thu, 17 Oct 2019 10:26:21 +0100 Chris Cannam Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width
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, 14 Oct 2019 14:20:02 +0100 Chris Cannam Tidy / debug
Wed, 09 Oct 2019 11:51:19 +0100 Chris Cannam Fix failure to apply new frame when pasting events
Mon, 07 Oct 2019 09:43:31 +0100 Chris Cannam Fix compiler warning
Wed, 25 Sep 2019 09:45:42 +0100 Chris Cannam Rename TimeFrequencyBoxLayer to just BoxLayer, supporting vertical scales other than Hz time-frequency-boxes base layer/TimeFrequencyBoxLayer.cpp@3d8287ae732d