log framework/Document.cpp @ 636:e2715204feaa fix-static-analysis

age author description
Mon, 26 Nov 2018 14:34:06 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:43 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Mon, 15 Oct 2018 15:50:39 +0100 Chris Cannam Further work on #1773 "Loading a session with features extracted from multiplexed inputs". Re-read the aggregate wave models from the session file; also re-order the way they are written so as to improve the likelihood of successfully re-reading them (! - as it stood before, there was some chance involved)
Mon, 18 Jun 2018 14:16:06 +0100 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)
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Mon, 27 Feb 2017 16:52:47 +0000 Chris Cannam Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
Mon, 27 Feb 2017 16:26:37 +0000 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.