log

age author description
2018-05-02 Chris Cannam Simpler & more consistent log scale tick calculation horizontal-scale
2018-05-02 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
2018-04-24 Chris Cannam Note about Q_OBJECT and lupdate
2018-04-24 Chris Cannam Some messing around with profiling
2018-04-24 Chris Cannam Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)
2018-04-23 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-17 Chris Cannam Fix compiler warnings
2018-04-17 Chris Cannam Merge from branch streaming-csv-writer
2018-04-17 Chris Cannam For sparse models, write whole model to CSV in one go streaming-csv-writer
2018-04-17 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 Chris Cannam Merge from default branch streaming-csv-writer
2018-04-17 Lucas Thompson 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 Lucas Thompson Remove anonymous namespace streaming-csv-writer
2018-04-17 Lucas Thompson Fix multi-selection output line break issue, compare against end frame of last region. streaming-csv-writer
2018-04-17 Lucas Thompson Write failing test for multi-selection output - line break issue between regions. streaming-csv-writer
2018-04-17 Lucas Thompson Introduce overload of writeInChunks taking a MultiSelection. Simplifies the progress reporting. streaming-csv-writer
2018-04-17 Lucas Thompson Fix another occurrence of old name streaming-csv-writer
2018-04-17 Lucas Thompson Fix typo of old name streaming-csv-writer
2018-04-17 Lucas Thompson Implement progress reporting for multi-selection. Needs refactoring. streaming-csv-writer
2018-04-17 Lucas Thompson Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection) streaming-csv-writer
2018-04-17 Lucas Thompson Add failing test for non zero selection start streaming-csv-writer
2018-04-17 Lucas Thompson Initialise ProgressReporter member with default member initialiser streaming-csv-writer
2018-04-17 Lucas Thompson Formatting and naming changes more in line with SV conventions. streaming-csv-writer
2018-04-17 Lucas Thompson Revert to adding a test case in the style of the existing file streaming-csv-writer
2018-04-17 Lucas Thompson Remove some duplication and make use of utility function for writing in chunks to avoid memory growth. streaming-csv-writer
2018-04-17 Lucas Thompson Add constructor overload for using an optional ProgressReporter streaming-csv-writer
2018-04-17 Lucas Thompson Added utility function for splitting a model selection into chunks and writing to a stream. streaming-csv-writer
2018-04-17 Lucas Thompson Already pre-allocated, don't push_back. streaming-csv-writer