Mercurial > hg > svgui
log layer/TimeValueLayer.cpp @ 1549:9a5eede01869
age | author | description |
---|---|---|
2019-10-17 | 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. |
2019-10-16 | Chris Cannam | Debug output tweaks |
2019-10-15 | 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. |
2019-10-09 | Chris Cannam | Fix failure to apply new frame when pasting events |
2019-08-08 | Chris Cannam | Debug |
2019-07-05 | Chris Cannam | Update for removal of (public) getId from Model by-id |
2019-07-02 | Chris Cannam | Further layer updates for ModelById by-id |