log layer/TimeValueLayer.cpp @ 1012:2a85ab180d08 colourschemes

age author description
Thu, 14 May 2015 15:39:47 +0100 Chris Cannam Merge from default branch osx-retina
Tue, 12 May 2015 14:25:00 +0100 Chris Cannam Display note name derived from value, when hovering over time-value feature if the scale unit is Hz
Wed, 18 Mar 2015 13:52:07 +0000 Chris Cannam Pass proxy to layer for painting osx-retina
Tue, 17 Mar 2015 16:56:03 +0000 Chris Cannam Many fixes for the previous stuff 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 17:23:45 +0000 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Thu, 27 Nov 2014 17:39:37 +0000 Chris Cannam Avoid completely smoothing out a curve if it alternates high/low, when zooming out far enough to use lines instead
Wed, 03 Sep 2014 11:51:51 +0100 Chris Cannam Fix minor resource leak (from coverity scan)
Wed, 03 Sep 2014 11:49:31 +0100 Chris Cannam Clarify some sneaky logic
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:34:23 +0000 Chris Cannam Merge from default branch tony_integration
Thu, 06 Mar 2014 15:16:25 +0000 Chris Cannam Introduce a GlobalOverlays mode that shows general surrounding information but less local stuff tonioni
Thu, 06 Mar 2014 09:43:36 +0000 Chris Cannam Short-circuit test for enough space for label -- drastically reduces lag on os/x with qt4
Thu, 06 Mar 2014 09:43:18 +0000 Chris Cannam Short-circuit test for enough space for label -- drastically reduces lag on os/x with qt4 tonioni
Thu, 30 Jan 2014 17:33:18 +0000 Chris Cannam Fix for treating zeros as gaps tonioni
Fri, 10 Jan 2014 14:41:38 +0000 Chris Cannam Suppress vertical scale when there are no points (scale looks absurd without sensible range) tonioni
Wed, 04 Dec 2013 13:46:29 +0000 Chris Cannam Merge from default branch tonioni
Wed, 04 Dec 2013 13:39:41 +0000 Chris Cannam Extend numerical and colour scales (and piano where applicable) to note and region layers
Wed, 04 Dec 2013 13:12:09 +0000 Chris Cannam And tidy up
Wed, 04 Dec 2013 13:11:23 +0000 Chris Cannam Pull out colour scale drawing as well
Wed, 04 Dec 2013 11:35:08 +0000 Chris Cannam Pull out log and linear vertical scales into their own classes, make some improvements to log numbering
Wed, 04 Dec 2013 12:17:44 +0000 Chris Cannam Ensure new piano scales only appear when not auto-aligning
Wed, 04 Dec 2013 11:35:08 +0000 Chris Cannam Pull out log and linear vertical scales into their own classes, make some improvements to log numbering tonioni
Tue, 03 Dec 2013 17:48:46 +0000 Chris Cannam Add piano to time-value layer too
Tue, 26 Nov 2013 14:06:40 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Tue, 16 Jul 2013 17:52:16 +0100 Chris Cannam Better handling of padding around scale extents: associate them with the model extents, so as not to break auto-align (of this with other layers, and of other layers with this) and zoom
Tue, 16 Jul 2013 13:38:53 +0100 Chris Cannam Make scale drawing in log scale a bit less dumb
Tue, 16 Jul 2013 13:22:31 +0100 Chris Cannam Do not pad edges of scale extent when auto-aligning to another layer
Tue, 14 May 2013 12:36:43 +0100 Chris Cannam Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.