log view/Pane.cpp @ 320:984c1975f1ff

age author description
Thu, 25 Oct 2007 14:32:23 +0000 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
Thu, 18 Oct 2007 10:15:07 +0000 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
Wed, 10 Oct 2007 15:18:02 +0000 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
Fri, 28 Sep 2007 13:56:38 +0000 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
Thu, 06 Sep 2007 15:17:35 +0000 Chris Cannam * Ensure labels and their pixmaps get redrawn properly
Wed, 05 Sep 2007 15:17:15 +0000 Chris Cannam * Show colour swatch next to layer name in pane (if available)
Fri, 10 Aug 2007 16:36:50 +0000 Chris Cannam * Better abbreviation modes for layer names in pane (and input model combo
Fri, 13 Jul 2007 15:54:17 +0000 Chris Cannam * Restore Scale setting which had mistakenly disappeared from spectrum
Thu, 12 Jul 2007 16:14:59 +0000 Chris Cannam * Add SingleColourLayer to manage colours for layers that have a single
Thu, 05 Jul 2007 15:36:37 +0000 Chris Cannam * Make it possible to "measure" a feature on the spectrogram by double-
Thu, 05 Jul 2007 11:07:01 +0000 Chris Cannam * Add mouse actions to key and mouse reference dialog
Wed, 04 Jul 2007 15:29:16 +0000 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
Tue, 03 Jul 2007 12:46:18 +0000 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
Mon, 02 Jul 2007 14:58:34 +0000 Chris Cannam * attempt to ensure zoom-to-fit actually makes things fit (not obscured by
Mon, 02 Jul 2007 13:04:17 +0000 Chris Cannam * Fix centre line position
Fri, 29 Jun 2007 13:58:08 +0000 Chris Cannam * highlight the nearest measurement rect
Tue, 26 Jun 2007 14:57:29 +0000 Chris Cannam ...
Tue, 26 Jun 2007 11:08:21 +0000 Chris Cannam * Use a command for adding layer measurements
Thu, 21 Jun 2007 16:12:00 +0000 Chris Cannam * more on measurement tool -- pull out some logic from pane to layer &c
Thu, 21 Jun 2007 14:05:23 +0000 Chris Cannam * more on measurement tool
Fri, 15 Jun 2007 12:55:16 +0000 Chris Cannam * few more measurement mode bits
Thu, 14 Jun 2007 20:57:01 +0000 Chris Cannam ...
Thu, 14 Jun 2007 17:03:16 +0000 Chris Cannam * more measurement tool stuff
Thu, 14 Jun 2007 16:28:27 +0000 Chris Cannam * some more work on measurement tool, and refactor Pane::paintEvent
Thu, 14 Jun 2007 15:20:49 +0000 Chris Cannam * a bit more work on measurement tool mode
Wed, 13 Jun 2007 13:44:19 +0000 Chris Cannam * some beginnings of what will be measurement tool functionality
Wed, 13 Jun 2007 12:41:19 +0000 Chris Cannam * Add logic for picking up the vertical scale from an underlying layer if
Wed, 13 Jun 2007 12:00:01 +0000 Chris Cannam * Add a measurement mode tool -- no functionality yet
Wed, 13 Jun 2007 10:27:39 +0000 Chris Cannam * Make shift+mousewheel scroll vertically (where applicable) and alt+mousewheel
Wed, 13 Jun 2007 09:19:33 +0000 Chris Cannam * double-click in navigate mode relocates the centre frame (closing #1734854)
Mon, 30 Apr 2007 13:36:23 +0000 Chris Cannam * Fix many compile warnings, remove some debug output
Fri, 27 Apr 2007 14:35:04 +0000 Chris Cannam * Fix #1707650 refreshes not happening
Thu, 19 Apr 2007 15:19:17 +0000 Chris Cannam * fix crash
Thu, 15 Mar 2007 13:11:55 +0000 Chris Cannam * Fix crash on startup on Windows sv1-1.0pre3
Wed, 14 Mar 2007 14:39:39 +0000 Chris Cannam * Remove tip dialog for now. I don't like it enough sv1-1.0pre2
Mon, 12 Mar 2007 16:02:56 +0000 Chris Cannam * Add scale to image
Thu, 08 Mar 2007 16:53:08 +0000 Chris Cannam * Fix #1672407 confused by plugin-named files in cwd (or home?)
Wed, 07 Mar 2007 18:00:49 +0000 Chris Cannam * Add display of selection extents in status bar when dragging a selection
Wed, 07 Mar 2007 17:07:02 +0000 Chris Cannam * More useful status bar text -- show the current play time and the extents of
Mon, 05 Mar 2007 10:53:41 +0000 Chris Cannam * Inhibit making and displaying time selections in slice layers
Thu, 01 Mar 2007 12:15:08 +0000 Chris Cannam * Make audio file reader factory try for a reader based on the file's
Tue, 27 Feb 2007 12:51:38 +0000 Chris Cannam * Further fixes for Vamp API change, and update to support API versioning
Mon, 26 Feb 2007 14:55:08 +0000 Chris Cannam * remove some debug and some obsolete moc file includes
Mon, 26 Feb 2007 14:18:21 +0000 Chris Cannam * Fix occasional misplacement of zoom wheels
Wed, 24 Jan 2007 17:14:24 +0000 Chris Cannam * Avoid unnecessary work and updates when an invisible thumbwheel changes
Fri, 19 Jan 2007 13:13:14 +0000 Chris Cannam * Add large chunks of context help in the optional status bar
Fri, 12 Jan 2007 21:52:56 +0000 Chris Cannam * Add range input dialog
Fri, 12 Jan 2007 14:49:18 +0000 Chris Cannam * better icon
Fri, 17 Nov 2006 16:27:39 +0000 Chris Cannam * Update copyright notes as appropriate.
Thu, 19 Oct 2006 13:05:39 +0000 Chris Cannam * Wire up the Panner widget in the pane, and do some tidying in Pane
Thu, 19 Oct 2006 09:57:27 +0000 Chris Cannam * Rename the existing Panner to Overview (big duh!)
Wed, 18 Oct 2006 16:38:30 +0000 Chris Cannam * A start to a panner widget to go with thumbwheels
Thu, 12 Oct 2006 15:47:38 +0000 Chris Cannam * Make the thumbwheel widget much smoother to use, and fix a bug in positioning
Tue, 03 Oct 2006 14:17:37 +0000 Chris Cannam * Introduce WritableWaveFileModel, and use it as an output model for audio
Fri, 22 Sep 2006 16:46:10 +0000 Chris Cannam * Add a bit of resistance to pane dragging so as to make it harder to
Mon, 18 Sep 2006 16:43:17 +0000 Chris Cannam * Add mono timestretch toggle button; some more work on getting blocksize etc
Tue, 22 Aug 2006 14:18:28 +0000 Chris Cannam * experiment with finer zoom level changes when using h thumbwheel
Mon, 21 Aug 2006 16:26:35 +0000 Chris Cannam * beginnings of drag up/down in layers as appropriate
Mon, 21 Aug 2006 13:18:50 +0000 Chris Cannam * Sensible default for vertical thumbwheel on spectrogram layer
Fri, 04 Aug 2006 17:01:37 +0000 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
Thu, 03 Aug 2006 15:40:11 +0000 Chris Cannam * Add Thumbwheel widget for all our zooming needs
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.
Mon, 31 Jul 2006 11:44:37 +0000 Chris Cannam * Reorganising code base. This revision will not compile.