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
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Remove anonymous namespace
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix multi-selection output line break issue, compare against end frame of last region.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Write failing test for multi-selection output - line break issue between regions.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Introduce overload of writeInChunks taking a MultiSelection. Simplifies the progress reporting.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix another occurrence of old name
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix typo of old name
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Implement progress reporting for multi-selection. Needs refactoring.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection)
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Add failing test for non zero selection start
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Initialise ProgressReporter member with default member initialiser
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Formatting and naming changes more in line with SV conventions.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Revert to adding a test case in the style of the existing file
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Remove some duplication and make use of utility function for writing in chunks to avoid memory growth.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Add constructor overload for using an optional ProgressReporter
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Added utility function for splitting a model selection into chunks and writing to a stream.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Already pre-allocated, don't push_back.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Fix namespace
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Untabify
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Introduce a TestHelper which contains boiler plate for running a suite of QtTest style objects. Stub CSVStreamWriter and test to integrate into build.
streaming-csv-writer
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Mon, 11 Dec 2017 09:28:40 +0000 |
Chris Cannam |
Rework canonicalisation so as to avoid theoretical possibility of integer overflow
|
Thu, 07 Dec 2017 13:33:30 +0000 |
Chris Cannam |
Fix fallthrough which bothered compiler
|
Mon, 09 Oct 2017 11:09:21 +0100 |
Chris Cannam |
Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
|
Mon, 09 Oct 2017 11:08:59 +0100 |
Chris Cannam |
Add overlooked fclose in error case
|
Thu, 31 Aug 2017 18:46:03 +0100 |
Chris Cannam |
Merge
|
Thu, 31 Aug 2017 18:45:17 +0100 |
Chris Cannam |
Avoid displaying negative zero
|
Thu, 20 Jul 2017 14:52:49 +0100 |
Chris Cannam |
Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.
|
Mon, 10 Jul 2017 14:23:19 +0100 |
Chris Cannam |
Merge from branch "scale-ticks"
|
Thu, 04 May 2017 19:20:24 +0100 |
Chris Cannam |
SVDEBUG, though it turns out not to be very useful
scale-ticks
|
Thu, 04 May 2017 15:37:43 +0100 |
Chris Cannam |
Rework log scale calculation, update to changed interface
scale-ticks
|
Thu, 04 May 2017 13:32:42 +0100 |
Chris Cannam |
We don't need to return the tick instruction gubbins
scale-ticks
|
Thu, 04 May 2017 13:19:57 +0100 |
Chris Cannam |
Another test, that needs some more work
scale-ticks
|
Thu, 04 May 2017 10:46:38 +0100 |
Chris Cannam |
After seeing them in action, I changed my mind about the wisdom of these trailing .0s
scale-ticks
|
Thu, 04 May 2017 10:14:56 +0100 |
Chris Cannam |
Add logarithmic ticks. This is getting complicated!
scale-ticks
|
Thu, 04 May 2017 08:53:00 +0100 |
Chris Cannam |
Tests now passing
scale-ticks
|
Thu, 04 May 2017 08:32:41 +0100 |
Chris Cannam |
Change loop to something that feels more correct, though it makes no difference to the tests here. More tests, one failing.
scale-ticks
|
Wed, 03 May 2017 18:26:26 +0100 |
Chris Cannam |
More tests & fixes
scale-ticks
|
Wed, 03 May 2017 18:06:48 +0100 |
Chris Cannam |
These tests now pass (in some cases by fixing the tests)
scale-ticks
|