log widgets/PropertyBox.cpp @ 654:f215fba963aa tonioni

age author description
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-02-11 Chris Cannam * experiment (does this improve layout on mac?)
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-28 Chris Cannam Various fixes:
2008-03-13 Chris Cannam * Fix #1628781 changes to layer visibility and mute should use a command
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-06 Chris Cannam * better default name for new colour (hi Craig!)
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-07-13 Chris Cannam * Restore Scale setting which had mistakenly disappeared from spectrum
2007-07-12 Chris Cannam * Add SingleColourLayer to manage colours for layers that have a single
2007-07-11 Chris Cannam * Add a colour database, and Add New Colour function to the colour combo
2007-07-04 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
2007-04-30 Chris Cannam * more compile warning fixes sv1-1.0rc1
2007-03-05 Chris Cannam * Add current value to context help for dials in property boxes, and update
2007-03-02 Chris Cannam * Make getPropertyRangeAndValue return the default separately from the current sv1-1.0pre1
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2007-02-01 Chris Cannam * Work on harmonising colour and scale ranges between types of layer
2007-01-26 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
2007-01-22 Chris Cannam * Allow user to activate a pane by clicking on the tab for its currently active
2007-01-19 Chris Cannam * Add large chunks of context help in the optional status bar
2007-01-05 Chris Cannam * Fix failure to reload play mute state correctly from session file
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-17 Chris Cannam * minor fixes to tooltip
2006-10-17 Chris Cannam * Make audio dial remember its more accurate mapped value as well as its
2006-10-16 Chris Cannam * Use RangeMappers in various places in plugin parameters, layer properties,
2006-10-11 Chris Cannam * Tidy up plugin parameter dialog by switching it to a simple constructor
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.