log framework/Document.h @ 736:4b58b8f44be7

age author description
2019-07-18 Chris Cannam Restore/reimplement cancelAsyncLayerCreation - I had forgotten Tony uses it
2019-07-17 Chris Cannam Tidy by-id
2019-07-12 Chris Cannam Work on management of alignment-related models by-id
2019-07-05 Chris Cannam Update for removal of (public) getId from Model by-id
2019-07-03 Chris Cannam Toward updating Document for ModelById by-id
2019-06-13 Chris Cannam Defer alignment for recorded audio until recording is complete
2019-05-17 Chris Cannam Provide facility to re-align models tuning-difference
2019-04-02 Chris Cannam Make layer order in document also stable on file load/save single-point
2019-04-02 Chris Cannam Retain models in registration order, to assist in getting stable file format in load/save single-point
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-08-13 Chris Cannam Use model IDs avoid-pointer-keys
2018-06-18 Chris Cannam Avoid setting the session file path when loading an incomplete document, so that the default-file save-on-exit and File->Save are not activated (to avoid losing references to unfound audio files)
2018-03-01 Chris Cannam Untabify
2017-02-27 Chris Cannam Store aggregate models in the document and release them when they are invalidated (because their components have been released). They're no longer leaked, but we still don't save them in the session file.