log

age author description
2020-06-11 Chris Cannam Work around some AppImage versions printing debug output on startup
2020-06-11 Chris Cannam Remove this debug output on startup
2020-06-11 Chris Cannam Comment only
2020-06-11 Chris Cannam CSV reader tests & fixes
2020-06-11 Chris Cannam Avoid deprecated warnings for very recent Qt changes
2020-06-04 Chris Cannam Prepare for v4.1
2020-06-04 Chris Cannam Subrepo and translation update
2020-06-03 Chris Cannam Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1. startup-timing
2020-05-18 Chris Cannam The installer file doesn't permit -pre in version string
2020-05-18 Chris Cannam Added tag sv_v4.1pre1 for changeset 367561a2ac85
2020-05-18 Chris Cannam Fix for older Qt builds sv_v4.1pre1
2020-05-18 Chris Cannam Subrepo and git config updates
2020-05-15 Chris Cannam Experiment hoping to fix git clone hang in docker image
2020-05-15 Chris Cannam Fix filename
2020-05-15 Chris Cannam Pre-release
2020-05-15 Chris Cannam Activate beta mode
2020-05-15 Chris Cannam Place an expiry on feedback request for this version
2020-05-14 Chris Cannam Make countdown slightly shorter
2020-05-14 Chris Cannam Add any persistent config defines (e.g. feedback request)
2020-05-14 Chris Cannam Update subrepos with various performance tweaks; when rebuilding menus, delete old actions (turns out addAction(QAction*) doesn't take ownership - I did know this once, but...)
2020-05-13 Chris Cannam Fix following prior merge
2020-05-13 Chris Cannam Aim to ensure we have feedback request in packages we build only (not in distro builds etc)
2020-05-12 Chris Cannam Towards reusing the survey logic for a request for info & guidance
2020-05-11 Chris Cannam Avoid dialog that says you must open audio before importing an annotation, in the case where the file being opened is not a plausible annotation one in the first place (e.g. an unsupported audio format)
2020-05-11 Chris Cannam Update changelog
2020-05-11 Chris Cannam Update CSV import to support the same quote-doubling escape that we now use in export
2020-05-11 Chris Cannam Subrepo update
2020-04-30 Chris Cannam Ensure correct width is calculated when requesting to render whole of a view that hasn't finished loading yet; avoid over-eagerly feeding unknown binary files to RDF decoder on load
2020-04-29 Chris Cannam Discard rest of OSC queue when exiting from OSC
2020-04-29 Chris Cannam Further older-Qt bits
2020-04-29 Chris Cannam Another old-build fix
2020-04-29 Chris Cannam Refuse to nest OSC invocations
2020-04-29 Chris Cannam Clarification and reordering
2020-04-29 Chris Cannam Another too-new Qt API
2020-04-29 Chris Cannam Further fixes for older builds
2020-04-29 Chris Cannam Fix for older Qts
2020-04-29 Chris Cannam Add link
2020-04-29 Chris Cannam Reformat README.OSC as markdown and expand and update it a bit
2020-04-29 Chris Cannam Implement exportimage and exportsvg; add some more useful output, esp. when method called with insufficient arguments
2020-04-29 Chris Cannam Improve chances of user getting to see splash screen (rather than empty box) by processing events a little more
2020-04-29 Chris Cannam Tidy
2020-04-29 Chris Cannam Subrepo update
2020-04-24 Chris Cannam Ensure we use the user's LDFLAGS if specified
2020-04-22 Chris Cannam Suppress some debug output
2020-04-22 Chris Cannam Fix #1978 Overload message says auditioning plugin disabled, even if no auditioning plugin present
2020-04-22 Chris Cannam Remove no-longer-used signal
2020-04-22 Chris Cannam Update translation strings
2020-04-22 Chris Cannam Show packs for download in Find a Transform
2020-04-21 Chris Cannam Add svl format export regression tests (but see also bug #1979 SVL export does not export Colour 3D Plot data)
2020-04-20 Chris Cannam Pull out Provider structure for plugin source metadata
2020-04-20 Chris Cannam Consistency fixes for RDF
2020-04-17 Chris Cannam Merge
2020-04-17 Chris Cannam Download RDF "pack" information (it isn't used yet though)
2020-04-17 Chris Cannam Add overlooked date
2020-04-15 Chris Cannam Further Windows fix
2020-04-14 Chris Cannam Windows build fix, and note OpenSSL addition
2020-04-14 Chris Cannam Subrepo update - comments only
2020-04-09 Chris Cannam Build fix for mingw
2020-04-09 Chris Cannam Small subrepo fixes, and update tests following fixes to the QM plugin used for the tests
2020-04-09 Chris Cannam Update changelog
2020-04-09 Chris Cannam Build fix
2020-04-09 Chris Cannam Add signal handler to checker
2020-04-09 Chris Cannam Merge
2020-04-09 Chris Cannam Adjust cache storage in FFTModel, speeding up the peak-frequency spectrogram
2020-04-08 Chris Cannam Subrepo update
2020-04-08 Chris Cannam Update Piper subrepos, fixing #1903 Parameter values do not update correctly in the UI
2020-04-06 Chris Cannam Merge from branch sensible-delimited-data-strings
2020-04-06 Chris Cannam Test quoting in CSV export sensible-delimited-data-strings
2020-04-03 Chris Cannam First cut (not yet tested) at fixing #1967 Review quoting in CSV export sensible-delimited-data-strings
2020-04-03 Chris Cannam Merge from branch audio-source-refactor. This fixes #1969 Auditioning plugin is failing on Windows. Also somewhat modernises lifecycle management for plugins generally
2020-04-03 Chris Cannam Right-button menu layout adjustment
2020-03-31 Chris Cannam Provide context menu in LevelPanToolButton
2020-03-30 Chris Cannam Use most recent redist dir, rather than hardcoding one
2020-03-30 Chris Cannam Update changelog
2020-03-30 Chris Cannam Add right-button context menu to panner widget in pane
2020-03-27 Chris Cannam Add context menus to property box controls
2020-03-27 Chris Cannam Add context menu to Thumbwheel
2020-03-27 Chris Cannam Implement undo/redo for renaming layers, fixing #1977
2020-03-26 Chris Cannam Add context menus to AudioDials; tidy
2020-03-25 Chris Cannam Tiny tweak
2020-03-25 Chris Cannam More context menu layout tweaks
2020-03-25 Chris Cannam Some layout adjustments for context menus
2020-03-25 Chris Cannam Implement pane and layer property tab context menus. Some layout work needed
2020-03-23 Chris Cannam Minor subrepo fixes audio-source-refactor
2020-03-20 Chris Cannam Use shared_ptr for plugin instances throughout audio-source-refactor
2020-03-19 Chris Cannam Introduce EffectWrapper for the auditioning plugin implementation audio-source-refactor
2020-03-18 Chris Cannam Towards refactoring the audio source into more comprehensible layers audio-source-refactor
2020-03-16 Chris Cannam Subrepo update
2020-02-05 Chris Cannam More useful error reporting in cases where auditioning plugin fails
2020-02-05 Chris Cannam Provide slightly less useless error message when trying to open corrupt or mis-suffixed audio file
2020-01-24 Chris Cannam Merge from branch background-mode
2020-01-24 Chris Cannam Add support for picking up overview colour from desktop theme background-mode
2020-01-24 Chris Cannam Remove redundant images - these are in scalable repo now background-mode
2020-01-24 Chris Cannam Add dark splash, and remove redundant copy of splash image background-mode
2020-01-24 Chris Cannam Render dark splash in dark mode (on platforms where OSReportsDarkThemeActive() works, i.e. only Windows at present - can't base this on actual UI colours as we haven't created the UI yet) background-mode
2020-01-24 Chris Cannam Subrepo updates for colour selection related to dark mode background-mode
2020-01-23 Chris Cannam Fixes for highlight colours in dark mode background-mode
2020-01-21 Chris Cannam Subrepo update background-mode
2020-01-20 Chris Cannam Dark background fixes for Windows background-mode
2020-01-17 Chris Cannam Toward Windows background-mode support background-mode
2020-01-17 Chris Cannam Re-enable background mode switching, and make some fixes to it background-mode
2020-01-15 Chris Cannam Update translation files
2020-01-15 Chris Cannam More helpful error messages (+ actually provide one, for case of attempting to export spectrogram to non-CSV)
2020-01-15 Chris Cannam Default to CSV now
2020-01-15 Chris Cannam Subrepo update
2020-01-15 Chris Cannam This should become 4.1
2020-01-15 Chris Cannam Exit on error
2020-01-14 Chris Cannam Merge from branch csv-export-dialog
2020-01-14 Chris Cannam Add CSV export format dialog csv-export-dialog
2020-01-14 Chris Cannam Generate the WXS files from templated inputs, substituting in the version and redistributable paths; also include OpenSSL libraries in the package, fixing #1895 Windows build fails to open https locations
2020-01-10 Chris Cannam Merge from branch spectrogram-export
2020-01-10 Chris Cannam Only ask about writing a selection where the format supports it spectrogram-export
2020-01-10 Chris Cannam Add library support for header on delimited-data export - not yet wired up in UI spectrogram-export
2020-01-10 Chris Cannam Test export of zoomed 3d plot spectrogram-export
2020-01-09 Chris Cannam Apply scale factor & thresholding in spectrogram & peak-frequency export spectrogram-export
2020-01-08 Chris Cannam Add layer export of selected region as well as whole layer spectrogram-export
2020-01-08 Chris Cannam More comprehensive debug output spectrogram-export
2020-01-08 Chris Cannam Replace use of m_abandoning by setting document modified to false spectrogram-export
2020-01-08 Chris Cannam Add tests for exporting selected region only spectrogram-export
2020-01-07 Chris Cannam Add regression tests for layer export spectrogram-export
2020-01-07 Chris Cannam setcurrent should use fixed ordering for layers spectrogram-export
2020-01-07 Chris Cannam Advances in spectrogram export spectrogram-export
2020-01-06 Chris Cannam Start work on spectrogram export code spectrogram-export
2019-12-12 Chris Cannam Merge
2019-12-12 Chris Cannam Ensure -Werror isn't used in default (release) builds in the checker subrepo
2019-12-10 Chris Cannam Ask for confirmation
2019-12-10 Chris Cannam Added tag sv_v4.0.1 for changeset 7cb68e49b64c
2019-12-09 Chris Cannam Release date sv_v4.0.1
2019-12-09 Chris Cannam Merge (a null merge)
2019-11-21 Chris Cannam Avoid a compiler warning
2019-12-06 Chris Cannam Fix failure to notice we are no longer opening an audio file, if user cancels the save-modified dialog. This led to refusal to respect the close button on the main window.
2019-12-05 Chris Cannam Further INSTALL updates
2019-12-05 Chris Cannam Update the build instructions somewhat
2019-12-05 Chris Cannam Subrepo update
2019-12-05 Chris Cannam Wording
2019-11-21 Chris Cannam Actually no, this is plainly a 4.0.1, not a 4.1
2019-11-21 Chris Cannam Next release will be 4.1; update changelog, and update Qt version in build
2019-11-21 Chris Cannam Fix vertical scale in NoteLayer in cases where the internal model unit is not Hz
2019-11-20 Chris Cannam Install is Linux-only
2019-11-20 Chris Cannam Update translation files
2019-11-20 Chris Cannam Test install step
2019-11-20 Chris Cannam Add executable flag to install targets
2019-11-01 Chris Cannam Update VC redist paths
2019-10-31 Chris Cannam Another subrepo update for the PA fix
2019-10-31 Chris Cannam Merge from branch pa_catalina, apparently fixing audio device problem in some macOS systems (see SourceForge bug #273 Port Audio Fail on MacOS Catalina (10.15))
2019-10-31 Chris Cannam Update with external-program alignment fix pa_catalina
2019-10-30 Chris Cannam Test build with AUDIO_COMPONENT_FIX patch in PortAudio to avoid deprecated API pa_catalina
2019-10-25 Chris Cannam Added tag sv_v4.0 for changeset 90da8fead949
2019-10-25 Chris Cannam ...and for the helpers directory sv_v4.0
2019-10-25 Chris Cannam Added tag sv_v4.0 for changeset 1a0defadb911
2019-10-25 Chris Cannam Add required library
2019-10-25 Chris Cannam Repoint doesn't seem to like the relative path - must fix
2019-10-25 Chris Cannam Added tag sv_v4.0 for changeset 7c09d776d579
2019-10-24 Chris Cannam Also remove volume
2019-10-24 Chris Cannam Put in an actual date
2019-10-24 Chris Cannam Remove JACK dependency - it should be findable at runtime using the dynamic JACK mechanism
2019-10-24 Chris Cannam Next builds will be 4.0; remove beta-release warning
2019-10-24 Chris Cannam CI updates and fixes
2019-10-23 Chris Cannam Fix idiotic presentation of /a flag as if argument to /n flag
2019-10-23 Chris Cannam This absurdity seems to be how you print a blank line in batch
2019-10-23 Chris Cannam Update to VC2019
2019-10-22 Chris Cannam Restore this check
2019-10-22 Chris Cannam Merge
2019-10-22 Chris Cannam Add /a flag to do the right thing if more than one cert is found
2019-10-22 Chris Cannam Subrepo update (taking on c++11-mutex code for Vamp SDK)
2019-10-21 Chris Cannam Additions to Mac build scripting
2019-10-21 Chris Cannam Place output in packages/
2019-10-21 Chris Cannam Towards single-script packaging
2019-10-18 Chris Cannam Single script to rebuild, package, and copy properly named package to packages directory
2019-10-18 Chris Cannam Added tag sv_v4.0pre3 for changeset 4cbee7ae4533
2019-10-18 Chris Cannam Removed tag sv-v4.0pre3 sv_v4.0pre3
2019-10-18 Chris Cannam Added tag sv-v4.0pre3 for changeset f6398deea932
2019-10-17 Chris Cannam Attempt to request to load unsigned plugins. Not helping with the plugins that are currently failing.
2019-10-17 Chris Cannam Subrepo update
2019-10-17 Chris Cannam Update CHANGELOG
2019-10-17 Chris Cannam Fix extreme sluggishness when starting and stopping playback using PulseAudio
2019-10-17 Chris Cannam Fix compiler warning
2019-10-17 Chris Cannam Fix #1941 Selecting duration of box doesn't work as expected
2019-10-17 Chris Cannam Fix permissions in copied-in libraries
2019-10-16 Chris Cannam Subrepo update (with actual MainWindowBase API update!) and ensure audio dial is visible in Mac dark mode
2019-10-16 Chris Cannam Further Mac deployment updates
2019-10-16 Chris Cannam Next version will be pre3
2019-10-16 Chris Cannam Use updated MainWindowBase API with ability to open playback device before record - hoping to fix #1946 Should ask for microphone permission only when first recording, not when first opening a file
2019-10-16 Chris Cannam Rework deployment scripts with a separate package/notarize step
2019-10-16 Chris Cannam Subrepo update
2019-10-16 Chris Cannam Fix #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode. We can now, for the first time ever, vertically align the amplitude follower output with a waveform layer underneath.
2019-10-16 Chris Cannam Subrepo update
2019-10-15 Chris Cannam Fix #1942 Box layer not always inheriting the right unit
2019-10-15 Chris Cannam Fix #1951 Selecting row in data editor with multiple items having same frame always selects the first
2019-10-14 Chris Cannam Fix #1948 Delete button not working in Edit Layer Data dialog
2019-10-11 Chris Cannam Fix for #1937 Crash on Mac when hitting New Session while playing
2019-10-10 Chris Cannam Merge