Mercurial > hg > svcore
log data/model/Model.h @ 1697:c077a97d055f single-point
age | author | description |
---|---|---|
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 |
Wed, 27 Mar 2019 11:26:06 +0000 | Chris Cannam | Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point |
Thu, 21 Mar 2019 11:35:30 +0000 | Chris Cannam | Work on start/end frame stuff to match API description single-point |
Tue, 05 Mar 2019 15:15:11 +0000 | Chris Cannam | Pull out the Point class, plus start testing NoteModel, plus actually add the tests... single-point |
Wed, 27 Feb 2019 12:31:12 +0000 | Chris Cannam | Fix compiler warnings |