log layer/LayerFactory.cpp @ 1128:4e022a3e567b spectrogram-minor-refactor

age author description
2015-10-20 Chris Cannam Fix embarrassing failure to reload Note layers
2015-05-14 Chris Cannam Fix #1220 Flexi-note layer appears in Layers menu
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2014-06-03 Chris Cannam Restore commit:6a8d922f991d which was apparently reverted in error as commit:c2291e22bf0c
2014-05-22 matthiasm implemented move by one note (replacing big jumps left/right) tonioni
2014-04-02 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
2013-11-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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 put the FlexiNote layer before the note layer to see what happens -- not much tonioni
2013-03-26 matthiasm added references to new layer type FlexiNoteLayer and corresponding FlexiNoteModel tonioni
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
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
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-06 Chris Cannam * Update remaining editable layers to support proper realignment on copy/paste
2008-01-23 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
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-10-04 Chris Cannam * Phase 1 of an image layer.
2007-04-27 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used
2007-01-26 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
2006-10-05 Chris Cannam * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-27 Chris Cannam * Change preferences dialog to ok/apply/cancel model
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-03-15 Chris Cannam * Restore proper channel selection support for new layers
2006-03-13 Chris Cannam * Use commands for add/delete pane in main window
2006-03-02 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
2006-02-22 Chris Cannam * Make the frequency estimation mode in the spectrogram layer actually useful,
2006-02-20 Chris Cannam * Add TextModel and TextLayer types
2006-02-10 Chris Cannam * Add the Note layer for pianoroll-type display of note-type data
2006-01-26 Chris Cannam * Add ability to create empty layers for editing
2006-01-19 Chris Cannam * Rework handling of layer properties in file I/O -- we now get the individual
2006-01-13 Chris Cannam * Session file save, and the skeleton of session file load.
2006-01-12 Chris Cannam * Beginnings of session save code
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import