log framework/Document.cpp @ 123:74dd55646f52

age author description
2008-04-30 Chris Cannam * Fix crash when aligning
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-13 Chris Cannam * Fix #1628781 changes to layer visibility and mute should use a command
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
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-02-06 Chris Cannam * More work on aligning copy/paste between layers. It's a surprisingly
2008-01-28 Chris Cannam * Ensure plugin version is updated when a transform is re-run using a newer
2008-01-24 Chris Cannam * More latency for PortAudio output
2008-01-24 Chris Cannam * Further model lifecycle fixes
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-30 Chris Cannam * Skip ID3 block when reading MP3 files (so long as ID3 support is included)
2007-11-29 Chris Cannam * Attempt to fix finding of file:/// URLs
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-28 Chris Cannam * Try to ensure alignment works correctly with MATCH plugin v1 as well as v2
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-11 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
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)