log base/PropertyContainer.cpp @ 1886:f803d3c33f76 tip

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-03-01 Chris Cannam Untabify
2016-12-16 Chris Cannam Introduce a colour map combo too. Doesn't yet have swatches 3.0-integration
2014-09-12 Chris Cannam Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation) normalize_hybrid_option
2014-06-17 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
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
2009-01-16 Chris Cannam * fix some warnings, remove debug
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-07-11 Chris Cannam * Add a colour database, and Add New Colour function to the colour combo
2007-03-07 Chris Cannam * More useful status bar text -- show the current play time and the extents of
2007-03-02 Chris Cannam * Make getPropertyRangeAndValue return the default separately from the current sv1-1.0pre1
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-11-10 Chris Cannam * When adding a layer, make it the selected layer on that pane
2006-10-16 Chris Cannam * Use RangeMappers in various places in plugin parameters, layer properties,
2006-05-03 Chris Cannam * Add property labels to property containers (so i18n() won't affect file format)
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-17 Chris Cannam * Add menu for re-adding existing layers
2006-03-16 Chris Cannam * Add Insert Instant function in main window
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import