log

age author description
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