log data/model/AlignmentModel.h @ 1772:57833933cc75

age author description
2019-07-12 Chris Cannam Work on management of alignment-related models by-id
2019-07-05 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
2019-06-26 Chris Cannam More on alignment models and paths by-id
2019-06-25 Chris Cannam More on AlignmentModel by-id
2019-06-25 Chris Cannam Some messing with Model and AlignmentModel by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-05-15 Chris Cannam Add error field to alignment model single-point
2019-04-24 Chris Cannam Merge from default branch single-point
2019-04-04 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
2019-04-04 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
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff 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
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-11-20 Chris Cannam Make alignment using an external program asynchronous
2014-11-14 Chris Cannam Provide access to local filename
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-22 Chris Cannam * More space and time efficient AlignmentModel
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).