log layer/Colour3DPlotLayer.h @ 1605:ae2d5f8ff005

age author description
2020-01-09 Chris Cannam Use Colour3DPlotExporter in line with SpectrogramLayer spectrogram-export
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-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
2019-06-27 Chris Cannam Some work on updating layers for ModelId bits by-id
2019-05-09 Chris Cannam Smoother cache & colour management in colour 3d plots single-point
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-10-18 Chris Cannam Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
2018-03-01 Chris Cannam Untabify
2017-02-28 Chris Cannam Remove unused function
2017-01-27 Chris Cannam Wire up normalise-visible-area mode in colour 3d plot
2016-07-22 Chris Cannam Wiring through the magnitude range updates spectrogram-minor-refactor