Mercurial > hg > svcore
log data/model/AlignmentModel.h @ 1707:8ce940f9e32b
age | author | description |
---|---|---|
Thu, 04 Apr 2019 11:15:43 +0100 | Chris Cannam | Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead |
Thu, 04 Apr 2019 11:15:43 +0100 | Chris Cannam | Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead single-point |
Thu, 28 Mar 2019 16:03:36 +0000 | Chris Cannam | Re-add the toDelimitedDataString stuff single-point |
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 |