log

age author description
Fri, 24 Jan 2020 12:40:07 +0000 Chris Cannam Make nearby-colour matching a bit more sophisticated, with slightly better algorithm (we think?) and ability to insist on dark/light background background-mode
Thu, 23 Jan 2020 15:43:51 +0000 Chris Cannam Pick accent colour from OS theme if appropriate background-mode
Thu, 23 Jan 2020 15:14:07 +0000 Chris Cannam Apply sensible highlight/link colours background-mode
Mon, 20 Jan 2020 17:18:42 +0000 Chris Cannam More sensible approach to colour setting on Windows background-mode
Fri, 17 Jan 2020 21:36:54 +0000 Chris Cannam Windows stylesheet background-mode
Fri, 17 Jan 2020 13:45:57 +0000 Chris Cannam Comments and palette adjustments
Wed, 15 Jan 2020 13:58:33 +0000 Chris Cannam Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)
Wed, 15 Jan 2020 13:58:11 +0000 Chris Cannam Model -> layer, + word wrap
Wed, 15 Jan 2020 13:57:52 +0000 Chris Cannam Clarify comment
Tue, 14 Jan 2020 15:48:44 +0000 Chris Cannam Merge from branch csv-export-dialog
Tue, 14 Jan 2020 15:41:17 +0000 Chris Cannam Add CSV export dialog, + associated supporting changes csv-export-dialog
Tue, 14 Jan 2020 13:19:18 +0000 Chris Cannam Don't write empty lines
Fri, 10 Jan 2020 14:54:27 +0000 Chris Cannam Merge from branch spectrogram-export
Fri, 10 Jan 2020 14:30:26 +0000 Chris Cannam Add support for a header line on delimited data output spectrogram-export
Fri, 10 Jan 2020 11:12:33 +0000 Chris Cannam Add option to export timestamp column spectrogram-export
Thu, 09 Jan 2020 14:35:55 +0000 Chris Cannam Use Colour3DPlotExporter in line with SpectrogramLayer spectrogram-export
Thu, 09 Jan 2020 14:35:41 +0000 Chris Cannam Provide parameters needed for scale and thresholding spectrogram-export
Thu, 09 Jan 2020 14:34:51 +0000 Chris Cannam Handle scale factor, needed for all spectrogram export; handle thresholding (using gain/normalisation for threshold calculation) in peak frequency export spectrogram-export
Thu, 09 Jan 2020 14:29:21 +0000 Chris Cannam Give timer a parent so as not to leak it spectrogram-export
Wed, 08 Jan 2020 15:29:02 +0000 Chris Cannam Update in-progress comments only spectrogram-export
Tue, 07 Jan 2020 14:57:40 +0000 Chris Cannam Fix typo in range spectrogram-export
Tue, 07 Jan 2020 11:19:02 +0000 Chris Cannam Comment only spectrogram-export
Tue, 07 Jan 2020 11:18:57 +0000 Chris Cannam Handle peaks spectrogram-export
Tue, 07 Jan 2020 11:18:43 +0000 Chris Cannam Provide export model spectrogram-export
Mon, 06 Jan 2020 14:46:25 +0000 Chris Cannam Start work on spectrogram export code spectrogram-export
Fri, 22 Nov 2019 14:12:50 +0000 Chris Cannam Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)
Thu, 21 Nov 2019 14:03:19 +0000 Chris Cannam Merge
Thu, 21 Nov 2019 14:02:57 +0000 Chris Cannam Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.
Thu, 31 Oct 2019 15:32:13 +0000 Chris Cannam Further replacements of QRect::right() with the right (arf) calculation
Thu, 31 Oct 2019 15:32:01 +0000 Chris Cannam Use x + width() instead of QRect::right(), which doesn't return what we need and leaves us a pixel short; also subtract the resolution from the start frame to avoid scrolling scraggy single-pixel lines when we should be drawing nice fat ones