log framework/SVFileReader.cpp @ 675:80aed2b914f6 3.3-stable

age author description
Thu, 04 Apr 2019 16:17:11 +0100 Chris Cannam Update so Document owns the alignment model's input aggregate model
Thu, 04 Apr 2019 11:16:29 +0100 Chris Cannam Update so Document owns the alignment model's input aggregate model, just as any other model single-point
Tue, 02 Apr 2019 14:32:57 +0100 Chris Cannam Avoid arbitrarily reordering models from file order on load single-point
Fri, 22 Mar 2019 17:49:23 +0000 Chris Cannam Use updated ImageModel single-point
Fri, 22 Mar 2019 11:05:29 +0000 Chris Cannam Use updated TextModel single-point
Thu, 21 Mar 2019 13:34:34 +0000 Chris Cannam Updates for SparseOneDimensionalModel in new API single-point
Tue, 19 Mar 2019 13:06:58 +0000 Chris Cannam Further updates for new API - but we still need some more support in the API itself single-point
Fri, 15 Mar 2019 14:24:46 +0000 Chris Cannam Update following RegionModel API change single-point
Thu, 14 Mar 2019 15:33:40 +0000 Chris Cannam Updates for single-point changes, including removal of FlexiNoteModel single-point
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
Thu, 18 Oct 2018 13:22:16 +0100 Chris Cannam Minor debug change
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)
Thu, 20 Sep 2018 11:45:37 +0100 Chris Cannam ZoomLevel fixes zoom
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
Tue, 28 Feb 2017 11:21:32 +0000 Chris Cannam Debug output
Thu, 23 Feb 2017 09:22:56 +0000 Chris Cannam Debug notes, tidying
Wed, 21 Dec 2016 14:02:29 +0000 Chris Cannam Don't load window size from session (#1769) 3.0-integration
Fri, 22 Jan 2016 13:39:45 +0000 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
Wed, 19 Aug 2015 17:03:31 +0100 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording
Mon, 20 Apr 2015 10:10:26 +0100 Chris Cannam Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform layer)
Tue, 31 Mar 2015 17:46:46 +0100 Chris Cannam When loading a session, do not import any layers for which the identified models can't be found tonioni
Tue, 31 Mar 2015 17:27:28 +0100 Chris Cannam Deactivate very verbose debug tonioni
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Wed, 03 Sep 2014 09:37:37 +0100 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
Wed, 02 Jul 2014 17:30:09 +0100 Chris Cannam Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag
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
Fri, 13 Jun 2014 13:51:17 +0100 Chris Cannam Merge tonioni