log main/MainWindow.cpp @ 1473:529c4699af67 3.0-integration

age author description
2017-01-03 Chris Cannam Some copyright dates and build adjustments 3.0-integration
2017-01-03 Chris Cannam Store/recall colours by hex name; simpler and more general (was having trouble with reloading on Mac). Also update subrepos inc PortAudio build 3.0-integration
2017-01-03 Chris Cannam Merge 3.0-integration
2017-01-03 Chris Cannam Fix to removal of icons from menus on the Mac 3.0-integration
2017-01-03 Chris Cannam Fix accidental breakage of PNG export while adding SVG export 3.0-integration
2017-01-03 Chris Cannam Don't show icons on menus in OSX 3.0-integration
2016-12-19 Chris Cannam Implement "Export SVG file..." svg
2016-12-16 Chris Cannam Add overview colour preference 3.0-integration
2016-12-15 Chris Cannam When the window is actually being closed, we need to close the prefs quickly (otherwise we get a crash on Mac) levelpanwidget
2016-12-15 Chris Cannam Small OSX fixes levelpanwidget
2016-12-15 Chris Cannam Moving around some UI bits levelpanwidget
2016-12-14 Chris Cannam Merge from branch 3.0-integration levelpanwidget
2016-12-12 Chris Cannam Open record container folder instead of record folder (so you can see all existing recordings, no matter when they were made) 3.0-integration
2016-12-12 Chris Cannam Reopen the audio device directly when preference is changed 3.0-integration
2016-12-09 Chris Cannam Fixes to sample rate and latency handling bqresample
2016-12-09 Chris Cannam Some fixes to sample rate management bqresample
2016-12-05 Chris Cannam Merge from branch 3.0-integration levelpanwidget
2016-12-05 Chris Cannam Remove full-screen entry on OSX (#1759: SV's full-screen mode interacts badly with OSX full-screen mode) 3.0-integration
2016-12-05 Chris Cannam Start incorporating level-pan widgets levelpanwidget
2016-12-05 Chris Cannam Scale the sizes of a few more UI elements more-hidpi
2016-11-25 Chris Cannam Add Winnow as well subdivide-instants
2016-11-25 Chris Cannam Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do! subdivide-instants
2016-11-03 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-10-21 Chris Cannam Error reporting for Piper server startup piper
2016-10-18 Chris Cannam MSVC build fixes, and show 32/64-bit in About msvc2015_64
2016-08-15 Chris Cannam Patch from Fab Nicol to fix a problem with Recent Files menu: 3.0-integration
2016-04-27 Chris Cannam Update Qt copyright note 3.0-integration
2016-04-22 Chris Cannam Update subrepos 3.0-integration
2016-04-20 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
2016-04-15 Chris Cannam Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat pluginscan
2016-04-14 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-01-19 Chris Cannam Show warning to the user when plugin population has problems plugin-startup-test
2015-09-17 Chris Cannam Merge from branch "recording" 3.0-integration
2015-09-15 Chris Cannam Add audio record mode (option to replace session) and support for browsing to record directory recording
2015-08-20 Chris Cannam Check for audioIO as well as play target; + deployment bits 3.0-integration
2015-08-20 Chris Cannam Merge from branch recording 3.0-integration
2015-08-18 Chris Cannam OK, we can record -- sort of recording
2015-08-18 Chris Cannam Start stubbing in audio record recording
2015-08-04 Chris Cannam Merge from branch bqaudioio 3.0-integration
2015-07-24 Chris Cannam Merge from default branch 3.0-integration
2015-08-04 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
2015-07-14 alo removed imaf sliders imaf_enc
2015-07-13 Chris Cannam Make the play-speed dial settings much easier to understand and use (fixes #1328)
2015-06-26 Chris Cannam Merge from branch osx-retina 3.0-integration
2015-06-12 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
2015-06-10 Chris Cannam Merge from default branch osx-retina
2015-06-10 Chris Cannam Report error if transform fails (during operation, rather than at start as was already reported)
2015-05-22 Chris Cannam Add half-wave rectification option to Colour 3D Plot layer
2015-05-14 Chris Cannam Merge from branch scalable-icons osx-retina
2015-05-12 Chris Cannam Copyright date
2015-05-06 Chris Cannam Experiment with loading SVGs scalable-icons
2015-03-10 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2015-03-04 Chris Cannam Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualiser cxx11
2015-03-02 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 Windows
2015-01-16 Chris Cannam Fix arg in string
2014-12-04 Chris Cannam Quick hack at a multiplex option for transform input (see #1108)
2014-12-01 Chris Cannam Start work on unit converter
2014-09-10 Chris Cannam Pull across beta bits from prior beta branch 2.4beta2 sv_v2.4beta2
2014-09-09 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-03 Chris Cannam Fix dead code; fix previous fix to midi insertion logic
2014-09-03 Chris Cannam Return seems to work better than Enter here
2014-09-03 Chris Cannam Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)
2014-09-03 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)