graph
- * Add [x] button to pane to quickly delete it2007-11-07, by Chris Cannam
- * FileSource -> default to showProgress = false2007-11-01, by Chris Cannam
- * Add Align button to main window; use it2007-10-25, by Chris Cannam
- * Some tidying up to handling of alignment; add alignment status label to2007-10-25, by Chris Cannam
- * Split MainWindow out into MainWindowBase (pane stack management, basic file2007-10-22, by Chris Cannam
- * RemoteFile -> FileSource2007-10-18, by Chris Cannam
- * Make RemoteFile far more pervasive, and use it for local files as well2007-10-18, by Chris Cannam
- * Make XmlExportable::toXml the function that is universally overridden (and2007-10-18, by Chris Cannam
- * Make drop behave more sensibly (replace current pane)2007-10-17, by Chris Cannam
- * "Align mode"2007-10-16, by Chris Cannam
- * Make View getStartFrame etc non-virtual for easier inlining2007-10-16, by Chris Cannam
- * Make it possible to drop audio files, layer files, session files and images2007-10-10, by Chris Cannam
- * Add Reset Counters... function2007-10-10, by Chris Cannam
- ...2007-10-09, by Chris Cannam
- * fix misbehaving apply-to-selection-only checkbox, fix default step size for2007-10-09, by Chris Cannam
- * Add labelling option for instants inserted through tapping (closes FR#1674184)2007-10-08, by Chris Cannam
- * Add image layer icon (from GIMP)2007-10-05, by Chris Cannam
- ...2007-10-05, by Chris Cannam
- * Add support for remote files to image layer2007-10-05, by Chris Cannam
- * More work on image layer display &c2007-10-05, by Chris Cannam
- * Phase 1 of an image layer.2007-10-04, by Chris Cannam
- * Change WaveFileModel API from getValues(start,end) to getData(start,count).2007-10-01, by Chris Cannam
- * Merge from sv-match-alignment branch (excluding alignment-specific document).2007-09-28, by Chris Cannam
- * Ensure labels and their pixmaps get redrawn properly2007-09-06, by Chris Cannam
- * Show colour swatch next to layer name in pane (if available)2007-09-05, by Chris Cannam
- * Layer tree view updating when visibility / audibility changed (and layers2007-08-16, by Chris Cannam
- ...2007-08-14, by Chris Cannam
- * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align2007-08-14, by Chris Cannam
- * missed this in last commit2007-08-13, by Chris Cannam
- * Better abbreviation modes for layer names in pane (and input model combo2007-08-10, by Chris Cannam
- * continue to pick "new" colours for coloured layers even when all colours2007-08-09, by Chris Cannam
- * Add QuickTime file reader class -- totally untested, shouldn't even compile2007-08-06, by Chris Cannam
- * dark background if necessary in key/mouse reference2007-07-16, by Chris Cannam
- * Restore Scale setting which had mistakenly disappeared from spectrum2007-07-13, by Chris Cannam
- * Add icon loader that automatically inverts icons where appropriate for2007-07-13, by Chris Cannam
- * Fix failure to auto-calculate bounds on time-value or note model loaded2007-07-12, by Chris Cannam
- * Add SingleColourLayer to manage colours for layers that have a single2007-07-12, by Chris Cannam
- * Fix failure to save vertical scale setting from time-value layer2007-07-11, by Chris Cannam
- * Add a colour database, and Add New Colour function to the colour combo2007-07-11, by Chris Cannam
- * threshold, show-peaks properties in spectrum2007-07-06, by Chris Cannam
- * Make it possible to "measure" a feature on the spectrogram by double-2007-07-05, by Chris Cannam
- * Add mouse actions to key and mouse reference dialog2007-07-05, by Chris Cannam
- * Add key reference window to Help menu (also needs mouse reference)2007-07-04, by Chris Cannam
- * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined2007-07-04, by Chris Cannam
- * add pitch label to spectrogram harmonic cursor as well2007-07-03, by Chris Cannam
- * Fix piano keyboard in spectrum, add pitch labels to frequency displays in2007-07-03, by Chris Cannam
- * Fix up and simplify the LayerTreeModel, removing a horrible memory leak2007-07-03, by Chris Cannam
- * attempt to ensure zoom-to-fit actually makes things fit (not obscured by2007-07-02, by Chris Cannam
- * avoid trying to calculate fft from incomplete decoded audio file in spectrum2007-07-02, by Chris Cannam
- * Fix centre line position2007-07-02, by Chris Cannam
- * proper (though ugly) handling of y coord for measure rects in scrollable layers2007-06-29, by Chris Cannam
- * highlight the nearest measurement rect2007-06-29, by Chris Cannam
- * Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts2007-06-28, by Chris Cannam
- ...2007-06-26, by Chris Cannam
- * save/reload measurements in session2007-06-26, by Chris Cannam
- * Use a command for adding layer measurements2007-06-26, by Chris Cannam
- * more on measurement tool -- pull out some logic from pane to layer &c2007-06-21, by Chris Cannam
- * more on measurement tool2007-06-21, by Chris Cannam
- * fixes to spectrum harmonic cursor etc2007-06-15, by Chris Cannam
- * few more measurement mode bits2007-06-15, by Chris Cannam
- ...2007-06-14, by Chris Cannam
- * more measurement tool stuff2007-06-14, by Chris Cannam
- * some more work on measurement tool, and refactor Pane::paintEvent2007-06-14, by Chris Cannam
- * a bit more work on measurement tool mode2007-06-14, by Chris Cannam
- * some beginnings of what will be measurement tool functionality2007-06-13, by Chris Cannam
- * Add logic for picking up the vertical scale from an underlying layer if2007-06-13, by Chris Cannam
- * Add a measurement mode tool -- no functionality yet2007-06-13, by Chris Cannam
- * Make shift+mousewheel scroll vertically (where applicable) and alt+mousewheel2007-06-13, by Chris Cannam
- * double-click in navigate mode relocates the centre frame (closing #1734854)2007-06-13, by Chris Cannam
- * bit of work on harmonic cursor in spectrum2007-06-11, by Chris Cannam
- * FFT: fix invalid write of normalisation factor in compact mode of disc cache2007-06-08, by Chris Cannam
- * don't store fft values scaled by fftsize/2; that's a special requirement2007-06-01, by Chris Cannam
- * minor usability fixes2007-05-18, by Chris Cannam
- * Fix #1712589 Reset button for thumbwheels not working properlysv1-v1.0 2007-05-04, by Chris Cannam
- * more compile warning fixessv1-1.0rc1 2007-04-30, by Chris Cannam
- * Fix many compile warnings, remove some debug output2007-04-30, by Chris Cannam
- ...2007-04-30, by Chris Cannam
- * Fix #1707133 osx right pane too narrow2007-04-27, by Chris Cannam
- * Fix #1706927 NaNs from plugin outputs should not be used2007-04-27, by Chris Cannam
- * Fix #1707650 refreshes not happening2007-04-27, by Chris Cannam
- ...2007-04-27, by Chris Cannam
- ...sv1-1.0pre4 2007-04-23, by Chris Cannam
- ...2007-04-23, by Chris Cannam
- ...2007-04-23, by Chris Cannam
- ...2007-04-23, by Chris Cannam
- * looks like this ugly OS/X hack is no longer necessary with more recent Qt2007-04-19, by Chris Cannam
- * fix crash2007-04-19, by Chris Cannam
- * Fix alignment of new pane added after play position has changed (but global2007-04-16, by Chris Cannam
- * Experiment with sizing the property stacks and using a frame on the overview2007-04-16, by Chris Cannam
- * Russian update from Alexandre, and a couple of i18n fixes2007-04-02, by Chris Cannam
- * doc updates2007-03-30, by Chris Cannam
- * Fix crash on startup on Windowssv1-1.0pre3 2007-03-15, by Chris Cannam
- * Grey out exporting entire pane as image if it will be too wide for QImage2007-03-15, by Chris Cannam
- * Add missing include2007-03-15, by Chris Cannam
- * Remove tip dialog for now. I don't like it enoughsv1-1.0pre2 2007-03-14, by Chris Cannam
- * updates to tip dialog2007-03-13, by Chris Cannam
- * Add scale to image2007-03-12, by Chris Cannam
- * Add basics of an Export Image File function2007-03-12, by Chris Cannam
- * Basic beginnings of what will become a tip-of-the-day dialog2007-03-09, by Chris Cannam
- * Fix #1672407 confused by plugin-named files in cwd (or home?)2007-03-08, by Chris Cannam
- * Add display of selection extents in status bar when dragging a selection2007-03-07, by Chris Cannam
- * More useful status bar text -- show the current play time and the extents of2007-03-07, by Chris Cannam
- * Add fuzzy interpolation option as an alternative to zero padding in2007-03-05, by Chris Cannam
- * Make the vertical scale a bit less thtoopid for many linear scale spectra2007-03-05, by Chris Cannam
- * Fix failure to update mapped value when setValue is called2007-03-05, by Chris Cannam
- * Add current value to context help for dials in property boxes, and update2007-03-05, by Chris Cannam
- * Inhibit making and displaying time selections in slice layers2007-03-05, by Chris Cannam
- * Make getPropertyRangeAndValue return the default separately from the currentsv1-1.0pre1 2007-03-02, by Chris Cannam
- * Update to use new vamp-hostsdk instead of vamp-sdk2007-03-02, by Chris Cannam
- * Fix overzealous cacheing in waveform layer that was leading to inaccurate2007-03-01, by Chris Cannam
- * Fix real-time plugin corruption when getLatency is called for some plugins2007-03-01, by Chris Cannam
- * Make audio file reader factory try for a reader based on the file's2007-03-01, by Chris Cannam
- * Rejig handling of scrolling views. Ensures, among other things, that playing2007-03-01, by Chris Cannam
- * Fix incorrect meter-scaling value for 0dB; some tidying2007-02-28, by Chris Cannam
- ...2007-02-27, by Chris Cannam
- * Further fixes for Vamp API change, and update to support API versioning2007-02-27, by Chris Cannam
- * Fixes for new Vamp API changes -- I think plugin parameters are not being2007-02-26, by Chris Cannam
- * ensure view cache is discarded when overlay level changes2007-02-26, by Chris Cannam
- * remove some debug and some obsolete moc file includes2007-02-26, by Chris Cannam
- * Fix occasional misplacement of zoom wheels2007-02-26, by Chris Cannam