log base/Preferences.cpp @ 1107:bead35921256 simple-fft-model

age author description
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
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
2015-02-18 Chris Cannam Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)
2014-06-13 Chris Cannam Add normalise preference and take it into account in WaveFileModel tonioni
2014-06-13 Chris Cannam For Tony, resample all audio to 44100 on load tonioni
2014-03-27 Chris Cannam Make octave numbering configurable, and change default to C4 = middle C
2011-07-20 mathieub Option added in the preference menu to be able to start the application in minimal mode toggle
2009-09-25 Chris Cannam * Add time display format preference
2009-02-06 Chris Cannam * Restore (better quality) y-axis interpolation in spectrogram
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 (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-13 Chris Cannam * Hanning -> Hann, less confusing
2008-02-06 Chris Cannam * Update remaining editable layers to support proper realignment on copy/paste
2008-01-28 Chris Cannam * Ensure plugin version is updated when a transform is re-run using a newer
2007-12-11 Chris Cannam * Make font size in panes configurable, with a smaller default
2007-10-05 Chris Cannam * Add support for remote files to image layer
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-07-11 Chris Cannam * Add a colour database, and Add New Colour function to the colour combo
2007-03-05 Chris Cannam * Add fuzzy interpolation option as an alternative to zero padding in
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-09-21 Chris Cannam * Add support for plugin classification using category files.
2006-09-21 Chris Cannam * Make resampler quality configurable
2006-08-03 Chris Cannam * Replace all uses of ConfigFile with QSettings
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-27 Chris Cannam * Change preferences dialog to ok/apply/cancel model
2006-07-24 Chris Cannam * Add frequency plot to window shape preference -- just because...
2006-07-21 Chris Cannam * Finish preferences dialog (as far as it's going at the moment) and connect it up
2006-07-20 Chris Cannam * start work on prefs dialog
2006-07-14 Chris Cannam * Various experiments in spectrogram colour scaling, etc. Nothing final
2006-07-12 Chris Cannam * Remove dependency on the actual stored object type in MatrixFile
2006-07-10 Chris Cannam * fledgling preferences stuff