Mercurial > hg > svcore
log
age | author | description |
---|---|---|
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 |