graph
- 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
- Merge from branch background-mode2020-01-24, by Chris Cannam
- Add optional unset entry to colour combobackground-mode 2020-01-24, by Chris Cannam
- Make nearby-colour matching a bit more sophisticated, with slightly better algorithm (we think?) and ability to insist on dark/light backgroundbackground-mode 2020-01-24, by Chris Cannam
- Pick accent colour from OS theme if appropriatebackground-mode 2020-01-23, by Chris Cannam
- Apply sensible highlight/link coloursbackground-mode 2020-01-23, by Chris Cannam
- More sensible approach to colour setting on Windowsbackground-mode 2020-01-20, by Chris Cannam
- Windows stylesheetbackground-mode 2020-01-17, by Chris Cannam
- Comments and palette adjustments2020-01-17, by Chris Cannam
- Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)2020-01-15, by Chris Cannam
- Model -> layer, + word wrap2020-01-15, by Chris Cannam
- Clarify comment2020-01-15, by Chris Cannam
- Merge from branch csv-export-dialog2020-01-14, by Chris Cannam
- Add CSV export dialog, + associated supporting changescsv-export-dialog 2020-01-14, by Chris Cannam
- Don't write empty lines2020-01-14, by Chris Cannam
- Merge from branch spectrogram-export2020-01-10, by Chris Cannam
- Add support for a header line on delimited data outputspectrogram-export 2020-01-10, by Chris Cannam
- Add option to export timestamp columnspectrogram-export 2020-01-10, by Chris Cannam
- Use Colour3DPlotExporter in line with SpectrogramLayerspectrogram-export 2020-01-09, by Chris Cannam
- Provide parameters needed for scale and thresholdingspectrogram-export 2020-01-09, by Chris Cannam
- Handle scale factor, needed for all spectrogram export; handle thresholding (using gain/normalisation for threshold calculation) in peak frequency exportspectrogram-export 2020-01-09, by Chris Cannam
- Give timer a parent so as not to leak itspectrogram-export 2020-01-09, by Chris Cannam
- Update in-progress comments onlyspectrogram-export 2020-01-08, by Chris Cannam
- Fix typo in rangespectrogram-export 2020-01-07, by Chris Cannam
- Comment onlyspectrogram-export 2020-01-07, by Chris Cannam
- Handle peaksspectrogram-export 2020-01-07, by Chris Cannam
- Provide export modelspectrogram-export 2020-01-07, by Chris Cannam
- Start work on spectrogram export codespectrogram-export 2020-01-06, by Chris Cannam
- Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)2019-11-22, by Chris Cannam
- Merge2019-11-21, by Chris Cannam
- Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.2019-11-21, by Chris Cannam
- Further replacements of QRect::right() with the right (arf) calculation2019-10-31, by Chris Cannam
- Use x + width() instead of QRect::right(), which doesn't return what we need and leaves us a pixel short; also subtract the resolution from the start frame to avoid scrolling scraggy single-pixel lines when we should be drawing nice fat ones2019-10-31, by Chris Cannam
- Permit getScaleProvidingLayerForUnit to return a dormant layer if there is no visible alternative. This is necessary to avoid the scale disappearing in Tony when the spectrogram is toggled off.2019-10-17, by Chris Cannam
- Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.2019-10-17, by Chris Cannam
- Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width2019-10-17, by Chris Cannam
- Make audio dial more visible in Mac dark mode2019-10-16, by Chris Cannam
- Return true from getValueExtents always, just with no unit in the case where we don't have a nice neat scale. This should preserve the property of preventing other layers auto-aligning to us, while also ensuring we don't get overlooked for the purposes of drawing our own scale in a situation where a scale-less layer is on top of us2019-10-16, by Chris Cannam
- Debug output2019-10-16, by Chris Cannam