log

age author description
2020-08-14 Chris Cannam Remove line of debug
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