log layer/Colour3DPlotLayer.cpp @ 638:6d38e9b15a78 qt5

age author description
2013-03-11 Chris Cannam Build fixes for Qt5 qt5
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2009-09-10 Chris Cannam * solaris build fixes
2009-06-05 Chris Cannam * Fix colour 3d plot's habit of repeating column 0 in column -1's position
2009-05-22 Chris Cannam * Add High Gain colour map
2009-05-22 Chris Cannam * Add smoothing option to colour 3d plot
2009-05-21 Chris Cannam * Fixes to log bin scale; add colour scale gain
2009-05-19 Chris Cannam * another minor improvement
2009-05-19 Chris Cannam * some improvements to log scale in colour 3d plot (still only in dense
2009-05-18 Chris Cannam * Make a start on logarithmic vertical scale in colour 3d plot
2009-03-06 Chris Cannam ...
2009-02-27 Chris Cannam * Activity log updates
2009-02-25 Chris Cannam * Add Absolute plot scale, in colour 3d plot layer only for the moment
2009-02-02 Chris Cannam * Avoid crash in StorageAdviser if temporary directory cannot be opened
2009-01-29 Chris Cannam * add setLayerDormant
2009-01-29 Chris Cannam * take a bit more care about peaks cache sizing
2009-01-26 Chris Cannam * Try out a smooth-scaling paint method... not especially promising
2009-01-26 Chris Cannam * Change QMutex in Editable DTDM to a read/write lock
2009-01-26 Chris Cannam * another, rather trivial, optimisation
2009-01-23 Chris Cannam * some tweaks that make Colour3DPlotLayer a little bit faster for
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2009-01-22 Chris Cannam * try some qvectors
2009-01-22 Chris Cannam * Make Colour3DPlotLayer::paintDense much faster (but still not fast
2009-01-16 Chris Cannam * fix some warnings, remove debug
2009-01-09 Chris Cannam * The main fix here is to the arguments of SVApplication -- the first
2008-12-08 Chris Cannam * Knock a bit of sense into Colour3DPlotLayer's cache management sv-v1.4 sv-v1.4rc1
2008-12-03 Chris Cannam * Fix failure to include audio files in default open-file dialog invoked
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-12 Chris Cannam * Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
2008-11-12 Chris Cannam * update changelog
2008-11-12 Chris Cannam * Save & reload vertical scale extents from note, time/value & colour 3d
2008-11-12 Chris Cannam * Make Colour 3D Plot layer vertically zoomable and scrollable
2008-11-11 Chris Cannam * Add use-log-scale estimator. Not quite right yet; the model doesn't
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-04 Chris Cannam * Add ability to invert a colour 3d plot in the vertical axis
2008-01-24 Chris Cannam * More latency for PortAudio output
2008-01-24 Chris Cannam * Fix duplication of zero'th column in the minus-one'th column position
2008-01-23 Chris Cannam * add splash screen
2008-01-14 Chris Cannam * fix colour 3d plot layer mis-rendering bug -- but I think it's still using
2008-01-11 Chris Cannam * add icons to colour 3d plot layer toggles
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-07-12 Chris Cannam * Add SingleColourLayer to manage colours for layers that have a single
2007-07-11 Chris Cannam * Add a colour database, and Add New Colour function to the colour combo
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-03-08 Chris Cannam * Fix #1672407 confused by plugin-named files in cwd (or home?)
2007-03-02 Chris Cannam * Make getPropertyRangeAndValue return the default separately from the current sv1-1.0pre1
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2007-02-01 Chris Cannam * Scale fixes and feature descriptions in slice layer
2007-02-01 Chris Cannam * Work on harmonising colour and scale ranges between types of layer
2007-01-26 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-09 Chris Cannam * Some dull work to continue unifying the fft model and editable dense 3d model
2006-10-06 Chris Cannam * Various improvements to colour 3d plot layer, particularly for large and/or
2006-07-31 Chris Cannam * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel last-cc-copyright
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-27 Chris Cannam * Change preferences dialog to ok/apply/cancel model