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