log framework/Document.cpp @ 262:8a603a0840c8

age author description
2011-10-07 Chris Cannam Debug output only
2011-06-26 Chris Cannam Merge from branch "templating"
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-11 Chris Cannam When saving a session as a template, use the silent.wav placeholder instead of the main model templating
2010-10-24 Chris Cannam * Fix crash on document deletion (new session, or application exit) after loading session with alignments
2009-06-05 Chris Cannam * A few minor fixes to SliceLayer based on using it for slices of key plots
2009-02-27 Chris Cannam * remove some debug output sv-v1.5pre1
2009-02-24 Chris Cannam * rtmidi & activity updates
2009-02-24 Chris Cannam * more activity updates
2008-10-09 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
2008-10-09 Chris Cannam * Save/load of region models
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
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)