log

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