graph
- Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start)mp3-gapless 2016-11-29, by Chris Cannam
- Test fixesmp3-gapless 2016-11-29, by Chris Cannam
- Update m4a files to exports from CoreAudio, rather than FAAC; update tests accordingly, and add test for spurious data after end of decodemp3-gapless 2016-11-29, by Chris Cannam
- Handle trimming the padding from end as wellmp3-gapless 2016-11-29, by Chris Cannam
- Refactor in CodedAudioFileReader in preparation for trimming at endmp3-gapless 2016-11-29, by Chris Cannam
- Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end)mp3-gapless 2016-11-29, by Chris Cannam
- Add test for last change to ColumnOp3.0-integration 2016-11-29, by Chris Cannam
- Add header required when building with FFTW on Windows3.0-integration 2016-11-28, by Chris Cannam
- Further fix to decision about when not to interpolate in ColumnOp::distribute3.0-integration 2016-11-28, by Chris Cannam
- Subrepo merge3.0-integration 2016-11-28, by Chris Cannam
- Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels.3.0-integration 2016-11-28, by Chris Cannam
- Merge3.0-integration 2016-11-25, by Chris Cannam
- Update svcore audio reader tests so as to check for truncated decode3.0-integration 2016-11-25, by Chris Cannam
- Merge from branch subdivide-instants3.0-integration 2016-11-25, by Chris Cannam
- Tidy up, with some convenient C++11ismssubdivide-instants 2016-11-25, by Chris Cannam
- Add Winnow as wellsubdivide-instants 2016-11-25, by Chris Cannam
- Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!subdivide-instants 2016-11-25, by Chris Cannam
- Fixes to mp3 decode in subrepo. Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames, fixing the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Both gleaned from madplay source code.3.0-integration 2016-11-24, by Chris Cannam
- Fix various column edge cases3.0-integration 2016-11-23, by Chris Cannam
- Ordered config -- avoid sub-builds clobbering one another3.0-integration 2016-11-22, by Chris Cannam
- Merge subrepos3.0-integration 2016-11-21, by Chris Cannam
- Merge from branch bqfft3.0-integration 2016-11-21, by Chris Cannam
- Branch to use bqfft code and remove FFTapibqfft 2016-11-21, by Chris Cannam
- Subrepo update3.0-integration 2016-11-18, by Chris Cannam
- Vamp SDK update3.0-integration 2016-11-18, by Chris Cannam
- Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)3.0-integration 2016-11-18, by Chris Cannam
- Fix path in deploy script3.0-integration 2016-11-17, by Chris Cannam
- Avoid building app bundles for helper executables3.0-integration 2016-11-17, by Chris Cannam
- Use own scaling3.0-integration 2016-11-17, by Chris Cannam
- Further column op tests and fixes3.0-integration 2016-11-17, by Chris Cannam
- Tests and fixes for distribute(). Although this version of interpolated distribution passes these tests, it isn't right visually -- the expected values in the tests are offset. To be continued.3.0-integration 2016-11-17, by Chris Cannam
- Start tests for ColumnOp (+ some resulting fixes)3.0-integration 2016-11-17, by Chris Cannam
- Ah, this version should have been 23.0-integration 2016-11-16, by Chris Cannam
- Subrepo update3.0-integration 2016-11-16, by Chris Cannam
- Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types3.0-integration 2016-11-16, by Chris Cannam
- Test fixes3.0-integration 2016-11-15, by Chris Cannam
- RealTime fixes to comply with new, more demanding tests; also run same (failing) tests on Vamp SDK version3.0-integration 2016-11-15, by Chris Cannam
- Run tests3.0-integration 2016-11-15, by Chris Cannam
- Remove some no-longer-used project files3.0-integration 2016-11-14, by Chris Cannam
- Rearrange svcore tests so they can all be built from the top level3.0-integration 2016-11-14, by Chris Cannam
- Further RealTime test (currently failing)3.0-integration 2016-11-14, by Chris Cannam
- Re-enable unit tests3.0-integration 2016-11-14, by Chris Cannam
- More timings and cache hit counts3.0-integration 2016-11-10, by Chris Cannam
- A note on cache hit findings3.0-integration 2016-11-10, by Chris Cannam
- Print out cache hit/miss counts3.0-integration 2016-11-09, by Chris Cannam
- Use peak cache at one zoom level lower (since it exists at that level already -- this is a >= vs > question) + make naming more uniform3.0-integration 2016-11-08, by Chris Cannam
- Merge from branch piper3.0-integration 2016-11-05, by Chris Cannam
- Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)piper 2016-11-05, by Chris Cannam
- Fix omitted topmost bin3.0-integration 2016-11-04, by Chris Cannam
- Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)3.0-integration 2016-11-04, by Chris Cannam
- Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0)3.0-integration 2016-11-04, by Chris Cannam
- Merge from branch piper3.0-integration 2016-11-04, by Chris Cannam
- Some updates to accommodate adaptation for Sonic Annotatorpiper 2016-11-04, by Chris Cannam
- Update subrepos to default branches after mergepiper 2016-11-04, by Chris Cannam
- A bit more log info useful for win32/x64piper 2016-11-03, by Chris Cannam
- Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works)piper 2016-11-03, by Chris Cannam
- Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.piper 2016-11-03, by Chris Cannam
- Use plugin scan results to inform the list requests issued to Piper serverspiper 2016-11-03, by Chris Cannam
- Mergepiper 2016-11-02, by Chris Cannam
- Subrepo statepiper 2016-11-02, by Chris Cannam
- Logging; use only first ("native") helper for non-Vamp pluginspiper 2016-11-01, by Chris Cannam
- More useful reporting outputpiper 2016-11-01, by Chris Cannam
- Add omitted files, again!piper 2016-11-01, by Chris Cannam
- Merge from branch 3.0-integrationpiper 2016-11-01, by Chris Cannam
- Support multiple plugin checker helpers, as for multiple piper servers3.0-integration 2016-11-01, by Chris Cannam
- Support for multiple servers3.0-integration 2016-11-01, by Chris Cannam
- Merge from branch piper3.0-integration 2016-10-28, by Chris Cannam
- Merge from branch project-file-reworkpiper 2016-10-28, by Chris Cannam
- Numerous Windows fixes in subreposproject-file-rework 2016-10-28, by Chris Cannam
- Ensure plugin is deleted in same thread that created and used itproject-file-rework 2016-10-28, by Chris Cannam
- Don't -Werror hereproject-file-rework 2016-10-28, by Chris Cannam
- Rename server to simple-server, and add some more description in usageproject-file-rework 2016-10-28, by Chris Cannam
- Win32 fixes in subrepos (inc binary modes for server)project-file-rework 2016-10-27, by Chris Cannam
- Error handlingproject-file-rework 2016-10-27, by Chris Cannam
- Build the converter tooproject-file-rework 2016-10-27, by Chris Cannam
- Update Piper server invocation conventionproject-file-rework 2016-10-27, by Chris Cannam
- More Windows build bitsproject-file-rework 2016-10-27, by Chris Cannam
- Win64 build flagsproject-file-rework 2016-10-26, by Chris Cannam
- Couple of overlooked definesproject-file-rework 2016-10-25, by Chris Cannam
- Tidier noconfig fileproject-file-rework 2016-10-25, by Chris Cannam
- Fix maddening failure to start server with space in its pathproject-file-rework 2016-10-25, by Chris Cannam
- Only if server not runningproject-file-rework 2016-10-25, by Chris Cannam
- Don't need these frameworks for the serverproject-file-rework 2016-10-25, by Chris Cannam
- Tidyingproject-file-rework 2016-10-25, by Chris Cannam
- Minor build updatesproject-file-rework 2016-10-25, by Chris Cannam
- OSX build updatesproject-file-rework 2016-10-25, by Chris Cannam
- OSX build fixes and logicproject-file-rework 2016-10-25, by Chris Cannam
- Add basic noconfig.priproject-file-rework 2016-10-25, by Chris Cannam
- Merge from branch piperproject-file-rework 2016-10-25, by Chris Cannam
- Mergepiper 2016-10-25, by Chris Cannam
- Add files that I forgot to track on Friday (sigh)piper 2016-10-25, by Chris Cannam
- Merge in subrepoproject-file-rework 2016-10-24, by Chris Cannam
- Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without themproject-file-rework 2016-10-24, by Chris Cannam
- Server project filepiper 2016-10-24, by Chris Cannam
- Error reporting for Piper server startuppiper 2016-10-21, by Chris Cannam
- Fixes to choice of plugin factorypiper 2016-10-21, by Chris Cannam
- Add out-of-process execution to prefs dialogpiper 2016-10-21, by Chris Cannam
- Default to using Piperpiper 2016-10-21, by Chris Cannam
- Restore native-Vamp factory and make the choice between Piper and Native a preferencepiper 2016-10-21, by Chris Cannam
- Use .cpp file insteadpiper 2016-10-20, by Chris Cannam
- Avoid instantiating all plugins on startup, + build fixespiper 2016-10-20, by Chris Cannam
- Update subrepos3.0-integration 2016-10-20, by Chris Cannam
- Update subrepospiper 2016-10-20, by Chris Cannam
- Merge from branch 3.0-integrationpiper 2016-10-20, by Chris Cannam
- Merge from branch msvc2015_643.0-integration 2016-10-20, by Chris Cannam
- Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.msvc2015_64 2016-10-19, by Chris Cannam
- Tidy and re-fix for Linuxmsvc2015_64 2016-10-19, by Chris Cannam
- MSVC build fixes, and show 32/64-bit in Aboutmsvc2015_64 2016-10-18, by Chris Cannam
- MatrixFile is no longer used3.0-integration 2016-10-18, by Chris Cannam
- Update subrepopiper 2016-10-17, by Chris Cannam
- Update subrepopiper 2016-10-17, by Chris Cannam
- Fix compiler warningspiper 2016-10-17, by Chris Cannam
- Restore plugin categoriespiper 2016-10-17, by Chris Cannam
- More cautious locking on sparse model modificationpiper 2016-10-17, by Chris Cannam
- Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.piper 2016-10-17, by Chris Cannam
- Try AutoPlugin; also not very successfulpiper 2016-10-14, by Chris Cannam
- Add piper-cpp stuff, experimentallypiper 2016-10-14, by Chris Cannam
- Update subrepos (bookkeeping only really)3.0-integration 2016-09-20, by Chris Cannam
- Patch from Fab Nicol to fix a problem with Recent Files menu:3.0-integration 2016-08-15, by Chris Cannam
- Avoid warning3.0-integration 2016-08-15, by Chris Cannam
- Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate.3.0-integration 2016-08-05, by Chris Cannam
- Merge work on unified spectrogram and colour 3d plot caching renderer3.0-integration 2016-08-05, by Chris Cannam
- Since 1d317e717fe4 we no longer want to fft scale in hybrid mode. (This might also restore compatibility with Tony and prior SV save sessions -- test this.)spectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Make text labels on vertical scale ticks visiblespectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Fixes to phase display and colour scale for it; tidy up some debug outputspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Pull out paintDetailedScalespectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Minor tidy, + go back to opaque-only spectrogram as intendedspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Restore illuminateLocalFeatures in spectrogramspectrogram-minor-refactor 2016-08-05, by Chris Cannam
- Reconnect double-click region select in spectrogramspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Restore phase displayspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Re-implement dB^2 (log-power) spectrogram settingspectrogram-minor-refactor 2016-08-04, by Chris Cannam
- Re-enable (little-used) normalise-visible-range option in spectrogram layerspectrogram-minor-refactor 2016-08-03, by Chris Cannam
- Use a count of bins rather than min and max bins (because the name maxbin tells us nothing about whether the range is inclusive or not)spectrogram-minor-refactor 2016-08-03, by Chris Cannam
- Another small tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Fix vertical zoom/scroll in colour 3d plot layerspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Minor tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Sensible vertical scale and hybrid normalisation range in colour 3d plotspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Minor tidyspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- A threshold fixspectrogram-minor-refactor 2016-08-02, by Chris Cannam
- Float/double conversion fixesspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Fix threshold in spectrogram -- it wasn't working in the last release.spectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Scale range matchingspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Some notes on gainspectrogram-minor-refactor 2016-08-01, by Chris Cannam
- Some tidyingspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Fixes and debug output for mag range calculationsspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Wiring through the magnitude range updatesspectrogram-minor-refactor 2016-07-22, by Chris Cannam
- Toward updating mag cachespectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Inch toward using the mag cache (currently will crash with debug exception)spectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Introduce ScrollableMagRangeCache, plus some tidying etcspectrogram-minor-refactor 2016-07-20, by Chris Cannam
- Fix translucent mode for spectrogramspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Wire up invertVerticalspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Re-enable a couple more featuresspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Tidyspectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Consts and willRenderOpaquespectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Colourmap rotation (inelegantly)spectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Subrepo updatespectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Make VerticalBinLayer an actual Layer (via SliceableLayer)spectrogram-minor-refactor 2016-07-19, by Chris Cannam
- Mergespectrogram-minor-refactor 2016-07-15, by Chris Cannam
- Update dataquay subrepo for 0.9.1last_v2.5_on_default_branch 2016-07-15, by Chris Cannam
- Start introducing translucent rendererspectrogram-minor-refactor 2016-07-18, by Chris Cannam
- Fix failure to reinitialise m_peakCachespectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Remove almost all of the "old" paint logic from Colour3DPlotLayerspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Remove all of the "old" paint logic from SpectrogramLayer, even where it hasn't been completely replaced yetspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Convert ColourScaleType into an enum classspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Convert ColumnNormalization to an enum class, and separate out normalize-visiblespectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Turn BinDisplay and BinScale into enum classesspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrunspectrogram-minor-refactor 2016-07-14, by Chris Cannam
- Delete renderersspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Begin using renderer in colour 3d plot layerspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Create, but don't yet use, a renderer in the colour 3d plot layerspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Switch in "standard" colour scale, bin scale, normalisation -- not quite handled elegantly or correctly yetspectrogram-minor-refactor 2016-07-13, by Chris Cannam
- Minor build fixspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Introduce peak frequency rendering (basics of)spectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Far more pragmatic update strategyspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Fix draw buffer sizing problem in scaled renderingspectrogram-minor-refactor 2016-07-11, by Chris Cannam
- Split out cache rendering functions and some fixes to calculationsspectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Colour scales (partly)spectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Time-constrained renderingspectrogram-minor-refactor 2016-07-07, by Chris Cannam
- Cut over to using the renderer (though it's very incomplete) and fix some cache problems and pointer lifetime misunderstandingsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- Start to introduce renderer objectsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- One FFT model per spectrogram (again!) - but we do still need a magnitude range per view, as views could be showing different regionsspectrogram-minor-refactor 2016-07-05, by Chris Cannam
- One FFT size method, no member for itspectrogram-minor-refactor 2016-07-02, by Chris Cannam
- Simplify the oversampling/zero-padding logic. FFT model selection no longer depends on the view.spectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Add VerticalBinLayer to SpectrogramLayerspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Scale and copyspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Start introducing render codespectrogram-minor-refactor 2016-07-01, by Chris Cannam
- VerticalBinLayer for vertical mapping abstraction. Not totally sure about thisspectrogram-minor-refactor 2016-07-01, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Minor adjustmentsspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- More filling in render & cache codespectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Move drawVisibleText to PaintAssistantspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Move LayerGeometryProvider from view to layerspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Two functions, rather than one with a boolean argspectrogram-minor-refactor 2016-06-30, by Chris Cannam
- Another tiny bitspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- Pull out render timerspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- More renderer stubbingspectrogram-minor-refactor 2016-06-29, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-27, by Chris Cannam
- Start stubbing Colour3DPlotRendererspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Use a params structurespectrogram-minor-refactor 2016-06-23, by Chris Cannam
- ColourScale class, comments, namingspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Commentspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Commentsspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Fix possible crash when scrolling to endspectrogram-minor-refactor 2016-06-23, by Chris Cannam
- Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixelspectrogram-minor-refactor 2016-06-20, by Chris Cannam
- Pull out column ops into ColumnOpspectrogram-minor-refactor 2016-06-20, by Chris Cannam
- A more sensible order for column operationsspectrogram-minor-refactor 2016-06-17, by Chris Cannam
- Don't need thesespectrogram-minor-refactor 2016-06-15, by Chris Cannam
- Replace old logic with calls to new functions; basic refactor part A done, the code now compiles againspectrogram-minor-refactor 2016-06-15, by Chris Cannam
- A couple more helper functionsspectrogram-minor-refactor 2016-06-15, by Chris Cannam
- Mid-refactor to pull out the bulk of paintDrawBuffer into chunksspectrogram-minor-refactor 2016-06-13, by Chris Cannam
- Merge from default branchspectrogram-minor-refactor 2016-06-13, by Chris Cannam
- Subrepo update3.0-integration 2016-06-13, by Chris Cannam
- Don't paint if model has zero width3.0-integration 2016-05-26, by Chris Cannam
- Make archiver check & complain if the appropriate docs page returns a 4043.0-integration 2016-05-05, by Chris Cannam
- Subrepo update3.0-integration 2016-05-04, by Chris Cannam
- Win32 build fix3.0-integration 2016-05-03, by Chris Cannam
- Update Qt copyright note3.0-integration 2016-04-27, by Chris Cannam
- Version on this branch will be 3.03.0-integration 2016-04-27, by Chris Cannam
- Deploy plugin checker helper; update deployment for current Qt3.0-integration 2016-04-27, by Chris Cannam
- OSX build fixes3.0-integration 2016-04-27, by Chris Cannam
- Update subrepos3.0-integration 2016-04-22, by Chris Cannam
- Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf3.0-plus-imaf 2016-04-20, by Chris Cannam
- Merge from branch pluginscan3.0-integration 2016-04-15, by Chris Cannam
- Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhatpluginscan 2016-04-15, by Chris Cannam
- Update checker code layoutpluginscan 2016-04-14, by Chris Cannam
- Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror setpluginscan 2016-04-14, by Chris Cannam
- Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.pluginscan 2016-04-14, by Chris Cannam
- First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startuppluginscan 2016-04-14, by Chris Cannam
- Remove Vamp SDK from dependency builds for Windows, as for OSX3.0-integration 2016-03-18, by Chris Cannam
- Start including Vamp SDK into main build, as we do with Sonic Annotator3.0-integration 2016-03-18, by Chris Cannam
- Update subrepo2016-03-04, by Chris Cannam
- Merge from default!3.0-integration 2016-03-04, by Chris Cannam
- Merge from default branch in subrepos3.0-integration 2016-03-04, by Chris Cannam
- Merge in subrepo2016-03-04, by Chris Cannam
- Merge in subrepo3.0-integration 2016-03-02, by Chris Cannam
- Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing3.0-integration 2016-02-09, by Chris Cannam
- Clumsily avoid segfault on pulse shutdown3.0-integration 2016-02-09, by Chris Cannam
- Update i18n files3.0-integration 2016-02-04, by Chris Cannam
- Merge from default branch3.0-integration 2016-02-04, by Chris Cannam
- Merge subrepos3.0-integration 2016-02-04, by Chris Cannam
- Merge from branch "spectrogram-minor-refactor"3.0-integration 2016-02-04, by Chris Cannam
- Truncate edges when about to paint beyond limits of cachespectrogram-minor-refactor 2016-02-03, by Chris Cannam
- Don't use partial paints when zoomed in far enough to have boundary alignment concerns. (But boundary calculations are still wrong, leading to a logic error exception.)spectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Commentspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Timing tweaks to reduce the number of repaintsspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Fix cache validity boundary conditionspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- *Really* add overlooked file!spectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Be a bit more flexible about which symbol to accept in resampler selectionspectrogram-minor-refactor 2016-02-02, by Chris Cannam
- Revert last commit (wrong branch)2016-02-02, by Chris Cannam
- Add overlooked file!2016-02-02, by Chris Cannam
- Updated Czech localisation file from Pavel Fric2016-02-01, by Chris Cannam
- Update subrepo2016-01-30, by Chris Cannam
- Update acinclude files to look for qt5-qmake as well as qmake-qt52016-01-30, by Chris Cannam
- Further fixes to the scrollable cache logicspectrogram-minor-refactor 2016-01-29, by Chris Cannam
- Start refactoring out the spectrogram image cachespectrogram-minor-refactor 2016-01-29, by Chris Cannam
- Subrepo updatespectrogram-minor-refactor 2016-01-27, by Chris Cannam
- build fixspectrogram-minor-refactor 2016-01-27, by Chris Cannam
- OS/X updatesspectrogram-minor-refactor 2016-01-27, by Chris Cannam
- Fix calculation of repaint area when we haven't scrolled but cache is not completespectrogram-minor-refactor 2016-01-27, by Chris Cannam
- Start repainting from the middle -- but this is quite unreliablespectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Fix return value from paintDrawBuffer in rightToLeft case; propagate timing change to PeakFrequencies version as wellspectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Draw right-to-left when adjoining an existing cache valid area on the rightspectrogram-minor-refactor 2016-01-26, by Chris Cannam
- Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder)spectrogram-minor-refactor 2016-01-25, by Chris Cannam
- Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point)spectrogram-minor-refactor 2016-01-25, by Chris Cannam
- Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff3.0-integration 2016-01-22, by Chris Cannam
- Tidy a bit3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Subrepos3.0-integration 2016-01-22, by Chris Cannam
- Merge3.0-integration 2016-01-21, by Chris Cannam
- Subrepo update3.0-integration 2015-12-10, by Chris Cannam
- Mutex fix in bqaudioio to avoid delay in seeking during playback3.0-integration 2016-01-21, by Chris Cannam
- Update translations3.0-integration 2016-01-21, by Chris Cannam
- Make colour 3d plot layer colour a preference as well3.0-integration 2016-01-21, by Chris Cannam
- Add default spectrogram colours to prefs3.0-integration 2016-01-20, by Chris Cannam
- Merge from branch colourschemes3.0-integration 2016-01-19, by Chris Cannam
- Tidycolourschemes 2016-01-19, by Chris Cannam
- Rearrange colours, make some of them more attractive, give some of them nicer namescolourschemes 2016-01-19, by Chris Cannam
- Remove background mode, it no longer works properlycolourschemes 2016-01-19, by Chris Cannam
- Remove debug outcolourschemes 2016-01-19, by Chris Cannam
- Provide a sensible name for this colour schemecolourschemes 2016-01-19, by Chris Cannam
- Merge from branch 3.0-integrationcolourschemes 2016-01-19, by Chris Cannam
- Merge from branch plugin-startup-test3.0-integration 2016-01-19, by Chris Cannam
- Show warning to the user when plugin population has problemsplugin-startup-test 2016-01-19, by Chris Cannam
- Check for plugin loadability before trying to load in the main process (POSIX only so far)plugin-startup-test 2016-01-11, by Chris Cannam
- Pull out candidate listplugin-startup-test 2016-01-08, by Chris Cannam
- Experimentation with colour schemes and mappingscolourschemes 2015-12-02, by Chris Cannam
- Update icons3.0-integration 2015-12-02, by Chris Cannam
- Merge from default branch3.0-integration 2015-11-18, by Chris Cannam
- If libjack0 is sought, install jackd instead (seems like a more common neutral dependency independent of jack version)2015-11-16, by Chris Cannam
- Ensure version is updated in control file2015-11-16, by Chris Cannam
- Added tag sv_v2.5_osx_deploy for changeset e206741df37d2015-10-23, by Chris Cannam
- Mergesv_v2.5_osx_deploy 2015-10-23, by Chris Cannam
- Deployment fixes. Qt on OSX now seems to depend on QtDBus, so copy that in, and also fail if anything is found to depend on an absent Qt framework.2015-10-23, by Chris Cannam
- Added tag sv_v2.5 for changeset 94253fa113182015-10-22, by Chris Cannam
- Error only in debug buildsv_v2.5 2015-10-22, by Chris Cannam
- Deployment fix2015-10-22, by Chris Cannam
- Build fix2015-10-22, by Chris Cannam
- Update CHANGELOG, back out ill-advised svgui feature2015-10-22, by Chris Cannam
- Merge from default branch3.0-integration 2015-10-20, by Chris Cannam
- Fix embarrassing failure to reload Note layers2015-10-20, by Chris Cannam
- Wakeup3.0-integration 2015-10-14, by Chris Cannam
- Remove debug3.0-integration 2015-10-14, by Chris Cannam
- PulseAudio lock fixes3.0-integration 2015-10-14, by Chris Cannam
- Update subrepos3.0-integration 2015-10-14, by Chris Cannam
- Merge from recording branch3.0-integration 2015-10-12, by Chris Cannam
- Fix suspending/resuming audio device; it wasn't suspending when playback reached the end, only when the user stopped explicitlyrecording 2015-09-22, by Chris Cannam
- Merge from branch "recording"3.0-integration 2015-09-17, by Chris Cannam
- Merge from branch "scalable-icons"3.0-integration 2015-09-17, by Chris Cannam
- Update iconsscalable-icons 2015-09-17, by Chris Cannam
- Update subreporecording 2015-09-17, by Chris Cannam
- Win32 build fixesrecording 2015-09-16, by Chris Cannam
- Suspend/resume audio device when not in use to save battery (only implemented for PulseAudioIO so far)recording 2015-09-16, by Chris Cannam
- Recording message in status barrecording 2015-09-16, by Chris Cannam
- Add audio record mode (option to replace session) and support for browsing to record directoryrecording 2015-09-15, by Chris Cannam
- Check for audioIO as well as play target; + deployment bits3.0-integration 2015-08-20, by Chris Cannam
- Subrepo update3.0-integration 2015-08-20, by Chris Cannam
- Merge from branch recording3.0-integration 2015-08-20, by Chris Cannam
- Fix reloading session with recorded audiorecording 2015-08-20, by Chris Cannam
- Toward resampling on output in bqaudioiorecording 2015-08-19, by Chris Cannam
- New filename for each audio recordingrecording 2015-08-19, by Chris Cannam
- Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.recording 2015-08-19, by Chris Cannam
- Toward recording without something already loaded (needs more work though)recording 2015-08-19, by Chris Cannam
- OK, we can record -- sort ofrecording 2015-08-18, by Chris Cannam
- Basic recording stuffrecording 2015-08-18, by Chris Cannam
- Start stubbing in audio recordrecording 2015-08-18, by Chris Cannam
- Pulse stream and client namesbqaudioio 2015-08-17, by Chris Cannam
- Graft some fixes in subrepobqaudioio 2015-08-10, by Chris Cannam
- Fix very long delay on seeking during playback (caused by Pulse driver using max length as block size)3.0-integration 2015-08-05, by Chris Cannam
- Avoid playing repeated buffer while re-seeking3.0-integration 2015-08-05, by Chris Cannam
- Merge from branch bqaudioio3.0-integration 2015-08-04, by Chris Cannam
- Merge3.0-integration 2015-08-04, by Chris Cannam
- Merge from default branch3.0-integration 2015-07-24, by Chris Cannam
- Add Range headerbqaudioio 2015-08-04, by Chris Cannam
- Mutex fixes for PulseAudiobqaudioio 2015-08-04, by Chris Cannam
- Initial work toward switching to bqaudioio library (so as to get I/O, not just O)bqaudioio 2015-08-04, by Chris Cannam
- Necessary include3.0-integration 2015-08-04, by Chris Cannam
- dataquay rollbackimaf_enc 2015-07-15, by alo
- removed imaf slidersimaf_enc 2015-07-14, by alo
- Make the play-speed dial settings much easier to understand and use (fixes #1328)2015-07-13, by Chris Cannam
- Merge from default branch3.0-integration 2015-07-07, by Chris Cannam
- Major fix to bug in handling of fuzzy column in CSV import (introduced since the last release) which meant that col 6 of a wide CSV would go missing completely!2015-07-07, by Chris Cannam
- Fix assignment of values to regions on import, in case where region model contains duplicate points2015-07-03, by Chris Cannam
- Merge3.0-integration 2015-07-01, by Chris Cannam
- Subrepo3.0-integration 2015-07-01, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-07-01, by Chris Cannam
- Merge from default branchsimple-fft-model 2015-01-07, by Chris Cannam
- Fix a number of warnings in the 32-bit build2015-07-01, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-07-01, by Chris Cannam
- Merge from branch osx-retina3.0-integration 2015-07-01, by Chris Cannam
- Add new icons to resource fileosx-retina 2015-07-01, by Chris Cannam
- A few new iconsosx-retina 2015-07-01, by Chris Cannam
- Switch off debug againsimple-fft-model 2015-07-01, by Chris Cannam
- Fill extent is not relevant in simple-fft-model code, as it's always the full extentsimple-fft-model 2015-07-01, by Chris Cannam
- Fix dark point at highlight of LED buttonosx-retina 2015-06-30, by Chris Cannam
- Render LED button direct to widget, making it look OK on retina screenosx-retina 2015-06-30, by Chris Cannam
- Subrepososx-retina 2015-06-30, by Chris Cannam
- Mergeosx-retina 2015-06-30, by Chris Cannam
- Subrepo updateosx-retina 2015-06-30, by Chris Cannam
- Tighten spacing around sides of property box on OS/Xosx-retina 2015-06-30, by Chris Cannam
- Mergesimple-fft-model 2015-06-30, by Chris Cannam
- Build fixsimple-fft-model 2015-06-30, by Chris Cannam
- Merge from branch normalize_hybrid_option3.0-integration 2015-06-26, by Chris Cannam
- Merge from branch osx-retina3.0-integration 2015-06-26, by Chris Cannam
- Merge from branch simple-fft-model3.0-integration 2015-06-26, by Chris Cannam
- Update subrepos for 3.0-integration3.0-integration 2015-06-26, by Chris Cannam
- Two-channel testsimple-fft-model 2015-06-16, by Chris Cannam
- Fix a cache-related dumbitudesimple-fft-model 2015-06-16, by Chris Cannam
- Raise this maximum, so longer files can be shown in the overview panesimple-fft-model 2015-06-15, by Chris Cannam
- Use in-memory cache for WAV files as well, if appropriatesimple-fft-model 2015-06-15, by Chris Cannam
- Smooth signal flow through from file to fft modelsimple-fft-model 2015-06-15, by Chris Cannam
- Store temporary audio files in memory if we have plenty of itsimple-fft-model 2015-06-15, by Chris Cannam
- Tidysimple-fft-model 2015-06-15, by Chris Cannam
- Rework audio file reader API to prefer using std containerssimple-fft-model 2015-06-15, by Chris Cannam
- Fix to fft cachesimple-fft-model 2015-06-13, by Chris Cannam
- A small cache for source samplessimple-fft-model 2015-06-12, by Chris Cannam
- Make a small cache of recently-used columnssimple-fft-model 2015-06-12, by Chris Cannam
- Normalization functionsimple-fft-model 2015-06-12, by Chris Cannam
- Simplest naive FFTModel implementation (+ fill in tests)simple-fft-model 2015-06-12, by Chris Cannam
- Gut the old code, but don't replace it yet (so nothing will link yet)simple-fft-model 2015-06-12, by Chris Cannam
- More testssimple-fft-model 2015-06-12, by Chris Cannam
- Start making the FFT model tests into proper tests2015-06-12, by Chris Cannam
- Tidy2015-06-11, by Chris Cannam
- Tidy dense time-value model API a bit; add first simple unit test for FFT model2015-06-10, by Chris Cannam
- Remove some obsolete unused files2015-06-10, by Chris Cannam
- Merge from default branchosx-retina 2015-06-10, by Chris Cannam
- Update subrepo2015-06-10, by Chris Cannam
- Report error if transform fails (during operation, rather than at start as was already reported)2015-06-10, by Chris Cannam
- Update deployment script for QtSvgosx-retina 2015-06-04, by Chris Cannam
- Add forgotten zoom iconosx-retina 2015-06-04, by Chris Cannam
- Couple more iconsosx-retina 2015-06-01, by Chris Cannam
- Update subrepososx-retina 2015-06-01, by Chris Cannam
- Fix crash when importing wide CSV file2015-05-22, by Chris Cannam
- Add half-wave rectification option to Colour 3D Plot layer2015-05-22, by Chris Cannam
- minor debug thingosx-retina 2015-05-21, by Chris Cannam
- Fixes to font sizing in colour 3d plot layer (for #1221)osx-retina 2015-05-21, by Chris Cannam
- Merge in subrepo2015-05-21, by Chris Cannam
- Avoid going pop when setting play head to before time 02015-05-21, by Chris Cannam
- Prevent selection being dragged beyond start/end of content2015-05-21, by Chris Cannam
- Box colour a darker grey by default (but also changeable now)2015-05-21, by Chris Cannam
- Fix #1222 CSV export of time-instants layer omits last point2015-05-15, by Chris Cannam
- Merge from branch scalable-iconsosx-retina 2015-05-14, by Chris Cannam
- Merge from default branchosx-retina 2015-05-14, by Chris Cannam
- Fix #1220 Flexi-note layer appears in Layers menu2015-05-14, by Chris Cannam
- Handle case where plugin erroneously returns sample rate 0 for fixed-rate output2015-05-14, by Chris Cannam
- Icon updatescalable-icons 2015-05-13, by Chris Cannam
- Fixes to, and tests for, RealTime-to-text methods2015-05-12, by Chris Cannam
- Display note name derived from value, when hovering over time-value feature if the scale unit is Hz2015-05-12, by Chris Cannam
- Copyright date2015-05-12, by Chris Cannam
- Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.2015-05-12, by Chris Cannam
- Iconsscalable-icons 2015-05-06, by Chris Cannam
- Simplistic play-selectionscalable-icons 2015-05-06, by Chris Cannam
- Make play-pause biggerscalable-icons 2015-05-06, by Chris Cannam
- Rewind/ffwd shouldn't be available when nothing loadedscalable-icons 2015-05-06, by Chris Cannam
- Slightly improved text positioningscalable-icons 2015-05-06, by Chris Cannam
- Update splash, and a build fixscalable-icons 2015-05-06, by Chris Cannam
- Add splash screen codescalable-icons 2015-05-06, by Chris Cannam
- Fixes to scaling of splash screenscalable-icons 2015-05-06, by Chris Cannam
- Various fixes to scalable renderingscalable-icons 2015-05-06, by Chris Cannam
- Experiment with loading SVGsscalable-icons 2015-05-06, by Chris Cannam
- Make Retina layer rendering selectable in settingsosx-retina 2015-04-29, by Chris Cannam
- Fix font size for painter when rendering scaledosx-retina 2015-04-29, by Chris Cannam
- Fix positioning of local feature illumination rectangleosx-retina 2015-04-29, by Chris Cannam
- Fix rendering of selectionsosx-retina 2015-04-29, by Chris Cannam
- Always render to a buffer, then from that to the widgetosx-retina 2015-04-27, by Chris Cannam
- Painting off-cache means we shouldn't use proxy (we aren't scaling.. yet)osx-retina 2015-04-20, by Chris Cannam
- Some scaling & zoom bitsosx-retina 2015-04-20, by Chris Cannam
- Update subrepos and config stuffosx-retina 2015-04-20, by Chris Cannam
- Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform layer)2015-04-20, by Chris Cannam
- Don't set version from configure, track it in version.h instead. Next will be 2.5.2015-04-20, by Chris Cannam
- Merge from branch cxx112015-04-20, by Chris Cannam
- Subrepo updates2015-04-20, by Chris Cannam
- Fix crash caused by using proxy (of unknown lifecycle) instead of view as cache keyosx-retina 2015-03-18, by Chris Cannam
- Pass proxy to layer for paintingosx-retina 2015-03-18, by Chris Cannam
- Many fixes for the previous stuffosx-retina 2015-03-17, by Chris Cannam
- Another small replacementosx-retina 2015-03-17, by Chris Cannam
- Subrepoosx-retina 2015-03-17, by Chris Cannam
- Experiment with querying paint rect separately from view rectosx-retina 2015-03-11, by Chris Cannam
- Subrepo statecxx11 2015-03-11, by Chris Cannam
- Start branch for retina hi-res renderingosx-retina 2015-03-11, by Chris Cannam
- Build fixes for OS/Xcxx11 2015-03-11, by Chris Cannam
- Subrepocxx11 2015-03-11, by Chris Cannam
- Subreposcxx11 2015-03-11, by Chris Cannam
- Comments etccxx11 2015-03-11, by Chris Cannam
- Mergecxx11 2015-03-10, by Chris Cannam
- Dohcxx11 2015-03-10, by Chris Cannam
- Subreposcxx11 2015-03-10, by Chris Cannam
- Nothing of consequencecxx11 2015-03-10, by Chris Cannam
- More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.cxx11 2015-03-10, by Chris Cannam
- Further dedicated-types fixescxx11 2015-03-10, by Chris Cannam
- More type fixescxx11 2015-03-10, by Chris Cannam
- More type fixes, primarily in the spectrogramcxx11 2015-03-10, by Chris Cannam
- A few more fixescxx11 2015-03-09, by Chris Cannam
- Working through the float/double and int/sv_frame_t fixescxx11 2015-03-09, by Chris Cannam
- Move to using double rather than float for floating-point calculations (float only for storage); more build fixescxx11 2015-03-09, by Chris Cannam
- More conversion fixescxx11 2015-03-09, by Chris Cannam
- Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualisercxx11 2015-03-04, by Chris Cannam
- Merge from default branchcxx11 2015-03-03, by Chris Cannam
- Update subrepo2015-03-02, by Chris Cannam
- Specify UTF-8 encoding when writing XML formats -- the XML header always indicated UTF-8 but the QTextStream defaulted to local encoding which is generally not UTF-8 on Windows2015-03-02, by Chris Cannam
- Updates for win32 build - repackaging with Qt5.4 to fix failure to start up properly on 32-bit win8.12.4-stable 2015-02-25, by Chris Cannam
- Update and merge2015-02-26, by Chris Cannam
- Debug reporting from FileSource2015-02-26, by Chris Cannam
- Enable ThreadSanitizerdatarace 2015-02-24, by Chris Cannam
- Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)2015-02-18, by Chris Cannam
- Update subrepos2015-02-13, by Chris Cannam
- Updates for next win32 build2015-02-10, by Chris Cannam
- Merge from default branchcxx11 2015-02-09, by Chris Cannam
- Fix arg in string2015-01-16, by Chris Cannam
- Tidy up layout and ranges for unit conversion dialog, highlight in red any out-of-range values2014-12-15, by Chris Cannam
- Start connecting up tempo bits2014-12-09, by Chris Cannam
- Update units when prefs change2014-12-09, by Chris Cannam
- Oops, included some unintended cruft2014-12-09, by Chris Cannam
- hz -> freq, and some layout rearrangement2014-12-09, by Chris Cannam
- Fixes to limits etc in unit converter2014-12-08, by Chris Cannam
- Quick hack at a multiplex option for transform input (see #1108)2014-12-04, by Chris Cannam
- Wire up note/octave stuff2014-12-02, by Chris Cannam
- Start adding piano note2014-12-02, by Chris Cannam
- Adding the unit converter code might have enhanced the previous commit a little2014-12-02, by Chris Cannam
- Start work on unit converter2014-12-01, by Chris Cannam
- Unit tests for StringBits::splitQuoted2014-12-01, by Chris Cannam
- If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default2014-12-01, by Chris Cannam
- Fix close-quote immediately before separator in StringBits::splitQuoted2014-11-27, by Chris Cannam
- Avoid completely smoothing out a curve if it alternates high/low, when zooming out far enough to use lines instead2014-11-27, by Chris Cannam
- Couple more RealTime tests2014-11-20, by Chris Cannam
- Subrepo state2014-11-19, by Chris Cannam
- CXX11 (-std=c++11) branch, to test build environments before making any code adaptationscxx11 2014-11-17, by Chris Cannam
- Discard wildly excessive wheel events2014-11-10, by Chris Cannam
- Handle variable columns by importing all of them (not just the minimum number)2014-10-03, by Chris Cannam
- Add milliseconds as CSV import timing option2014-10-03, by Chris Cannam
- Update version in wxs file2.4-stable 2014-10-02, by Chris Cannam
- Merge from branch 2.4-stable2014-10-01, by Chris Cannam
- Merge2.4-stable 2014-10-01, by Chris Cannam
- Added tag sv_v2.4.1 for changeset 2868d5abf1a32.4-stable 2014-10-01, by Chris Cannam
- Update changelog2.4-stable sv_v2.4.1 2014-10-01, by Chris Cannam
- Version will be 2.4.12.4-stable 2014-10-01, by Chris Cannam
- Subrepo update2.4-stable 2014-10-01, by Chris Cannam
- Merge from branch 2.4-stable2014-09-29, by Chris Cannam
- Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.2.4-stable 2014-09-29, by Chris Cannam
- Obsolete tag2.4beta2 2014-09-24, by Chris Cannam
- Merge2014-09-24, by Chris Cannam
- Update subrepo2014-09-11, by Chris Cannam
- Added tag sv_v2.4beta2 for changeset 4a7c62938a132.4beta2 2014-09-10, by Chris Cannam
- Add a forgotten item to the changelog2014-09-24, by Chris Cannam
- Added tag sv_v2.4_linux_deploy for changeset 8215909b74d22014-09-24, by Chris Cannam
- Deploy fixessv_v2.4_linux_deploy 2014-09-24, by Chris Cannam
- Auto dependencies2014-09-24, by Chris Cannam
- Output for control file2014-09-24, by Chris Cannam
- Add deploy script2014-09-24, by Chris Cannam
- Debian skeleton stuff2014-09-24, by Chris Cannam
- Fixes to desktop file2014-09-24, by Chris Cannam
- Some install and packaging updates2014-09-24, by Chris Cannam
- Added tag sv_v2.4 for changeset cfbea29fae642014-09-23, by Chris Cannam
- Added tag sv_v2.4beta2 for changeset 7b3aaa237e662.4beta2 2014-09-23, by Chris Cannam
- This will be SV v2.4sv_v2.4 2014-09-23, by Chris Cannam
- Fix #1058 clicking row in Layer Edit dialog when colour 3d plot layer active jumps to wrong frame (was using sample rate where resolution intended)2014-09-16, by Chris Cannam
- Refuse to play if no sample rate available (fixes crash when playing after deleting only pane)2014-09-12, by Chris Cannam
- Don't print activity2014-09-12, by Chris Cannam
- Ignore cov-int directory2014-09-12, by Chris Cannam
- Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)normalize_hybrid_option 2014-09-12, by Chris Cannam
- Do not draw the model time extents if the top layer does not have time as its x axis (fixing #1057)2.4beta2 2014-09-11, by Chris Cannam
- Pull across beta bits from prior beta branch2.4beta2 sv_v2.4beta2 2014-09-10, by Chris Cannam
- Update README and CHANGELOG2014-09-10, by Chris Cannam
- If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up2014-09-10, by Chris Cannam
- Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)2014-09-09, by Chris Cannam
- Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format2014-09-09, by Chris Cannam
- Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open().2014-09-09, by Chris Cannam
- Avoid complaint about unused return value2014-09-03, by Chris Cannam
- Fix potential null pointer deref2014-09-03, by Chris Cannam
- Fix memory leak (from coverity scan)2014-09-03, by Chris Cannam
- Fix some uninitialised values (from coverity scan)2014-09-03, by Chris Cannam
- Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)2014-09-03, by Chris Cannam
- Fix dead code; fix previous fix to midi insertion logic2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix a couple of not-very-realistic potential null-pointer derefs (from coverity scan)2014-09-03, by Chris Cannam
- Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential null-pointer derefs, and simplify some logic where loops were used with an unconditional "break" that meant they could only happen once (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential divide by zeros (from coverity scan)2014-09-03, by Chris Cannam
- Fix minor resource leak (from coverity scan)2014-09-03, by Chris Cannam
- Clarify some sneaky logic2014-09-03, by Chris Cannam
- Fix uninitialised variable (from coverity scan)2014-09-03, by Chris Cannam
- Fix a couple of inadvertant integer divisions (from coverity scan)2014-09-03, by Chris Cannam
- Remove redundant code (from coverity scan)2014-09-03, by Chris Cannam
- Fix potential divide by zero2014-09-03, by Chris Cannam
- Clarify some sneaky logic2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some potential null derefs (from coverity scan)2014-09-03, by Chris Cannam
- Fix memory leak2014-09-03, by Chris Cannam
- Fix various slightly dodgy derefs and the like (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Remove redundant code (from coverity scan)2014-09-03, by Chris Cannam
- Fix very minor but erroneous non-float-arithmetic2014-09-03, by Chris Cannam
- clarify2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Back out last change (see subrepo commit log)2014-09-03, by Chris Cannam
- Fix to iterator invalidation (from coverity scan)2014-09-03, by Chris Cannam
- As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.2014-09-03, by Chris Cannam
- Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)2014-09-03, by Chris Cannam
- Frame this condition more defensively (from coverity scan)2014-09-03, by Chris Cannam
- Fix fallthrough in switch (from coverity scan)2014-09-03, by Chris Cannam
- Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix accidental declaration of section as bool rather than int (definitely a bug but what did it cause? see #1051, we need units here) (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix some (probably benign) uninitialised members (from coverity scan)2014-09-03, by Chris Cannam
- Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan)2014-09-03, by Chris Cannam
- Return seems to work better than Enter here2014-09-03, by Chris Cannam
- Fix uninitialised values2014-09-03, by Chris Cannam
- Fix uninitialised members2014-09-03, by Chris Cannam
- Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)2014-09-03, by Chris Cannam
- Fix uninitialised bool2014-09-03, by Chris Cannam
- Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)2014-09-03, by Chris Cannam
- Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)2014-09-03, by Chris Cannam
- Small text fix2014-09-02, by Chris Cannam
- Update CHANGELOG2014-09-02, by Chris Cannam
- Add const version of this accessor2014-09-02, by Chris Cannam
- Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)2014-09-02, by Chris Cannam
- Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want2014-09-02, by Chris Cannam
- Use fixed-order when exporting layers to a session2014-09-02, by Chris Cannam
- Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)2014-09-02, by Chris Cannam
- Use fixed-order layer list for property container enumeration. Fixes habit of the layer property tabs to jump about when adding a new layer.2014-09-02, by Chris Cannam
- Populate the fixed order layer list2014-09-02, by Chris Cannam
- Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking2014-09-02, by Chris Cannam
- Add getInteractionLayer() and some docs2014-09-02, by Chris Cannam
- Fix #1047 Floating-point exception on exit if no file loaded2014-09-01, by Chris Cannam
- Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)2014-09-01, by Chris Cannam
- Branch rearrangement in svapp2.4beta1 2014-09-01, by Chris Cannam
- Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier2014-09-01, by Chris Cannam
- Add left/right scroll to changelog2014-08-14, by Chris Cannam
- Added tag sv_v2.4beta1 for changeset 885e89a6c11d2.4beta1 2014-08-14, by Chris Cannam
- Update for Qt 5.3 and WiX 3.8 - transplanted from beta branch2014-08-14, by Chris Cannam
- Update for Qt 5.3 and WiX 3.82.4beta1 sv_v2.4beta1 2014-08-14, by Chris Cannam
- Fix plugin copying (correct target directories) - transplanted from beta branch2014-08-14, by Chris Cannam
- Version 2.3.90 gives us more space for future betas than 2.3.92.4beta1 2014-08-14, by Chris Cannam
- Show beta version2.4beta1 2014-08-14, by Chris Cannam
- Fix plugin copying (correct target directories)2.4beta1 2014-08-14, by Chris Cannam
- Attempt to make Qt plugin loading work. But it isn't.2.4beta1 2014-08-13, by Chris Cannam
- Merge from default branch2.4beta1 2014-08-13, by Chris Cannam
- This spacing works a bit better on the Mac (though not really well enough)2014-08-13, by Chris Cannam
- Don't label time zero, it gets cut off by opaque end layer2014-08-13, by Chris Cannam
- Beta release dialog2.4beta1 2014-08-13, by Chris Cannam
- Set parents for various dialogs (to avoid them hitting focus-stealing prevention)2014-08-13, by Chris Cannam
- Give some dialogs their proper parents2014-08-13, by Chris Cannam
- If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane2014-08-13, by Chris Cannam
- Remove model from pan layer when it's about to be deleted, fixing #10352014-08-13, by Chris Cannam
- Tidy2014-08-13, by Chris Cannam
- Debug out2014-08-13, by Chris Cannam
- More debug2014-08-13, by Chris Cannam
- Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully)2014-08-13, by Chris Cannam
- Call finaliseMenus again each time the pane/layer menus are reworked2014-08-13, by Chris Cannam
- Avoid compiler warnings when building without lrdf2014-08-13, by Chris Cannam
- Some temporary action debug output2014-08-13, by Chris Cannam
- Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions2014-08-11, by Chris Cannam
- Debug output stuff2014-07-25, by Chris Cannam
- Subrepo updates2014-07-25, by Chris Cannam
- Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped2014-07-25, by Chris Cannam
- Merge subrepos from tonioni branch2014-07-18, by Chris Cannam
- Small fixes: avoid static etc2014-07-17, by Chris Cannam
- Fix some errant signals (the modelChanged with args are now modelChangedWithin)2014-07-17, by Chris Cannam
- OS/X build: copy frameworks and plugins automatically2014-07-07, by Chris Cannam
- Fix to OS/X build -- we no longer want to override the plugin path as we're using qt.conf instead2014-07-07, by Chris Cannam
- We do have liblo2014-07-04, by Chris Cannam
- OS/X build/deploy fixes2014-07-04, by Chris Cannam
- Merge from tonioni branch2014-07-02, by Chris Cannam
- Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag2014-07-02, by Chris Cannam
- Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.2014-07-02, by Chris Cannam
- Subrepos, and update in line with latest no-warning changes2014-07-01, by Chris Cannam
- Only update message if it has actually changed2014-07-01, by Chris Cannam
- Merge from branch tony_integration2014-06-18, by Chris Cannam
- Merge from branch warnfix_no_size_t2014-06-18, by Chris Cannam
- Subrepos2014-06-18, by Chris Cannam
- Merge from branch warnfix_no_size_t2014-06-18, by Chris Cannam
- Merge from branch tony_integrationwarnfix_no_size_t 2014-06-18, by Chris Cannam
- Fix signal/slot namewarnfix_no_size_t 2014-06-17, by Chris Cannam
- Various size_t etc removals, and compiler warning fixeswarnfix_no_size_t 2014-06-17, by Chris Cannam
- Merge subrepos from default and tonioni branchestony_integration 2014-06-17, by Chris Cannam
- Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt52014-06-03, by Chris Cannam
- Merge subrepos from tonioni branch2014-06-03, by Chris Cannam
- Fix erroneous addition of extra point at time zero when first tapping a point with a time-difference based label scheme2014-05-23, by Chris Cannam
- Remember the last-used suffix in save dialog (#877).2014-05-23, by Chris Cannam
- Merge2014-05-22, by Chris Cannam
- Subrepo state2014-05-22, by Chris Cannam
- Subrepo state (crash fix)2014-05-22, by Chris Cannam
- Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers2014-05-19, by Chris Cannam
- Switch to default branches in subrepos, merge them down2014-05-14, by Chris Cannam
- Avoid potential crash when network connection fails2014-05-13, by Chris Cannam
- Add script to archive from tip rev2014-05-09, by Chris Cannam
- Merge from branch "tony_integration"2014-05-09, by Chris Cannam
- Correct typotony_integration 2014-05-09, by Chris Cannam
- Merge from default branchtony_integration 2014-05-09, by Chris Cannam
- Changelogtony_integration 2014-05-09, by Chris Cannam
- Subrepo statetony_integration 2014-05-08, by Chris Cannam
- Restore selection of playback sample for note layers. Also default to new elecpiano clip.tony_integration 2014-05-07, by Chris Cannam
- Remove color attributes from default template2014-04-11, by Jakob Leben
- Patches from Jakob Leben2014-05-07, by Chris Cannam
- Subrepo updates, merging to integration branchtony_integration 2014-05-07, by Chris Cannam
- Add some more subrepos2014-04-26, by Chris Cannam
- Make it possible to import CSV files directly into Note layers2014-04-07, by Chris Cannam
- Update subrepostony_integration 2014-04-02, by Chris Cannam
- Remove tool-specific keyboard shortcut reference registration from Pane and put it in MainWindow (as it depends on which tools are in use)tony_integration 2014-04-02, by Chris Cannam
- Add electric piano sample as used in Tonytony_integration 2014-04-02, by Chris Cannam
- Start up with the correct values of toggleable menu entries2014-03-28, by Chris Cannam
- Make octave numbering configurable, and change default to C4 = middle C2014-03-27, by Chris Cannam
- Update to current state of tonioni and default branchestony_integration 2014-03-11, by Chris Cannam
- Subrepo state2014-03-11, by Chris Cannam
- Subrepo fix2014-03-06, by Chris Cannam
- Fix in svgui2014-03-04, by Chris Cannam
- Subrepo state2014-02-06, by Chris Cannam
- Subrepo state + build and run new tests2014-01-31, by Chris Cannam
- Subrepo state: bodge in normalise-to-log. Todo: Wire up properly.2014-01-28, by Chris Cannam
- Merge subrepos from tonionitony_integration 2014-01-28, by Chris Cannam
- Add script to fix a few things in dpkg pkg that lintian complains about2013-12-13, by Chris Cannam
- Added tag sv_v2.3 for changeset bf06f4311ec02013-12-12, by Chris Cannam
- Removed tag sv_v2.3-fsv_v2.3 2013-12-12, by Chris Cannam
- Added tag sv_v2.3-f for changeset 59c68b5ae5be2013-12-12, by Chris Cannam
- Build fix, version2013-12-12, by Chris Cannam
- Build fix, versionimaf_enc 2013-12-12, by Chris Cannam
- Added tag sv_v2.3 for changeset 7f7fba33b7de2013-12-12, by Chris Cannam
- Add network permission to prefs; make OSC support one of the things that depends on it2013-12-12, by Chris Cannam
- Added tag sv-v2.3-imaf for changeset 60d3575f8016imaf_enc 2013-12-11, by Chris Cannam
- Merge from default branchimaf_enc sv-v2.3-imaf 2013-12-11, by Chris Cannam
- Added tag sv_v2.3 for changeset 242ebf1db0f12013-12-11, by Chris Cannam
- Subrepo: elide negative frame times2013-12-11, by Chris Cannam
- Fix local variable aliasing which prevented network requests happening on the first run even when permitted2013-12-11, by Chris Cannam
- Fix app signing: on os/x 10.9 you need to sign other frameworks etc as well2013-12-05, by Chris Cannam
- Merge2013-12-05, by Chris Cannam
- Qt font fix for OS/X 10.92013-12-05, by Chris Cannam
- Merge from default branch, fix buildimaf_enc 2013-12-05, by Chris Cannam
- Update subreposimaf_enc 2013-12-05, by Chris Cannam
- Version number, CHANGELOG2013-12-05, by Chris Cannam
- Remove duplicate shortcut2013-12-05, by Chris Cannam
- Fix syntax2013-12-04, by Chris Cannam
- Cut down number of includes and predeclarations2013-12-04, by Chris Cannam
- Subrepo2013-12-04, by Chris Cannam
- Subrepo state: vertical scales on various layers2013-12-04, by Chris Cannam
- Subrepo state2013-12-03, by Chris Cannam
- Deps and subrepo state2013-12-03, by Chris Cannam
- Wording updates, and QM logo2013-11-27, by Chris Cannam
- Fix uninitialised pointer (and consequent crash on exit)2013-11-26, by Chris Cannam
- Drop std:: from cerr, cout, endl; drop toStdString etc; build fix2013-11-26, by Chris Cannam
- Small relayout2013-11-26, by Chris Cannam
- Add network permission question box on first startup2013-11-26, by Chris Cannam
- Restore and update old Surveyer class (survey itself is not there yet)2013-11-26, by Chris Cannam
- WS -> OS2013-11-26, by Chris Cannam
- Regenerate binary translation files after that last change2013-11-26, by Chris Cannam
- Regenerate translations, update the colour/color/ise/ize stuff in en_*2013-11-26, by Chris Cannam
- Add choice of interface language to the prefs dialog (in case user is unhappy with system locale)2013-11-26, by Chris Cannam
- Subrepo state2013-11-21, by Chris Cannam
- Merge from default branchimaf_enc 2013-11-05, by Chris Cannam
- Close this branch; the good stuff is now back in defaultwith-dependencies 2013-11-05, by Chris Cannam
- Add script to archive from tag2013-11-05, by Chris Cannam
- Remove obsolete script2013-11-05, by Chris Cannam
- Add dependencies subrepo as a matter of course2013-11-05, by Chris Cannam
- Close obsolete branch 1.2-stable1.2-stable 2008-02-28, by Chris Cannam
- Close obsolete branch spectrogram-cache-rejigspectrogram-cache-rejig 2008-02-28, by Chris Cannam
- Close obsolete branch kioskkiosk 2011-03-23, by Chris Cannam
- Close obsolete branch feature_150_menu_arrangementfeature_150_menu_arrangement 2011-04-29, by Chris Cannam
- Close obsolete branch debug-outputdebug-output 2011-05-17, by Chris Cannam
- Close obsolete branch templatingtemplating 2011-06-27, by Chris Cannam
- Close obsolete branch toggletoggle 2011-07-23, by Chris Cannam
- Close obsolete branch fullscreenfullscreen 2012-01-27, by Chris Cannam
- Close obsolete branch qt5qt5 2013-04-27, by Chris Cannam
- Merge from the default branchimaf_enc 2013-11-05, by Chris Cannam
- Use non-x86 program files path if x86 version is not found (i.e. on 32-bit Windows) (from with-dependencies branch)2013-11-05, by Chris Cannam
- Win build fixes from with-dependencies branch2013-11-05, by Chris Cannam
- Define fixed set of dependencies, on Windows, if no config available (from with-dependencies branch)2013-11-05, by Chris Cannam
- Add dependency paths, include config only if it exists (from with-dependencies branch)2013-11-05, by Chris Cannam
- Merge from default branchimaf_enc 2013-11-04, by Chris Cannam
- Fix from Jesus Corral Garcia (for crashes etc)imaf_enc 2013-11-04, by Chris Cannam
- Build fixesimaf_enc 2013-11-04, by Chris Cannam
- IMAF load code from Jesus Corral Garciaimaf_enc 2013-11-04, by Chris Cannam
- Subrepo stateimaf_enc 2013-11-04, by Chris Cannam
- Subrepo state2013-11-04, by Chris Cannam
- Add "Export Audio Data" to export audio waveform data into CSV or similar2013-10-09, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-10-01, by Chris Cannam
- Use non-x86 program files path if x86 version is not found (i.e. on 32-bit Windows)with-dependencies 2013-10-01, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-10-01, by Chris Cannam
- Oops, got this one twice2013-10-01, by Chris Cannam
- Patch from Josias Matschulat to allow changing the installation location (and add licence and file association to installer)2013-10-01, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-09-24, by Chris Cannam
- If maximised on exit, don't save (maximised) geometry but instead mark as maximised and maximise on restart2013-09-20, by Chris Cannam
- Merge from default branchwith-dependencies 2013-09-16, by Chris Cannam
- Subrepo2013-09-16, by Chris Cannam
- Add CITATION file2013-09-05, by Chris Cannam
- Add linux deb deployment notes2013-08-01, by Chris Cannam
- Added tag sv_v2.2 for changeset a91416395daf2013-07-31, by Chris Cannam
- Mergewith-dependencies 2013-07-31, by Chris Cannam
- Another Czech updatesv_v2.2 2013-07-31, by Chris Cannam
- Mergewith-dependencies 2013-07-30, by Chris Cannam
- Added tag sv_v2.2 for changeset 29a97099b6472013-07-30, by Chris Cannam
- Subrepo state2013-07-30, by Chris Cannam
- Merge from default branchwith-dependencies 2013-07-29, by Chris Cannam
- Regenerate translations2013-07-29, by Chris Cannam
- Further translation update2013-07-29, by Chris Cannam
- Regenerate translations2013-07-29, by Chris Cannam
- Updated cs_CZ from Pavel Fric2013-07-29, by Chris Cannam
- Update CHANGELOG2013-07-29, by Chris Cannam
- Mergewith-dependencies 2013-07-26, by Chris Cannam
- Added tag sv_v2.2 for changeset ac16e50930322013-07-26, by Chris Cannam
- Merge from the default branchwith-dependencies 2013-07-26, by Chris Cannam
- Subrepo updates2013-07-26, by Chris Cannam