log view/View.h @ 1150:0edfed2c8482 msvc2015_64

age author description
2016-07-01 Chris Cannam Add VerticalBinLayer to SpectrogramLayer spectrogram-minor-refactor
2016-06-30 Chris Cannam Move drawVisibleText to PaintAssistant spectrogram-minor-refactor
2016-06-30 Chris Cannam Move LayerGeometryProvider from view to layer spectrogram-minor-refactor
2016-03-02 Chris Cannam Merge in from SV 3.0-integration branches alignment-simple
2016-02-09 Chris Cannam Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing 3.0-integration
2016-01-29 Chris Cannam Start refactoring out the spectrogram image cache spectrogram-minor-refactor
2015-04-29 Chris Cannam Make Retina layer rendering selectable in settings osx-retina
2015-04-27 Chris Cannam Always render to a buffer, then from that to the widget osx-retina
2015-04-20 Chris Cannam Merge from default branch alignment_view
2015-03-18 Chris Cannam Pass proxy to layer for painting osx-retina
2015-03-17 Chris Cannam Many fixes for the previous stuff osx-retina
2015-03-17 Chris Cannam Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use osx-retina
2015-03-11 Chris Cannam Experiment with querying paint rect separately from view rect osx-retina
2015-03-10 Chris Cannam More type fixes cxx11
2015-03-09 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
2015-03-04 Chris Cannam Toward building with new sv types cxx11
2014-10-17 Chris Cannam First sketch at alignment view (between panes in stack) alignment_view
2014-09-02 Chris Cannam Add const version of this accessor
2014-09-02 Chris Cannam Use fixed-order layer list for property container enumeration. Fixes habit of the layer property tabs to jump about when adding a new layer.
2014-09-02 Chris Cannam Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking
2014-09-02 Chris Cannam Add getInteractionLayer() and some docs
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-06-13 Chris Cannam Add an experimental cancel button to view progress bars tonioni
2014-06-12 Chris Cannam Play pointer: when user drags pane during playback such that the pointer is no longer visible, accept that and stop trying to track it until pointer naturally comes back within visible area tonioni
2014-03-06 Chris Cannam Introduce a GlobalOverlays mode that shows general surrounding information but less local stuff tonioni
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well. tonioni
2013-04-16 Chris Cannam Use italic for value labels (as opposed to label labels)
2011-06-24 Chris Cannam Add playExampleNote route through view manager out to the audio play source sonification
2011-04-14 Chris Cannam Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
2010-03-12 Chris Cannam * Pop view progress bars back into "indeterminate" mode if they are not
2009-03-03 Chris Cannam * Attempt to pick more sensible default centre frame for newly created view
2009-02-26 Chris Cannam * Do a _slightly_ better job of ensuring new panes come up showing the
2009-02-26 Chris Cannam * Handle zero-velocity note ons as well as note offs (can't believe I
2008-05-12 Chris Cannam ...
2008-05-12 Chris Cannam ...
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2007-12-12 Chris Cannam * Fix #1844539 confusing waveform navigator with secondary files
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-10-25 Chris Cannam * Some tidying up to handling of alignment; add alignment status label to
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-10-17 Chris Cannam * Make drop behave more sensibly (replace current pane)
2007-10-16 Chris Cannam * Make View getStartFrame etc non-virtual for easier inlining
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-08-16 Chris Cannam * Layer tree view updating when visibility / audibility changed (and layers
2007-07-12 Chris Cannam * Add SingleColourLayer to manage colours for layers that have a single
2007-07-11 Chris Cannam * Add a colour database, and Add New Colour function to the colour combo
2007-07-03 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
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-03-14 Chris Cannam * Remove tip dialog for now. I don't like it enough sv1-1.0pre2
2007-03-12 Chris Cannam * Add basics of an Export Image File function
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-05 Chris Cannam * Inhibit making and displaying time selections in slice layers
2007-03-02 Chris Cannam * Make getPropertyRangeAndValue return the default separately from the current sv1-1.0pre1
2007-03-01 Chris Cannam * Rejig handling of scrolling views. Ensures, among other things, that playing
2007-02-01 Chris Cannam * Work on harmonising colour and scale ranges between types of layer
2007-01-19 Chris Cannam * Add large chunks of context help in the optional status bar
2006-11-24 Chris Cannam * Omit translucent blue fill for selection rectangles that are superimposed
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.