log data/model/SparseTimeValueModel.h @ 1708:29c6b3caefa9 single-point

age author description
2019-04-25 Chris Cannam Fix some compiler warnings single-point
2019-04-03 Chris Cannam m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is added single-point
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
2019-03-28 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-27 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-22 Chris Cannam Update TextModel single-point
2019-03-21 Chris Cannam Work on start/end frame stuff to match API description single-point
2019-03-20 Chris Cannam Start updating SparseOneDimensionalModel single-point
2019-03-20 Chris Cannam Test & fixes for getEventsStartingAt single-point
2019-03-20 Chris Cannam Fixes: completion should default to 100 (it never gets set if we aren't a transform target); events added to time-value model should be denied durations; forward the overspill and matching search functions single-point
2019-03-18 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-03-01 Chris Cannam Untabify
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build