log

age author description
2020-07-21 Chris Cannam Merge
2020-07-21 Chris Cannam This function is now C-linkage (with pointers) for simplicity after we pulled it optionally out into a separate DLL
2020-07-02 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)
2020-06-30 Chris Cannam Fix potential divide-by-zero (depending on a race elsewhere)
2020-06-18 Chris Cannam Merge from branch csv-import-headers
2020-06-18 Chris Cannam Support column headers, with user toggle; also distinguish visibly between tab and general whitespace delimiters csv-import-headers
2020-06-16 Chris Cannam Fix some Qt deprecations
2020-05-14 Chris Cannam Profiling point
2020-05-14 Chris Cannam It turns out icons are loaded repeatedly when recreating menus, causing an actually appreciable slowdown when some cases. Provide a cache
2020-05-11 Chris Cannam Make ImageLayer able to report whether an image format can be opened
2020-05-06 Chris Cannam Reduce font size when pane is very thin
2020-05-06 Chris Cannam Reduce heights of alignment views if (they are visible and) we are squashed for space
2020-04-30 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
2020-04-29 Chris Cannam Fix compiler warning
2020-04-29 Chris Cannam Debug
2020-04-29 Chris Cannam Further removal of Qt 5.6+-only APIs
2020-04-29 Chris Cannam This addAction API from Qt 5.6+ is still, unfortunately, too recent for some of our builds
2020-04-29 Chris Cannam Complete round-trip name-type conversion for melodic range & peak freq spectrograms (also has the effect of making them creatable from OSC)
2020-04-22 Chris Cannam Add list of packs, fix download test logic
2020-04-20 Chris Cannam Use Provider structure
2020-04-09 Chris Cannam Fixes for mingw
2020-04-09 Chris Cannam Add missing include
2020-04-09 Chris Cannam Use our base column type
2020-04-06 Chris Cannam Merge from branch sensible-delimited-data-strings
2020-04-03 Chris Cannam Switch to the StringExport api now found in svcore sensible-delimited-data-strings
2020-04-03 Chris Cannam Merge from branch audio-source-refactor. Mostly handling changes to plugin ownership
2020-04-03 Chris Cannam Remove unused variable
2020-04-03 Chris Cannam That didn't work well on a machine with a higher scaled-pixel ratio, try this
2020-03-31 Chris Cannam Provide context menu in LevelPanToolButton, + a bit of tidying
2020-03-30 Chris Cannam Add right-button context menu to panner widget
2020-03-27 Chris Cannam Add context menus to property box controls
2020-03-27 Chris Cannam Add context menu to Thumbwheel
2020-03-27 Chris Cannam Add test for whether presentation name is at default or not
2020-03-26 Chris Cannam Add optional context menu to AudioDial
2020-03-26 Chris Cannam Factor out the menu titling code formerly in MainWindow
2020-03-25 Chris Cannam Add a tab-bar context menu signal to the property stack
2020-03-20 Chris Cannam Use shared_ptr for plugin instances throughout; also descriptors are copyable audio-source-refactor
2020-01-24 Chris Cannam Merge from branch background-mode
2020-01-24 Chris Cannam Add optional unset entry to colour combo background-mode
2020-01-24 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
2020-01-23 Chris Cannam Pick accent colour from OS theme if appropriate background-mode
2020-01-23 Chris Cannam Apply sensible highlight/link colours background-mode
2020-01-20 Chris Cannam More sensible approach to colour setting on Windows background-mode
2020-01-17 Chris Cannam Windows stylesheet background-mode
2020-01-17 Chris Cannam Comments and palette adjustments
2020-01-15 Chris Cannam Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)
2020-01-15 Chris Cannam Model -> layer, + word wrap
2020-01-15 Chris Cannam Clarify comment
2020-01-14 Chris Cannam Merge from branch csv-export-dialog
2020-01-14 Chris Cannam Add CSV export dialog, + associated supporting changes csv-export-dialog
2020-01-14 Chris Cannam Don't write empty lines
2020-01-10 Chris Cannam Merge from branch spectrogram-export
2020-01-10 Chris Cannam Add support for a header line on delimited data output spectrogram-export
2020-01-10 Chris Cannam Add option to export timestamp column spectrogram-export
2020-01-09 Chris Cannam Use Colour3DPlotExporter in line with SpectrogramLayer spectrogram-export
2020-01-09 Chris Cannam Provide parameters needed for scale and thresholding spectrogram-export
2020-01-09 Chris Cannam Handle scale factor, needed for all spectrogram export; handle thresholding (using gain/normalisation for threshold calculation) in peak frequency export spectrogram-export
2020-01-09 Chris Cannam Give timer a parent so as not to leak it spectrogram-export
2020-01-08 Chris Cannam Update in-progress comments only spectrogram-export
2020-01-07 Chris Cannam Fix typo in range spectrogram-export