log data/model/Model.cpp @ 1331:576be7933ec7 3.0-integration

age author description
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-11-20 Chris Cannam Avoid crash when setting alignment to 0
2014-07-25 Chris Cannam Debug output stuff
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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-12-08 Chris Cannam * Ensure SimpleSPARQLQuery stores an error string properly when query sv-v1.4rc1
2008-12-08 Chris Cannam * Ensure text models are exported with text properties in RDF, and
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-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 * More work on aligning copy/paste between layers. It's a surprisingly
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-23 Chris Cannam * Add Erase tool and mode
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-08-14 Chris Cannam * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.