log

age author description
2014-09-02 Chris Cannam Update subrepos and merge from default branch tonioni
2014-09-02 Chris Cannam Add const version of this accessor
2014-09-02 Chris Cannam Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)
2014-09-02 Chris Cannam Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want
2014-09-02 Chris Cannam Use fixed-order when exporting layers to a session
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 Populate the fixed order layer list
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-08-13 Chris Cannam This spacing works a bit better on the Mac (though not really well enough)
2014-08-13 Chris Cannam Don't label time zero, it gets cut off by opaque end layer
2014-08-13 Chris Cannam Make it possible to set the parent widget
2014-07-25 Chris Cannam Debug output stuff
2014-07-25 Chris Cannam Do not move playhead on click, unless in "DAW mode". In centre-frame modes it's confusing and leads to random jumps when playing aligned material
2014-07-25 Chris Cannam Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
2014-07-18 Chris Cannam Merge from branch tonioni
2014-07-18 Chris Cannam Support horizontal two-finger scrolling on Mac, and adjust zoom rate on vertical scroll to make it less crazily fast tonioni
2014-07-18 Chris Cannam Merge from default branch tonioni
2014-07-18 Chris Cannam compile fix tonioni
2014-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-07-16 matthiasm code to remove duration/sample rate from panes tonioni
2014-07-15 matthiasm merge tonioni
2014-07-15 matthiasm adding number to display of illuminated note tonioni
2014-07-15 matthiasm adding no spectrogram and no sonification options tonioni
2014-07-02 Chris Cannam Merge from tonioni branch
2014-07-02 Chris Cannam Merge from default branch, and update to make sure we retain the DAW-style scrolling (page without moving playhead on scroll) tonioni
2014-07-02 Chris Cannam Merge from default branch tonioni
2014-07-02 Chris Cannam Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag
2014-07-02 Chris Cannam Merge
2014-06-18 Chris Cannam Merge from branch tonioni (the two are currently in sync)
2014-07-01 Chris Cannam Dense colour 3d plot layers should be scrollable, I think; and some tidying, debug stuff, and minor optimisations
2014-06-18 Chris Cannam Merge from branch warnfix_no_size_t
2014-06-18 Chris Cannam Merge from branch warnfix_no_size_t tonioni
2014-06-18 Chris Cannam Configure stuff and fixes for -Werror warnfix_no_size_t
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2014-06-17 Chris Cannam Merge from branch "tonioni" tony_integration
2014-06-17 Chris Cannam Merge from default branch tony_integration
2014-06-16 Chris Cannam Single-click to move pointer needs to wait for double-click timeout (so it knows you're not starting a double-click) tonioni
2014-06-16 Chris Cannam Merge tonioni
2014-06-16 Chris Cannam Comment out debug tonioni
2014-06-16 matthiasm fixed deleteSelectionInclusive to not delete adjacent notes tonioni
2014-06-13 Chris Cannam Merge tonioni
2014-06-13 Chris Cannam Add an experimental cancel button to view progress bars tonioni
2014-06-13 matthiasm fixed selection by note move to not include the next note on the right tonioni
2014-06-13 Chris Cannam Fix Tony bug #981: note editing does not work when pitch track is invisible tonioni
2014-06-12 Chris Cannam Some tidying & fixing compiler warnings tonioni
2014-06-12 matthiasm flexinote now displays frequency, duration and text above/below the note tonioni
2014-06-12 matthiasm adding a note after the last existing one is now possible (#974) tonioni
2014-06-12 Chris Cannam Play pointer: Avoid disconcerting jump when dragging so pointer is at start of pane (without having it leave the pane) tonioni
2014-06-12 Chris Cannam Move play pointer on single-click in pane in navigate mode 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-06-12 Chris Cannam Play pointer: don't move it when dragging overview pane tonioni
2014-06-12 Chris Cannam Make sure the play pointer is always visible when the centre line is not tonioni
2014-06-12 Chris Cannam Play pointer: don't seek playback when scrolling, except in ScrollContinuous mode tonioni
2014-06-11 matthiasm added vertical strip stripes to beginning and end of illuminated note tonioni
2014-06-11 matthiasm fixed note delete bug (now deletes when any overlap with the selection occurs) tonioni
2014-06-03 Chris Cannam Merge from default branch tonioni
2014-06-03 Chris Cannam Restore commit:6a8d922f991d which was apparently reverted in error as commit:c2291e22bf0c
2014-06-03 Chris Cannam Merge from branch tonioni
2014-05-29 Chris Cannam Merge from default branch tonioni
2014-05-23 Chris Cannam Replace setCurrentText (which doesn't appear to exist in qt4) with setCurrentIndex tonioni