log widgets/PropertyBox.cpp @ 1310:cb51d061cc25 import-audio-data

age author description
2018-06-26 Chris Cannam Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)
2018-05-03 Chris Cannam Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines horizontal-scale
2018-03-01 Chris Cannam Untabify
2017-01-26 Chris Cannam Switch widget type to one that gets mouseover notifications
2016-12-20 Chris Cannam Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it 3.0-integration
2016-12-16 Chris Cannam Add swatches to colour map combo (optionally, as it turns out they are quite visually distracting) levelpanwidget
2016-12-16 Chris Cannam Introduce a colour map combo too. Doesn't yet have swatches levelpanwidget
2016-12-16 Chris Cannam Take advantage of the fact that a group layout is now always used, to simplify code levelpanwidget
2016-12-16 Chris Cannam Introduce colour combobox class, to replace ad-hoc code in property box levelpanwidget
2016-12-15 Chris Cannam Adjust spacing in property box levelpanwidget
2016-12-15 Chris Cannam An attempt to improve PropertyBox layout on the Mac. Make all rows consistent by always creating a group layout for each row, regardless of whether the item(s) in it are marked as grouped or not. levelpanwidget
2016-12-15 Chris Cannam Make play params area of property box look a bit better on OSX levelpanwidget
2016-12-15 Chris Cannam Moving around some UI bits levelpanwidget
2016-12-06 Chris Cannam Some work on play parameters and level controls in property box levelpanwidget
2016-12-06 Chris Cannam Switch to level-pan tool button in property box levelpanwidget
2016-12-05 Chris Cannam Introduce level-pan widget to property box levelpanwidget
2016-12-05 Chris Cannam Scale the sizes of a few more UI elements more-hidpi
2016-11-30 Chris Cannam Bigger colour swatches for bigger fonts 3.0-integration
2016-08-01 Chris Cannam Must set range mappers before default values -- the presence of a range mapper alters the way the default is set up spectrogram-minor-refactor
2016-04-20 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
2015-07-14 alo removed imaf sliders imaf_enc
2015-07-01 Chris Cannam Merge from branch osx-retina 3.0-integration
2015-06-30 Chris Cannam Use a more sensible min height for OS/X osx-retina
2015-06-30 Chris Cannam Tighten spacing around sides of property box on OS/X osx-retina
2015-06-26 Chris Cannam Merge from branch normalize_hybrid_option 3.0-integration
2015-03-10 Chris Cannam More type fixes cxx11
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-08-13 Chris Cannam This spacing works a bit better on the Mac (though not really well enough)
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2014-05-23 Chris Cannam Replace setCurrentText (which doesn't appear to exist in qt4) with setCurrentIndex tonioni
2014-05-07 Chris Cannam Restore selection of playback sample for note layers. Also default to new elecpiano clip. tony_integration
2014-03-11 Chris Cannam Merge from default branch tony_integration
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes)
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well. tonioni
2014-01-07 Chris Cannam Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin tonioni
2013-12-05 Chris Cannam Merge from default branch imaf_enc
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-11-26 Chris Cannam WS -> OS
2013-11-04 Chris Cannam Fix from Jesus Corral Garcia (panel with gain only appears when IM AF loaded) imaf_enc
2013-11-04 Chris Cannam Compile fix imaf_enc
2013-11-04 Chris Cannam IMAF load code from Jesus Corral Garcia imaf_enc
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.
2006-06-26 Chris Cannam * Some work on switching property box layout between one-box-per-pane
2006-06-19 Chris Cannam * Separate out window and FFT size variables. Not necessarily correct
2006-05-11 Chris Cannam * Add units repository, and unit property on time-value and note layers.
2006-05-03 Chris Cannam * Add property labels to property containers (so i18n() won't affect file format)
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
2006-03-30 Chris Cannam * Ensure plugin parameters for a transform are saved in the .sv file and
2006-03-23 Chris Cannam * Add icon for playback plugin edit button
2006-03-23 Chris Cannam * Add editing for auralisation plugin parameters and programs
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-20 Chris Cannam * update TODO, some tidying
2006-03-16 Chris Cannam * Add Insert Instant function in main window
2006-03-03 Chris Cannam * Fix a crash in PortAudio output for mono data
2006-03-03 Martin Gasser had to include <cmath> in some files to make it compile on the mac
2006-03-02 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
2006-02-20 Chris Cannam * Improvements to text layer editing, and implement file I/O for it
2006-02-20 Chris Cannam * Add TextModel and TextLayer types
2006-02-17 Chris Cannam * As previous commit
2006-02-17 Chris Cannam * Implement play mute, level and pan controls and a layer visibility control
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import