log layer/Colour3DPlotLayer.cpp @ 1418:e866102db32a

age author description
2019-01-09 Chris Cannam Merge from branch fix-static-analysis
2018-12-19 Chris Cannam Debug tweaks
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-06 Chris Cannam Avoid nan/inf values (and consequent crash) in colour scale range
2018-10-30 Chris Cannam Minor tidying
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 Fix failure to respect saved linear-scale setting in layer when the model suggests it would prefer log scale
2017-02-28 Chris Cannam Fix attribute name -- it's colourScale in the spectrogram, but it's just scale here
2017-02-28 Chris Cannam Ensure threshold is equal to minValue; default of 0 is inadequate when minValue < 0 (fixes bug that made all negative values appear black)
2017-02-28 Chris Cannam Remove unused function
2017-02-28 Chris Cannam Use Range01 normalisation in Colour 3D Plot. This gives us the same column normalisation behaviour as in 2.5 (better than the Max1 option).
2017-02-23 Chris Cannam Debug notes, tidying
2017-02-22 Chris Cannam Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
2017-02-07 Chris Cannam Some work to make spectrum layers (and slice layers generally) zoomable in the frequency axis. Also fixes a number of view id mixups in SliceLayer which broke offset calculations for the x axis scale.