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.
Wed, 16 Nov 2016 16:12:42 +0000 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types 3.0-integration
Mon, 15 Jun 2015 09:15:55 +0100 Chris Cannam Branch to test simple FFT model code alignment-simple
Wed, 10 Jun 2015 13:13:22 +0100 Chris Cannam Pass on signal from transform failure
Mon, 20 Apr 2015 09:21:32 +0100 Chris Cannam Merge from default branch alignment_view
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Fri, 21 Nov 2014 13:15:57 +0000 Chris Cannam Emit a signal when alignment completes alignment_view
Thu, 20 Nov 2014 15:46:19 +0000 Chris Cannam Make alignment using an external program asynchronous alignment_view
Thu, 20 Nov 2014 14:08:01 +0000 Chris Cannam User preference for alignment program alignment_view
Fri, 14 Nov 2014 17:24:40 +0000 Chris Cannam Start making it possible to get alignment from an external program (not wired up yet though) alignment_view
Fri, 14 Nov 2014 10:20:05 +0000 Chris Cannam Smoothing off for now alignment_view
Wed, 03 Sep 2014 09:27:04 +0100 Chris Cannam Fix uninitialised values
Fri, 25 Jul 2014 15:22:21 +0100 Chris Cannam Debug out
Wed, 18 Jun 2014 08:45:13 +0100 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
Tue, 17 Jun 2014 16:23:06 +0100 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
Mon, 16 Jun 2014 09:28:12 +0100 Chris Cannam Cancel async layer creation in Tony when selection is changed during it tonioni
Wed, 02 Apr 2014 18:22:41 +0100 Chris Cannam Make session file extension parameterisable, use .ton for Tony tonioni
Tue, 01 Apr 2014 13:27:44 +0100 Chris Cannam Restore dormancy with layer tonioni
Wed, 05 Mar 2014 09:45:10 +0000 Chris Cannam Need to call back on handler even when there are no additional layers (because it has not yet learned about the primary layers) tonioni
Wed, 29 Jan 2014 17:32:47 +0000 Chris Cannam Adapt additional models created during a transform so they can be returned through a callback in an async method tonioni
Mon, 02 Dec 2013 15:06:16 +0000 Chris Cannam Enable multi-transform stuff through to here tonioni_multi_transform
Mon, 02 Dec 2013 12:29:54 +0000 Chris Cannam Update to the multi-transform api in svcore tonioni_multi_transform
Tue, 26 Nov 2013 14:39:57 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 14:14:25 +0000 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings