Fri, 14 Aug 2020 10:46:11 +0100 |
Chris Cannam |
Remove line of debug
|
Tue, 21 Jul 2020 14:02:12 +0100 |
Chris Cannam |
Merge
|
Tue, 21 Jul 2020 14:01:58 +0100 |
Chris Cannam |
This function is now C-linkage (with pointers) for simplicity after we pulled it optionally out into a separate DLL
|
Thu, 02 Jul 2020 15:37:43 +0100 |
Chris Cannam |
Where the "below" view represents only a subset of the "above" view, cut off the feature mappings at the outer edges of the "below" view - don't map everything outside this (it would all just map onto the same single points at beginning and end, which is excessive, confusing and not useful)
|
Tue, 30 Jun 2020 10:56:56 +0100 |
Chris Cannam |
Fix potential divide-by-zero (depending on a race elsewhere)
|
Thu, 18 Jun 2020 13:45:11 +0100 |
Chris Cannam |
Merge from branch csv-import-headers
|
Thu, 18 Jun 2020 11:52:29 +0100 |
Chris Cannam |
Support column headers, with user toggle; also distinguish visibly between tab and general whitespace delimiters
csv-import-headers
|
Tue, 16 Jun 2020 15:16:50 +0100 |
Chris Cannam |
Fix some Qt deprecations
|
Thu, 14 May 2020 16:38:09 +0100 |
Chris Cannam |
Profiling point
|
Thu, 14 May 2020 16:38:05 +0100 |
Chris Cannam |
It turns out icons are loaded repeatedly when recreating menus, causing an actually appreciable slowdown when some cases. Provide a cache
|
Mon, 11 May 2020 17:28:12 +0100 |
Chris Cannam |
Make ImageLayer able to report whether an image format can be opened
|
Wed, 06 May 2020 11:44:38 +0100 |
Chris Cannam |
Reduce font size when pane is very thin
|
Wed, 06 May 2020 09:08:37 +0100 |
Chris Cannam |
Reduce heights of alignment views if (they are visible and) we are squashed for space
|
Thu, 30 Apr 2020 14:47:13 +0100 |
Chris Cannam |
When asked to render the whole view width, we need to wait for the layers to be ready before we can determine what the width is
|
Wed, 29 Apr 2020 17:47:55 +0100 |
Chris Cannam |
Fix compiler warning
|
Wed, 29 Apr 2020 17:47:37 +0100 |
Chris Cannam |
Debug
|
Wed, 29 Apr 2020 14:46:37 +0100 |
Chris Cannam |
Further removal of Qt 5.6+-only APIs
|
Wed, 29 Apr 2020 14:23:51 +0100 |
Chris Cannam |
This addAction API from Qt 5.6+ is still, unfortunately, too recent for some of our builds
|
Wed, 29 Apr 2020 13:26:23 +0100 |
Chris Cannam |
Complete round-trip name-type conversion for melodic range & peak freq spectrograms (also has the effect of making them creatable from OSC)
|
Wed, 22 Apr 2020 13:08:12 +0100 |
Chris Cannam |
Add list of packs, fix download test logic
|
Mon, 20 Apr 2020 18:46:49 +0100 |
Chris Cannam |
Use Provider structure
|
Thu, 09 Apr 2020 17:09:11 +0100 |
Chris Cannam |
Fixes for mingw
|
Thu, 09 Apr 2020 14:59:19 +0100 |
Chris Cannam |
Add missing include
|
Thu, 09 Apr 2020 11:23:40 +0100 |
Chris Cannam |
Use our base column type
|
Mon, 06 Apr 2020 13:56:00 +0100 |
Chris Cannam |
Merge from branch sensible-delimited-data-strings
|
Fri, 03 Apr 2020 17:12:37 +0100 |
Chris Cannam |
Switch to the StringExport api now found in svcore
sensible-delimited-data-strings
|
Fri, 03 Apr 2020 12:12:47 +0100 |
Chris Cannam |
Merge from branch audio-source-refactor. Mostly handling changes to plugin ownership
|
Fri, 03 Apr 2020 11:35:40 +0100 |
Chris Cannam |
Remove unused variable
|
Fri, 03 Apr 2020 11:35:36 +0100 |
Chris Cannam |
That didn't work well on a machine with a higher scaled-pixel ratio, try this
|
Tue, 31 Mar 2020 13:45:06 +0100 |
Chris Cannam |
Provide context menu in LevelPanToolButton, + a bit of tidying
|
Mon, 30 Mar 2020 11:29:16 +0100 |
Chris Cannam |
Add right-button context menu to panner widget
|
Fri, 27 Mar 2020 14:36:11 +0000 |
Chris Cannam |
Add context menus to property box controls
|
Fri, 27 Mar 2020 11:04:56 +0000 |
Chris Cannam |
Add context menu to Thumbwheel
|
Fri, 27 Mar 2020 11:04:48 +0000 |
Chris Cannam |
Add test for whether presentation name is at default or not
|
Thu, 26 Mar 2020 12:10:55 +0000 |
Chris Cannam |
Add optional context menu to AudioDial
|
Thu, 26 Mar 2020 11:16:47 +0000 |
Chris Cannam |
Factor out the menu titling code formerly in MainWindow
|
Wed, 25 Mar 2020 12:08:34 +0000 |
Chris Cannam |
Add a tab-bar context menu signal to the property stack
|
Fri, 20 Mar 2020 16:31:23 +0000 |
Chris Cannam |
Use shared_ptr for plugin instances throughout; also descriptors are copyable
audio-source-refactor
|
Fri, 24 Jan 2020 15:11:08 +0000 |
Chris Cannam |
Merge from branch background-mode
|
Fri, 24 Jan 2020 12:40:27 +0000 |
Chris Cannam |
Add optional unset entry to colour combo
background-mode
|
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
|