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