graph
- Update tests for most recent changessingle-point 2019-04-03, by Chris Cannam
- m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is addedsingle-point 2019-04-03, by Chris Cannam
- Start ids at 0 - backward-compatibility makes testing easiersingle-point 2019-04-03, by Chris Cannam
- Restore always-on export of label even if empty - backward compatibility makes testing easiersingle-point 2019-04-03, by Chris Cannam
- Quick test with a peculiar transform size. I'm puzzled as to why we have 7 columns and not 6single-point 2019-03-29, by Chris Cannam
- Fix error message which says the opposite of the truthsingle-point 2019-03-29, by Chris Cannam
- Re-add the toDelimitedDataString stuffsingle-point 2019-03-28, by Chris Cannam
- Make it possible to start queue without port (even when compiled in)single-point 2019-03-28, by 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 2019-03-28, by Chris Cannam
- Merge from branch osc-scriptsingle-point 2019-03-28, by Chris Cannam
- Write path pointsosc-script 2019-03-28, by Chris Cannam
- Ensure image & text models get the proper attribute names (which are not the same as the default event ones)osc-script 2019-03-27, by Chris Cannam
- Merge from branch single-pointosc-script 2019-03-27, by Chris Cannam
- Remove no-longer-used model base classessingle-point 2019-03-27, by 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 2019-03-27, by Chris Cannam
- Add getPointCount, used in debug mode by AlignmentModelsingle-point 2019-03-27, by Chris Cannam