log view/ViewManager.cpp @ 715:7169d08e9467 tonioni

age author description
2014-01-09 Chris Cannam Allow per-pane overrides for tool mode tonioni
2013-12-03 Chris Cannam Merge from default branch tonioni
2013-12-03 Chris Cannam Remove polling on play status, eliminating one source of idle wakeups (requires connection to playStatusChanged from callback play source)
2013-11-26 Chris Cannam Merge from default branch tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-07-12 Chris Cannam Merge from the default branch tonioni
2013-06-15 gyorgyf added NoteEdit tool mode tonioni
2013-05-16 Chris Cannam Fix bug that caused overview to jump back to its original position after moving on double-click sv_v2.1
2013-05-15 Chris Cannam Debug -- overview centre frame relocation is not currently working with qt5
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-07-25 mathieub Merge from branch "sonification" integration_library
2011-06-24 Chris Cannam Add playExampleNote route through view manager out to the audio play source sonification
2011-06-21 mathieub Add a new feature to allow users to toggle between minimal and full modes. This is done by hiding/showing the pane stack, menu actions, and toolbars. toggle
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-03-19 Chris Cannam * Fix crash when opening SV file when the audio data file can't be found
2009-02-24 Chris Cannam * more activity updates
2009-02-24 Chris Cannam * Add vestigial Activity Log
2008-06-12 Chris Cannam * Add more data-editor support to various models
2008-06-11 Chris Cannam * A bit more work on the data editor
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-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-11 Chris Cannam * a hack to try to prevent playback pointer bouncing back when playback starts sv1-v1.2pre4
2008-02-06 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
2008-02-06 Chris Cannam * Add pitch range in octaves, semitones and cents to the measurement rect
2007-12-18 Chris Cannam * Fix #1848191 double clicking on time instants causes move
2007-11-22 Chris Cannam * Some work on correct alignment when moving panes during playback
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-10-16 Chris Cannam * "Align mode"
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-08-09 Chris Cannam * continue to pick "new" colours for coloured layers even when all colours
2007-08-06 Chris Cannam * Add QuickTime file reader class -- totally untested, shouldn't even compile
2007-06-28 Chris Cannam * Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-03-08 Chris Cannam * Fix #1672407 confused by plugin-named files in cwd (or home?)
2007-03-07 Chris Cannam * More useful status bar text -- show the current play time and the extents of
2007-03-01 Chris Cannam * Rejig handling of scrolling views. Ensures, among other things, that playing
2007-01-19 Chris Cannam * Add large chunks of context help in the optional status bar
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-11-15 Chris Cannam * Add vertical zooming and snap-to-selection for OSC control;
2006-11-10 Chris Cannam * Update the main sv.prf for compatibility with Qt 4.2 qmake instead of
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.