log data/model/Model.cpp @ 1772:57833933cc75

age author description
2019-07-18 Chris Cannam Ensure the right model ID gets sent with the signal for alignment changes
2019-07-12 Chris Cannam Work on management of alignment-related models by-id
2019-07-07 Chris Cannam Fix signal spec by-id
2019-07-05 Chris Cannam Tidy 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 Some work on models and transformers by-id
2019-06-25 Chris Cannam Some messing with Model and AlignmentModel by-id
2019-06-21 Chris Cannam Introduce Model to ById by-id
2019-05-01 Chris Cannam Ensure a self-alignment is always reported as complete, since there is nothing to calculate 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 Merge from branch single-point osc-script
2019-03-27 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
2019-03-26 Chris Cannam A bit more debug output osc-script
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-01 Chris Cannam Debug bits
2018-08-13 Chris Cannam Provide model id avoid-pointer-keys
2018-03-01 Chris Cannam Untabify
2017-02-22 Chris Cannam Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
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 Avoid crash when setting alignment to 0
2014-07-25 Chris Cannam Debug output stuff
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2008-12-08 Chris Cannam * Ensure SimpleSPARQLQuery stores an error string properly when query sv-v1.4rc1
2008-12-08 Chris Cannam * Ensure text models are exported with text properties in RDF, and
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-13 Chris Cannam * Fix #1628781 changes to layer visibility and mute should use a command
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-06 Chris Cannam * More work on aligning copy/paste between layers. It's a surprisingly
2008-01-23 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-08-14 Chris Cannam * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.