Mon, 01 Jul 2019 14:17:13 +0100 |
Chris Cannam |
More layer updates
by-id
|
Fri, 28 Jun 2019 17:37:22 +0100 |
Chris Cannam |
Further layer updates for ById
by-id
|
Thu, 21 Mar 2019 13:34:08 +0000 |
Chris Cannam |
Updates for SparseOneDimensionalModel in new API
single-point
|
Wed, 20 Mar 2019 15:46:17 +0000 |
Chris Cannam |
Further snap fixes
single-point
|
Wed, 20 Mar 2019 14:59:34 +0000 |
Chris Cannam |
Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest!
single-point
|
Wed, 20 Mar 2019 11:18:45 +0000 |
Chris Cannam |
Use overspill to render time-value point line properly at edges
single-point
|
Tue, 19 Mar 2019 13:06:35 +0000 |
Chris Cannam |
Update TimeValueLayer etc
single-point
|
Fri, 08 Mar 2019 13:37:30 +0000 |
Chris Cannam |
Update to Event api in place of Clipboard points
single-point
|
Mon, 26 Nov 2018 14:33:54 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Thu, 15 Nov 2018 14:18:26 +0000 |
Chris Cannam |
Handle integer pixel scaling as well
|
Thu, 15 Nov 2018 14:04:32 +0000 |
Chris Cannam |
Scale pen for retina display on macOS as well as for hidpi display elsewhere
|
Tue, 13 Nov 2018 15:16:48 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Tue, 30 Oct 2018 15:32:05 +0000 |
Chris Cannam |
Minor tidying
|
Thu, 18 Oct 2018 13:21:56 +0100 |
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.
|
Wed, 04 Jul 2018 15:34:16 +0100 |
Chris Cannam |
Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 26 Jan 2017 21:17:36 +0000 |
Chris Cannam |
Scale pens
|
Fri, 16 Dec 2016 14:16:05 +0000 |
Chris Cannam |
Introduce a colour map combo too. Doesn't yet have swatches
levelpanwidget
|
Thu, 30 Jun 2016 12:40:22 +0100 |
Chris Cannam |
Move drawVisibleText to PaintAssistant
spectrogram-minor-refactor
|
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.
|
Tue, 16 Apr 2013 15:17:33 +0100 |
Chris Cannam |
Some refinements to drawing values in place of absent labels
|
Tue, 16 Apr 2013 14:25:22 +0100 |
Chris Cannam |
Make mouseover highlights a bit more likely to appear and easier to see
|
Tue, 16 Apr 2013 10:06:10 +0100 |
Chris Cannam |
Use italic for value labels (as opposed to label labels)
|
Mon, 15 Apr 2013 10:54:02 +0100 |
Chris Cannam |
Allow a bit more space at top and bottom of scale range; make it easier to see point in case where model has only a single point
|
Mon, 11 Mar 2013 14:23:52 +0000 |
Chris Cannam |
Build fixes for Qt5
qt5
|
Fri, 16 Nov 2012 17:14:12 +0000 |
Chris Cannam |
Add discrete-curve drawing mode for time-value layer
|
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)
|
Mon, 16 May 2011 17:19:25 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Mon, 25 Oct 2010 21:52:38 +0200 |
Chris Cannam |
* Make text labels in time instant layer more apparent (use drawVisibleText)
|
Thu, 08 Jul 2010 14:22:28 +0000 |
Chris Cannam |
* Add option to import time+duration (or time+endtime) from CSV files
|