log

age author description
2018-11-25 Chris Cannam Mention Repoint
2018-11-22 Chris Cannam Add run-clang-tidy script fix-static-analysis
2018-11-22 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
2018-11-22 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
2018-11-21 Chris Cannam Deb fixes
2018-11-21 Chris Cannam Fix some typos in deb scripts
2018-11-21 Chris Cannam File extension
2018-11-21 Chris Cannam +x
2018-11-21 Chris Cannam Experimental Docker deb package build
2018-11-16 Chris Cannam Added tag sv_v3.2pre1 for changeset 3fc52a2fadce
2018-11-16 Chris Cannam This seems to be necessary in order to bail out properly sv_v3.2pre1
2018-11-16 Chris Cannam This actual release will be pre1
2018-11-16 Chris Cannam Update translation strings again
2018-11-16 Chris Cannam Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
2018-11-15 Chris Cannam Update CHANGELOG
2018-11-15 Chris Cannam Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
2018-11-15 Chris Cannam Handle integer pixel scaling as well
2018-11-15 Chris Cannam Scale pen for retina display on macOS as well as for hidpi display elsewhere
2018-11-15 Chris Cannam LTO on macOS as well
2018-11-15 Chris Cannam Slice layer reworking, again
2018-11-15 Chris Cannam Experiment with LTO on gcc build
2018-11-15 Chris Cannam AppVeyor updated to 5.11.2 I see
2018-11-14 Chris Cannam Remove oversampling from prefs, now it's in spectrogram layer properties; fixes to spectrum x-axis calculations
2018-11-14 Chris Cannam We need to draw illumination label *after* the spectrum...
2018-11-14 Chris Cannam Fix some incorrect pixel scaling
2018-11-14 Chris Cannam Minor subrepo update
2018-11-14 Chris Cannam Merge from branch spectrogramparam
2018-11-14 Chris Cannam Fixes to spectrum log scale, etc spectrogramparam
2018-11-14 Chris Cannam Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling spectrogramparam
2018-11-13 Chris Cannam Toward highlighting peaks on spectrum spectrogramparam
2018-11-13 Chris Cannam Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum) spectrogramparam
2018-11-13 Chris Cannam Ensure that operations that need to iterate through action maps in order (most pointedly MainWindow::updateLayerShortcutsFor) get to do it in order of construction and not arbitrary pointer order. Fixes incorrect shortcut associations for add-layer/pane shortcuts in some cases spectrogramparam
2018-11-13 Chris Cannam Fixes to spectrum peak picking, & make zoom-to-region work sensibly there spectrogramparam
2018-11-12 Chris Cannam Spectrum speedups spectrogramparam
2018-11-12 Chris Cannam Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered spectrogramparam
2018-11-12 Chris Cannam Merge from default branch spectrogramparam
2018-11-09 Chris Cannam Subrepo updates
2018-11-09 Chris Cannam Merge
2018-11-09 Chris Cannam Add code-signing support
2018-11-09 Chris Cannam Force black text for version number on splash screen - otherwise it disappears in macOS dark mode
2018-11-08 Chris Cannam Much faster peak picking in spectrum spectrogramparam
2018-11-08 Chris Cannam Fixes to "colour" rendering mode for spectrum spectrogramparam
2018-11-07 Chris Cannam Implement oversampling in spectrum, + various spectrum rendering improvements spectrogramparam
2018-11-06 Chris Cannam Merge in subrepo spectrogramparam
2018-11-06 Chris Cannam Merge from default branch spectrogramparam
2018-11-06 Chris Cannam Make context help explain how to adjust & reset
2018-11-06 Chris Cannam Experimental Oversampling parameter spectrogramparam
2018-11-06 Chris Cannam Merge from branch zoom
2018-11-06 Chris Cannam Fix incorrect start/end overlay drawing when zoomed far in zoom
2018-11-06 Chris Cannam Merge from default branch zoom
2018-11-05 Chris Cannam Carry out EPERM test only if Apple
2018-11-05 Chris Cannam Scaling tweaks
2018-11-05 Chris Cannam Update translations again
2018-11-02 Chris Cannam Small rendering improvements for waveform
2018-11-02 Chris Cannam Update for checker handling for security errors, etc
2018-11-02 Chris Cannam Merge
2018-11-02 Chris Cannam Deployment tweaks
2018-11-02 Chris Cannam Use a slightly more compact dialog (esp on Mac)
2018-11-02 Chris Cannam Notes on notarization
2018-11-01 Chris Cannam Update translations
2018-11-01 Chris Cannam Fix failure to show proper initial state of layer level/pan
2018-11-01 Chris Cannam Fix incorrect completion reporting for alignment models reloaded from session file
2018-11-01 Chris Cannam Stop playback when New Session invoked
2018-11-01 Chris Cannam Check Piper server version
2018-11-01 Chris Cannam Ugh, and this one. What a doofus
2018-11-01 Chris Cannam Remove 32-bit element
2018-11-01 Chris Cannam Parse this one earlier, to avoid trying to connect to a display first
2018-11-01 Chris Cannam Experiment with a custom AppRun that doesn't have to chdir
2018-11-01 Chris Cannam Just run --version, don't try to connect to display
2018-11-01 Chris Cannam ... or -v
2018-11-01 Chris Cannam Merge
2018-11-01 Chris Cannam Add --version option
2018-10-31 Chris Cannam Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevant
2018-10-30 Chris Cannam Fix the mix/merge channels behaviour in pixels-per-frame zone
2018-10-30 Chris Cannam Add some more scalable icons, + subrepo update
2018-10-30 Chris Cannam Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through
2018-10-18 Chris Cannam Update CHANGELOG
2018-10-18 Chris Cannam Add more colour maps, + related changes in subrepos
2018-10-18 Chris Cannam Add four more scalable SVGs
2018-10-17 Chris Cannam Rename piper-cpp subrepo to piper-vamp-cpp to match the upstream repo name
2018-10-17 Chris Cannam Update Piper client/server with Nyquist-bin fix
2018-10-15 Chris Cannam Further work on #1773 "Loading a session with features extracted from multiplexed inputs". Re-read the aggregate wave models from the session file; also re-order the way they are written so as to improve the likelihood of successfully re-reading them (! - as it stood before, there was some chance involved)
2018-10-12 Chris Cannam Housekeeping merge
2018-10-12 Chris Cannam Merge zoom
2018-10-12 Chris Cannam Merge from default branch zoom
2018-10-12 Chris Cannam Subrepo updates
2018-10-11 Chris Cannam Adjust Help menu - the What's New is genuinely useful I think so make it more obvious, and "SV on the Web" is not all that useful and is more intuitively found via the About box
2018-10-11 Chris Cannam Merge in subrepo
2018-10-11 Chris Cannam Fix compiler error for undeclared std exception
2018-10-11 Chris Cannam Rework cache and some OSX-related details
2018-10-11 Chris Cannam Fix ugly text positioning
2018-10-10 Chris Cannam Remove some debug
2018-10-10 Chris Cannam Use finer zoom levels for mouse-wheel zooming, as was already the case for the thumbwheel. Also extend thumbwheel to support pixels-per-frame
2018-10-10 Chris Cannam Merge from branch zoom
2018-10-09 Chris Cannam Subrepo update zoom
2018-10-03 Chris Cannam Show default name for unlabelled bin
2018-10-03 Chris Cannam Fix invisible cancel buttons
2018-10-02 Chris Cannam Minor debug output change
2018-10-02 Chris Cannam Fixes to handling of plugin stdouts
2018-10-01 Chris Cannam Merge from default branch zoom
2018-10-01 Chris Cannam Avoid blowing up when faced with min==max in plugin parameter range
2018-10-01 Chris Cannam Use locale-aware comparators - ensuring proper dictionary order for e.g. pYin with small "p"
2018-10-01 Chris Cannam Minor tidy
2018-09-28 Chris Cannam Various zoom fixes zoom
2018-09-27 Chris Cannam Fix crash zoom
2018-09-27 Chris Cannam Further TimeRuler fixes zoom
2018-09-27 Chris Cannam Fixes for TimeRuler and WaveformLayer zoom
2018-09-26 Chris Cannam Oversampler fixes zoom
2018-09-26 Chris Cannam Waveform oversampling tests zoom
2018-09-26 Chris Cannam Add custom waveform oversampler method zoom
2018-09-25 Chris Cannam Get oversampled rendering almost working zoom
2018-09-24 Chris Cannam Toward oversampling rendering zoom