graph
- Avoid reporting failure when everything in fact succeeded!checker_errorcode 2018-08-30, by Chris Cannam
- Use error codes from checker to format our own translatable error reportchecker_errorcode 2018-08-29, by Chris Cannam
- Provide model idavoid-pointer-keys 2018-08-13, by Chris Cannam
- Merge2018-08-13, by Chris Cannam
- Tidy up debug output2018-08-13, by Chris Cannam
- Fix incorrect path variable!2018-08-13, by Chris Cannam
- Avoid crashing if an effects plugin can't be instantiated and so the output vector is empty in the transformer's run() method2018-08-13, by Chris Cannam
- Couple of include guards2018-08-13, by Chris Cannam
- Remove some debug output2018-08-09, by Chris Cannam
- Call updateModel as wellimport-audio-data 2018-06-29, by Chris Cannam
- Ensure first progress update happens at startimport-audio-data 2018-06-29, by Chris Cannam
- Support progress reporter for data file loadsimport-audio-data 2018-06-29, by Chris Cannam
- Correct channel indexingimport-audio-data 2018-06-28, by Chris Cannam
- Call writeComplete on wave file modelimport-audio-data 2018-06-28, by Chris Cannam
- Add wave model as possible target for CSV importimport-audio-data 2018-06-28, by Chris Cannam
- Round the zero-point value -- won't make a difference for longer fader widgets, but it's convenient for the level-pan widget when we have 0-10 and want zero at 8 rather than 72018-06-25, by Chris Cannam
- Some SVCERRs2018-06-21, by Chris Cannam
- Fix DOS line endings2018-06-12, by Chris Cannam
- Fix for older Qt version2018-06-12, by Chris Cannam
- Merge from branch plugin-path-config2018-06-11, by Chris Cannam
- Record path associated with first helper found for a plugin, not last (so native helper in preference to 32-bit helper). Also more debug outputplugin-path-config 2018-06-11, by Chris Cannam
- Switch to using KnownPlugins as the info sourceplugin-path-config 2018-06-08, by Chris Cannam
- Environment variable lookup fixes, & use this implementation throughoutplugin-path-config 2018-06-08, by Chris Cannam
- Smaller test!plugin-path-config 2018-06-07, by Chris Cannam
- Get an expected valueplugin-path-config 2018-06-07, by Chris Cannam
- Setenv is nicer hereplugin-path-config 2018-06-07, by Chris Cannam
- Environment var tests (beginnings of)plugin-path-config 2018-06-07, by Chris Cannam
- Add provisional utf-8 getenv/putenv implementationsplugin-path-config 2018-06-07, by Chris Cannam
- Update for checker API changeplugin-path-config 2018-06-06, by Chris Cannam
- Provide means of getting the initial environment valuesplugin-path-config 2018-06-04, by Chris Cannam
- Add class to get/set/remember the plugin path for each plugin typeplugin-path-config 2018-05-25, by Chris Cannam
- Avoid compiler warning2018-05-24, by Chris Cannam
- Remove debug again2018-05-17, by Chris Cannam
- Ha!2018-05-17, by Chris Cannam
- Commit some extra debug, trying to narrow down Travis failure case2018-05-17, by Chris Cannam
- Make all eps the same (hoping to fix the test that only fails in Travis)2018-05-16, by Chris Cannam
- Restore m_extendTo, which is needed for Tony2018-05-15, by Chris Cannam
- Fix some compiler warnings2018-05-15, by Chris Cannam
- Add getPluginLibraryPath throughout, in order to provide diagnostic about which plugins were loaded from where2018-05-11, by Chris Cannam
- Tidy up rounding + tests2018-05-10, by Chris Cannam
- Round very close-to-zero values to zero - makes tests pass on this 32-bit machine2018-05-04, by Chris Cannam
- Merge from branch horizontal-scale2018-05-03, by Chris Cannam
- Simpler & more consistent log scale tick calculationhorizontal-scale 2018-05-02, by Chris Cannam
- Fixes to logarithmic scale tick intervals. The approach here is not right, though -- and I've left in a failing test or two to remind me of thathorizontal-scale 2018-05-02, by Chris Cannam
- Note about Q_OBJECT and lupdate2018-04-24, by Chris Cannam
- Some messing around with profiling2018-04-24, by Chris Cannam
- Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)2018-04-24, by Chris Cannam
- The use of the begin/end pairs here just seems to cause too many rows to be deleted (from the visual representation, not the underlying model). Things apparently work better if we just modify the underlying model and let the change signals percolate back up again. To that end, update the change handlers so as to cover their proper ranges with dataChanged signals.2018-04-23, by Chris Cannam
- Fix compiler warnings2018-04-17, by Chris Cannam
- Merge from branch streaming-csv-writer2018-04-17, by Chris Cannam
- For sparse models, write whole model to CSV in one gostreaming-csv-writer 2018-04-17, by Chris Cannam
- Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)streaming-csv-writer 2018-04-17, by Chris Cannam
- Merge from default branchstreaming-csv-writer 2018-04-17, by Chris Cannam
- Add failing test case for writing a sparse model. Partially handle some of the related issues with line-breaks.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Remove anonymous namespacestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix multi-selection output line break issue, compare against end frame of last region.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Write failing test for multi-selection output - line break issue between regions.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Introduce overload of writeInChunks taking a MultiSelection. Simplifies the progress reporting.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix another occurrence of old namestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix typo of old namestreaming-csv-writer 2018-04-17, by Lucas Thompson