graph
- Profiling point2020-05-14, by Chris Cannam
- It turns out icons are loaded repeatedly when recreating menus, causing an actually appreciable slowdown when some cases. Provide a cache2020-05-14, by Chris Cannam
- Make ImageLayer able to report whether an image format can be opened2020-05-11, by Chris Cannam
- Reduce font size when pane is very thin2020-05-06, by Chris Cannam
- Reduce heights of alignment views if (they are visible and) we are squashed for space2020-05-06, by 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 is2020-04-30, by Chris Cannam
- Fix compiler warning2020-04-29, by Chris Cannam
- Debug2020-04-29, by Chris Cannam
- Further removal of Qt 5.6+-only APIs2020-04-29, by Chris Cannam
- This addAction API from Qt 5.6+ is still, unfortunately, too recent for some of our builds2020-04-29, by 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-29, by Chris Cannam
- Add list of packs, fix download test logic2020-04-22, by Chris Cannam
- Use Provider structure2020-04-20, by Chris Cannam
- Fixes for mingw2020-04-09, by Chris Cannam
- Add missing include2020-04-09, by Chris Cannam
- Use our base column type2020-04-09, by Chris Cannam
- Merge from branch sensible-delimited-data-strings2020-04-06, by Chris Cannam
- Switch to the StringExport api now found in svcoresensible-delimited-data-strings 2020-04-03, by Chris Cannam
- Merge from branch audio-source-refactor. Mostly handling changes to plugin ownership2020-04-03, by Chris Cannam
- Remove unused variable2020-04-03, by Chris Cannam
- That didn't work well on a machine with a higher scaled-pixel ratio, try this2020-04-03, by Chris Cannam
- Provide context menu in LevelPanToolButton, + a bit of tidying2020-03-31, by Chris Cannam
- Add right-button context menu to panner widget2020-03-30, by Chris Cannam
- Add context menus to property box controls2020-03-27, by Chris Cannam
- Add context menu to Thumbwheel2020-03-27, by Chris Cannam
- Add test for whether presentation name is at default or not2020-03-27, by Chris Cannam
- Add optional context menu to AudioDial2020-03-26, by Chris Cannam
- Factor out the menu titling code formerly in MainWindow2020-03-26, by Chris Cannam
- Add a tab-bar context menu signal to the property stack2020-03-25, by Chris Cannam
- Use shared_ptr for plugin instances throughout; also descriptors are copyableaudio-source-refactor 2020-03-20, by Chris Cannam