Thu, 07 Jun 2018 16:40:28 +0100 |
Chris Cannam |
Get an expected value
plugin-path-config
|
Thu, 07 Jun 2018 16:39:58 +0100 |
Chris Cannam |
Setenv is nicer here
plugin-path-config
|
Thu, 07 Jun 2018 16:18:42 +0100 |
Chris Cannam |
Environment var tests (beginnings of)
plugin-path-config
|
Thu, 07 Jun 2018 15:35:04 +0100 |
Chris Cannam |
Add provisional utf-8 getenv/putenv implementations
plugin-path-config
|
Wed, 06 Jun 2018 15:55:34 +0100 |
Chris Cannam |
Update for checker API change
plugin-path-config
|
Mon, 04 Jun 2018 15:43:27 +0100 |
Chris Cannam |
Provide means of getting the initial environment values
plugin-path-config
|
Fri, 25 May 2018 16:04:42 +0100 |
Chris Cannam |
Add class to get/set/remember the plugin path for each plugin type
plugin-path-config
|
Thu, 24 May 2018 16:30:55 +0100 |
Chris Cannam |
Avoid compiler warning
|
Thu, 17 May 2018 14:25:58 +0100 |
Chris Cannam |
Remove debug again
|
Thu, 17 May 2018 12:07:21 +0100 |
Chris Cannam |
Ha!
|
Thu, 17 May 2018 11:33:33 +0100 |
Chris Cannam |
Commit some extra debug, trying to narrow down Travis failure case
|
Wed, 16 May 2018 15:47:16 +0100 |
Chris Cannam |
Make all eps the same (hoping to fix the test that only fails in Travis)
|
Tue, 15 May 2018 15:50:40 +0100 |
Chris Cannam |
Restore m_extendTo, which is needed for Tony
|
Tue, 15 May 2018 11:03:49 +0100 |
Chris Cannam |
Fix some compiler warnings
|
Fri, 11 May 2018 14:11:04 +0100 |
Chris Cannam |
Add getPluginLibraryPath throughout, in order to provide diagnostic about which plugins were loaded from where
|
Thu, 10 May 2018 10:12:13 +0100 |
Chris Cannam |
Tidy up rounding + tests
|
Fri, 04 May 2018 14:05:41 +0100 |
Chris Cannam |
Round very close-to-zero values to zero - makes tests pass on this 32-bit machine
|
Thu, 03 May 2018 15:24:06 +0100 |
Chris Cannam |
Merge from branch horizontal-scale
|
Wed, 02 May 2018 15:42:36 +0100 |
Chris Cannam |
Simpler & more consistent log scale tick calculation
horizontal-scale
|
Wed, 02 May 2018 14:17:10 +0100 |
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 that
horizontal-scale
|
Tue, 24 Apr 2018 15:02:54 +0100 |
Chris Cannam |
Note about Q_OBJECT and lupdate
|
Tue, 24 Apr 2018 14:13:51 +0100 |
Chris Cannam |
Some messing around with profiling
|
Tue, 24 Apr 2018 10:01:34 +0100 |
Chris Cannam |
Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)
|
Mon, 23 Apr 2018 16:03:35 +0100 |
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.
|
Tue, 17 Apr 2018 10:54:48 +0100 |
Chris Cannam |
Fix compiler warnings
|
Tue, 17 Apr 2018 10:52:06 +0100 |
Chris Cannam |
Merge from branch streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:50 +0100 |
Chris Cannam |
For sparse models, write whole model to CSV in one go
streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:15 +0100 |
Chris Cannam |
Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)
streaming-csv-writer
|
Tue, 17 Apr 2018 10:35:42 +0100 |
Chris Cannam |
Merge from default branch
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:51 +0100 |
Lucas Thompson |
Add failing test case for writing a sparse model. Partially handle some of the related issues with line-breaks.
streaming-csv-writer
|