log

age author description
Thu, 26 Apr 2018 09:27:01 +0100 Chris Cannam Scale scalable icon
Tue, 24 Apr 2018 10:15:54 +0100 Chris Cannam Adjust y-coord of text labels to accommodate larger scaled fonts
Mon, 23 Apr 2018 16:06:27 +0100 Chris Cannam Delete rows in reverse order for safety
Mon, 23 Apr 2018 16:04:51 +0100 Chris Cannam Avoid crash when scrolling with an empty layer open
Thu, 19 Apr 2018 14:36:16 +0100 Chris Cannam Make selection extents more visible on hi-dpi
Thu, 19 Apr 2018 14:35:59 +0100 Chris Cannam Make the overlays at either end translucent, so they don't completely crop out any underlying text or necessary info (e.g. selection extents)
Tue, 17 Apr 2018 10:47:38 +0100 Lucas Thompson Formatting changes to align more with SV style conventions
Tue, 17 Apr 2018 10:47:14 +0100 Lucas Thompson Accept optional modality in constructor and fix subsequent possible side effect (re-opening dialog when just cancelled)
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Thu, 01 Mar 2018 14:43:53 +0000 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
Tue, 12 Dec 2017 11:19:15 +0000 Chris Cannam This was new in GCC 7
Thu, 07 Dec 2017 13:31:32 +0000 Chris Cannam Add fallthrough attribute
Tue, 18 Jul 2017 15:11:49 +0100 Chris Cannam Fix loading of should-not-auto-invert scalable icons
Mon, 10 Jul 2017 14:24:25 +0100 Chris Cannam Merge from branch "scale-ticks"
Thu, 04 May 2017 15:42:40 +0100 Chris Cannam Make use of ScaleTickIntervals in log scale as well scale-ticks
Thu, 04 May 2017 15:37:43 +0100 Chris Cannam Rework log scale calculation, update to changed interface scale-ticks
Thu, 04 May 2017 10:24:23 +0100 Chris Cannam Make use of ScaleTickIntervals in linear numerical scale (not log yet) scale-ticks
Sun, 12 Mar 2017 13:37:01 +0000 Chris Cannam Remove debug out
Tue, 07 Mar 2017 18:54:15 +0000 Chris Cannam Make some corrections to crosshair (measure cursor) positioning and feature descriptions. Needs review.
Tue, 07 Mar 2017 18:39:37 +0000 Chris Cannam Fix crash when changing window size in the spectrum layer
Tue, 28 Feb 2017 16:42:52 +0000 Chris Cannam Fix failure to respect saved linear-scale setting in layer when the model suggests it would prefer log scale
Tue, 28 Feb 2017 16:34:59 +0000 Chris Cannam Restrict colour 3d plot log scale range to 10 orders of magnitude
Tue, 28 Feb 2017 16:34:01 +0000 Chris Cannam Fix attribute name -- it's colourScale in the spectrogram, but it's just scale here
Tue, 28 Feb 2017 14:47:13 +0000 Chris Cannam Fix a couple of compiler warnings
Tue, 28 Feb 2017 14:33:31 +0000 Chris Cannam Emit
Tue, 28 Feb 2017 14:20:56 +0000 Chris Cannam Ctrl-click, and middle-button click, on level-pan widget reset to default (not implemented yet for level-pan tool button though)
Tue, 28 Feb 2017 14:07:47 +0000 Chris Cannam Explanatory comment
Tue, 28 Feb 2017 14:07:34 +0000 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)