Mercurial > hg > svapp
log framework/Document.h @ 616:7d3a6357ce64 avoid-pointer-keys
age | author | description |
---|---|---|
Mon, 13 Aug 2018 16:45:52 +0100 | Chris Cannam | Use model IDs avoid-pointer-keys |
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: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. |