log framework/Document.h @ 758:5b6655449ba6

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.
2014-11-21 Chris Cannam Emit a signal when alignment completes alignment_view
2014-11-20 Chris Cannam Make alignment using an external program asynchronous alignment_view
2014-11-14 Chris Cannam Start making it possible to get alignment from an external program (not wired up yet though) alignment_view
2014-06-16 Chris Cannam Cancel async layer creation in Tony when selection is changed during it tonioni
2014-04-01 Chris Cannam Restore dormancy with layer tonioni
2014-03-05 Chris Cannam Comment on layer ownership tonioni
2014-01-29 Chris Cannam Adapt additional models created during a transform so they can be returned through a callback in an async method tonioni
2013-12-02 Chris Cannam Enable multi-transform stuff through to here tonioni_multi_transform
2013-12-02 Chris Cannam Update to the multi-transform api in svcore tonioni_multi_transform
2013-04-13 gyorgyf cleanup tonioni
2013-04-13 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
2013-03-26 matthiasm added a new layer creator (not very nice though) tonioni
2011-05-11 Chris Cannam When saving a session as a template, use the silent.wav placeholder instead of the main model templating
2009-02-24 Chris Cannam * rtmidi & activity updates
2009-02-24 Chris Cannam * more activity updates
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-07 Chris Cannam * Make alignment plugin configurable through settings file, even though it
2008-01-28 Chris Cannam * Ensure plugin version is updated when a transform is re-run using a newer
2008-01-23 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
2008-01-23 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
2007-12-07 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
2007-11-07 Chris Cannam * Further naming change: Transformer -> ModelTransformer.
2007-11-05 Chris Cannam * Introduce new Transform class which contains data necessary to describe the
2007-11-02 Chris Cannam * Fix #1815930 new crash, just introduced!
2007-11-01 Chris Cannam * Remove alignment button altogether if no Match plugin installed.
2007-11-01 Chris Cannam * Fix availability of alignment button and relative align/solo button state
2007-10-25 Chris Cannam * Add Align button to main window; use it
2007-10-25 Chris Cannam * Add auto-alignment toggle to Document
2007-10-24 Chris Cannam * document -> framework (will not compile, path fixes not in yet)