log layer/Colour3DPlotLayer.cpp @ 1049:40480e4bab6a 3.0-integration

age author description
Fri, 04 Mar 2016 12:38:29 +0000 Chris Cannam Merge from default branch 3.0-integration
Fri, 04 Mar 2016 12:23:31 +0000 Chris Cannam Use drawVisibleText for box labels
Fri, 04 Mar 2016 12:23:07 +0000 Chris Cannam Fix incorrect handling of model start frame
Fri, 04 Mar 2016 12:22:42 +0000 Chris Cannam Fix confusion between model columns and painted columns, and document the difference
Fri, 22 Jan 2016 13:39:45 +0000 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset colourschemes
Thu, 21 Jan 2016 09:28:57 +0000 Chris Cannam Make colour 3d plot layer colour a preference as well colourschemes
Wed, 18 Nov 2015 12:08:33 +0000 Chris Cannam Merge from default branch 3.0-integration
Thu, 22 Oct 2015 11:40:17 +0100 Chris Cannam Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
Wed, 10 Jun 2015 14:27:55 +0100 Chris Cannam Rounding osx-retina
Wed, 10 Jun 2015 13:38:02 +0100 Chris Cannam Merge from default branch osx-retina
Fri, 22 May 2015 09:17:52 +0100 Chris Cannam Add half-wave rectification option to Colour 3D Plot layer
Thu, 21 May 2015 16:05:14 +0100 Chris Cannam Fixes to font sizing in colour 3d plot layer (for #1221) osx-retina
Tue, 17 Mar 2015 15:05:25 +0000 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Mon, 09 Mar 2015 12:02:10 +0000 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
Mon, 09 Mar 2015 08:43:20 +0000 Chris Cannam More conversion fixes cxx11
Wed, 04 Mar 2015 19:11:32 +0000 Chris Cannam Toward building with new sv types cxx11
Mon, 29 Sep 2014 13:27:13 +0100 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
Wed, 03 Sep 2014 11:31:09 +0100 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
Thu, 17 Jul 2014 14:50:31 +0100 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
Tue, 01 Jul 2014 15:32:54 +0100 Chris Cannam Dense colour 3d plot layers should be scrollable, I think; and some tidying, debug stuff, and minor optimisations
Tue, 17 Jun 2014 15:18:06 +0100 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
Tue, 11 Mar 2014 17:29:02 +0000 Chris Cannam Diagnostics and fix for peaks cache sizing (need +1 to avoid null cache)
Thu, 06 Feb 2014 18:34:43 +0000 Chris Cannam Toward getYScaleValue in Colour3DPlotLayer
Tue, 28 Jan 2014 17:37:42 +0000 Chris Cannam Bodge in Matthias's suggested normalise-to-log as an option in spectrogram and colour 3d plot layers (not wired into gui)
Tue, 26 Nov 2013 14:06:40 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Thu, 21 Nov 2013 12:59:20 +0000 Chris Cannam Make some debug output optional
Mon, 11 Mar 2013 14:23:52 +0000 Chris Cannam Build fixes for Qt5 qt5
Mon, 30 Jan 2012 16:01:59 +0000 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)
Tue, 14 Jun 2011 15:27:05 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)