log data/model/ModelDataTableModel.cpp @ 1858:14747f24ad04

age author description
Fri, 19 Jul 2019 16:10:00 +0100 Chris Cannam Correct some erroneous signal signatures
Wed, 03 Jul 2019 14:20:19 +0100 Chris Cannam Update to ModelId by-id
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
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.
Sat, 05 Nov 2016 10:40:22 +0000 Chris Cannam Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed) piper
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11