log layer/LayerFactory.cpp @ 922:26da827e8fb5 tonioni

age author description
Tue, 17 Jun 2014 15:18:06 +0100 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
Tue, 03 Jun 2014 11:10:52 +0100 Chris Cannam Restore commit:6a8d922f991d which was apparently reverted in error as commit:c2291e22bf0c
Thu, 22 May 2014 17:49:58 +0100 matthiasm implemented move by one note (replacing big jumps left/right) tonioni
Wed, 02 Apr 2014 21:50:04 +0100 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
Tue, 26 Nov 2013 14:38:48 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 14:11:04 +0000 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
Tue, 26 Nov 2013 14:06:40 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Sat, 13 Apr 2013 15:36:54 +0100 gyorgyf cleanup tonioni
Sat, 13 Apr 2013 13:39:17 +0100 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
Tue, 26 Mar 2013 20:14:08 +0000 matthiasm put the FlexiNote layer before the note layer to see what happens -- not much tonioni
Tue, 26 Mar 2013 14:46:06 +0000 matthiasm added references to new layer type FlexiNoteLayer and corresponding FlexiNoteModel tonioni
Tue, 14 Jun 2011 15:27:05 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:25 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:43 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 18 Sep 2008 16:08:14 +0000 Chris Cannam * Add region model and layer; improve assignment of model types to
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Wed, 06 Feb 2008 14:15:09 +0000 Chris Cannam * Update remaining editable layers to support proper realignment on copy/paste
Wed, 23 Jan 2008 15:43:27 +0000 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
Wed, 28 Nov 2007 17:45:37 +0000 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
Sun, 11 Nov 2007 20:31:12 +0000 Chris Cannam * Pass StorageAdviser::Criteria into FFTModel constructor etc
Fri, 09 Nov 2007 17:46:58 +0000 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
Thu, 04 Oct 2007 16:34:11 +0000 Chris Cannam * Phase 1 of an image layer.
Fri, 27 Apr 2007 15:39:48 +0000 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used
Fri, 26 Jan 2007 16:59:57 +0000 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
Thu, 05 Oct 2006 11:03:06 +0000 Chris Cannam * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
Fri, 04 Aug 2006 17:01:37 +0000 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.
Thu, 27 Jul 2006 16:06:32 +0000 Chris Cannam * Change preferences dialog to ok/apply/cancel model
Fri, 12 May 2006 14:40:43 +0000 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
Mon, 20 Mar 2006 15:10:07 +0000 Chris Cannam * Update licensing rubric for GPL
Mon, 20 Mar 2006 11:40:39 +0000 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
Wed, 15 Mar 2006 18:11:23 +0000 Chris Cannam * Restore proper channel selection support for new layers
Mon, 13 Mar 2006 17:55:19 +0000 Chris Cannam * Use commands for add/delete pane in main window
Thu, 02 Mar 2006 16:58:49 +0000 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
Wed, 22 Feb 2006 17:45:18 +0000 Chris Cannam * Make the frequency estimation mode in the spectrogram layer actually useful,
Mon, 20 Feb 2006 13:33:36 +0000 Chris Cannam * Add TextModel and TextLayer types
Fri, 10 Feb 2006 17:51:36 +0000 Chris Cannam * Add the Note layer for pianoroll-type display of note-type data
Thu, 26 Jan 2006 16:15:40 +0000 Chris Cannam * Add ability to create empty layers for editing
Thu, 19 Jan 2006 12:54:38 +0000 Chris Cannam * Rework handling of layer properties in file I/O -- we now get the individual
Fri, 13 Jan 2006 18:05:07 +0000 Chris Cannam * Session file save, and the skeleton of session file load.
Thu, 12 Jan 2006 17:19:08 +0000 Chris Cannam * Beginnings of session save code
Thu, 12 Jan 2006 13:45:27 +0000 Chris Cannam * Update copyrights to 2006
Tue, 10 Jan 2006 16:33:16 +0000 Chris Cannam initial import