log data/model/WritableWaveFileModel.cpp @ 1731:601851995f4b by-id

age author description
Fri, 21 Jun 2019 13:37:00 +0100 Chris Cannam Introduce Model to ById by-id
Wed, 12 Jun 2019 13:45:47 +0100 Chris Cannam Emit signal when write completes
Wed, 27 Mar 2019 13:15:16 +0000 Chris Cannam Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady(). single-point
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis