log framework/MainWindowBase.h @ 284:472bc9c4dd8f qt5

age author description
2012-11-16 Chris Cannam Move member that is initialised in subclass down to that subclass
2012-07-02 Chris Cannam Add canReplaceMainAudio indicator signal sv_v2.0
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2011-10-17 Chris Cannam Add setDefaultSessionTemplate
2011-05-23 Chris Cannam Pull the default session template directly from settings, instead of storing it templating
2011-05-17 Chris Cannam Split out openSessionTemplate with template name argument rather than FileSource templating
2011-05-11 Chris Cannam Break out openSessionTemplate into its own method, so as to ensure it doesn't do any of that stuff like setting the session save path or last loaded-from location templating
2011-05-11 Chris Cannam When saving a session as a template, use the silent.wav placeholder instead of the main model templating
2011-05-10 Chris Cannam Add saveSessionTemplate method templating
2011-05-09 Chris Cannam Store default template name in MainWindowBase templating
2011-04-27 Chris Cannam Add ReplaceSession open mode for audio files, which discards the session templating
2011-02-04 Chris Cannam * Add Paste at Playback Position function
2010-10-25 Chris Cannam Merge
2010-10-24 Chris Cannam * Add function to toggle all time ruler display on and off at once
2010-10-15 Dan Stowell MainWindowBase::openAudio gets a template argument, loaded from a qt resource if exists templating
2009-10-22 Chris Cannam * Layer data editor window: fix sorting for columns in region model, sv-v1.7.1
2009-09-28 Chris Cannam * Add "Insert Item at Selection" (wording could be improved!)
2009-08-27 Chris Cannam * Offer the user a chance to answer our survey (only once, and only after
2009-03-27 Chris Cannam * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
2009-03-19 Chris Cannam * Avoid resizing the window on file load to larger than the available screen
2009-03-03 Chris Cannam * "ffwd-similar"
2009-02-27 Chris Cannam * Activity log updates
2009-02-26 Chris Cannam * Handle zero-velocity note ons as well as note offs (can't believe I
2009-02-25 Chris Cannam * Somewhat better MIDI-based time instant timing
2009-02-24 Chris Cannam * rtmidi & activity updates
2009-02-23 Chris Cannam * Wire up MIDI input port (as far as printing a message when an event comes
2008-12-05 Chris Cannam * Improvements to importer feedback dialogs and suchlike
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-28 Chris Cannam * Much more sensible pane layouts, etc., when loading RDF; also offer
2008-11-21 Chris Cannam * Make it possible to import an entire session from an RDF document.
2008-07-07 Chris Cannam * Reduce time stretcher to one channel when overload occurs
2008-06-18 Chris Cannam * Add playback controls to data edit dialog
2008-06-13 Chris Cannam * Add audio device selection to preferences
2008-06-11 Chris Cannam * A bit more work on the data editor
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-03-11 Chris Cannam * (failed) attempt to hide splash screen when error occurs on startup
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-01-23 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
2007-12-11 Chris Cannam * Make font size in panes configurable, with a smaller default
2007-11-07 Chris Cannam * Add [x] button to pane to quickly delete it
2007-11-07 Chris Cannam * Further naming change: Transformer -> ModelTransformer.
2007-11-05 Chris Cannam * Introduce new Transform class which contains data necessary to describe the
2007-10-24 Chris Cannam * Fix build (document -> framework renaming)
2007-10-24 Chris Cannam * document -> framework (will not compile, path fixes not in yet)