log main/MainWindow.cpp @ 1438:2879f30ae067 levelpanwidget

age author description
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