log view/Pane.cpp @ 284:1284955856ab

age author description
2007-07-05 Chris Cannam * Make it possible to "measure" a feature on the spectrogram by double-
2007-07-05 Chris Cannam * Add mouse actions to key and mouse reference dialog
2007-07-04 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
2007-07-03 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
2007-07-02 Chris Cannam * attempt to ensure zoom-to-fit actually makes things fit (not obscured by
2007-07-02 Chris Cannam * Fix centre line position
2007-06-29 Chris Cannam * highlight the nearest measurement rect
2007-06-26 Chris Cannam ...
2007-06-26 Chris Cannam * Use a command for adding layer measurements
2007-06-21 Chris Cannam * more on measurement tool -- pull out some logic from pane to layer &c
2007-06-21 Chris Cannam * more on measurement tool
2007-06-15 Chris Cannam * few more measurement mode bits
2007-06-14 Chris Cannam ...
2007-06-14 Chris Cannam * more measurement tool stuff
2007-06-14 Chris Cannam * some more work on measurement tool, and refactor Pane::paintEvent
2007-06-14 Chris Cannam * a bit more work on measurement tool mode
2007-06-13 Chris Cannam * some beginnings of what will be measurement tool functionality
2007-06-13 Chris Cannam * Add logic for picking up the vertical scale from an underlying layer if
2007-06-13 Chris Cannam * Add a measurement mode tool -- no functionality yet
2007-06-13 Chris Cannam * Make shift+mousewheel scroll vertically (where applicable) and alt+mousewheel
2007-06-13 Chris Cannam * double-click in navigate mode relocates the centre frame (closing #1734854)
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-04-27 Chris Cannam * Fix #1707650 refreshes not happening
2007-04-19 Chris Cannam * fix crash
2007-03-15 Chris Cannam * Fix crash on startup on Windows sv1-1.0pre3
2007-03-14 Chris Cannam * Remove tip dialog for now. I don't like it enough sv1-1.0pre2
2007-03-12 Chris Cannam * Add scale to image
2007-03-08 Chris Cannam * Fix #1672407 confused by plugin-named files in cwd (or home?)
2007-03-07 Chris Cannam * Add display of selection extents in status bar when dragging a selection
2007-03-07 Chris Cannam * More useful status bar text -- show the current play time and the extents of
2007-03-05 Chris Cannam * Inhibit making and displaying time selections in slice layers
2007-03-01 Chris Cannam * Make audio file reader factory try for a reader based on the file's
2007-02-27 Chris Cannam * Further fixes for Vamp API change, and update to support API versioning
2007-02-26 Chris Cannam * remove some debug and some obsolete moc file includes
2007-02-26 Chris Cannam * Fix occasional misplacement of zoom wheels
2007-01-24 Chris Cannam * Avoid unnecessary work and updates when an invisible thumbwheel changes
2007-01-19 Chris Cannam * Add large chunks of context help in the optional status bar
2007-01-12 Chris Cannam * Add range input dialog
2007-01-12 Chris Cannam * better icon
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-19 Chris Cannam * Wire up the Panner widget in the pane, and do some tidying in Pane
2006-10-19 Chris Cannam * Rename the existing Panner to Overview (big duh!)
2006-10-18 Chris Cannam * A start to a panner widget to go with thumbwheels
2006-10-12 Chris Cannam * Make the thumbwheel widget much smoother to use, and fix a bug in positioning
2006-10-03 Chris Cannam * Introduce WritableWaveFileModel, and use it as an output model for audio
2006-09-22 Chris Cannam * Add a bit of resistance to pane dragging so as to make it harder to
2006-09-18 Chris Cannam * Add mono timestretch toggle button; some more work on getting blocksize etc
2006-08-22 Chris Cannam * experiment with finer zoom level changes when using h thumbwheel
2006-08-21 Chris Cannam * beginnings of drag up/down in layers as appropriate
2006-08-21 Chris Cannam * Sensible default for vertical thumbwheel on spectrogram layer
2006-08-04 Chris Cannam * Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
2006-08-03 Chris Cannam * Add Thumbwheel widget for all our zooming needs
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.