log

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 single-point
Wed, 03 Apr 2019 16:19:20 +0100 Chris Cannam Update tests for most recent changes single-point
Wed, 03 Apr 2019 16:04:03 +0100 Chris Cannam m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is added single-point
Wed, 03 Apr 2019 16:03:39 +0100 Chris Cannam Start ids at 0 - backward-compatibility makes testing easier single-point
Wed, 03 Apr 2019 16:03:18 +0100 Chris Cannam Restore always-on export of label even if empty - backward compatibility makes testing easier single-point
Fri, 29 Mar 2019 19:16:43 +0000 Chris Cannam Quick test with a peculiar transform size. I'm puzzled as to why we have 7 columns and not 6 single-point
Fri, 29 Mar 2019 19:16:11 +0000 Chris Cannam Fix error message which says the opposite of the truth single-point
Thu, 28 Mar 2019 16:03:36 +0000 Chris Cannam Re-add the toDelimitedDataString stuff single-point
Thu, 28 Mar 2019 13:37:09 +0000 Chris Cannam Make it possible to start queue without port (even when compiled in) single-point
Thu, 28 Mar 2019 11:55:02 +0000 Chris Cannam Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests. single-point
Thu, 28 Mar 2019 10:39:24 +0000 Chris Cannam Merge from branch osc-script single-point
Thu, 28 Mar 2019 10:39:02 +0000 Chris Cannam Write path points osc-script
Wed, 27 Mar 2019 16:06:35 +0000 Chris Cannam Ensure image & text models get the proper attribute names (which are not the same as the default event ones) osc-script
Wed, 27 Mar 2019 14:15:21 +0000 Chris Cannam Merge from branch single-point osc-script
Wed, 27 Mar 2019 14:13:32 +0000 Chris Cannam Remove no-longer-used model base classes 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:22 +0000 Chris Cannam Add getPointCount, used in debug mode by AlignmentModel single-point
Wed, 27 Mar 2019 11:26:06 +0000 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
Tue, 26 Mar 2019 14:34:21 +0000 Chris Cannam A bit more debug output osc-script
Tue, 26 Mar 2019 14:31:42 +0000 Chris Cannam Fix typo osc-script
Tue, 26 Mar 2019 14:30:14 +0000 Chris Cannam Debug output osc-script
Tue, 26 Mar 2019 14:28:58 +0000 Chris Cannam Debug output osc-script
Mon, 25 Mar 2019 15:48:16 +0000 Chris Cannam Toward running an OSC script in batch osc-script
Fri, 22 Mar 2019 17:49:10 +0000 Chris Cannam Update ImageModel single-point
Fri, 22 Mar 2019 13:32:09 +0000 Chris Cannam Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than that single-point
Fri, 22 Mar 2019 11:04:51 +0000 Chris Cannam Update TextModel single-point
Thu, 21 Mar 2019 13:33:30 +0000 Chris Cannam We do need haveTextLabels; restore it single-point
Thu, 21 Mar 2019 11:35:30 +0000 Chris Cannam Work on start/end frame stuff to match API description single-point
Wed, 20 Mar 2019 16:22:13 +0000 Chris Cannam Start updating SparseOneDimensionalModel single-point
Wed, 20 Mar 2019 15:45:52 +0000 Chris Cannam Forward the matching-event functions single-point