Mercurial > hg > svgui
graph
- Merge2019-11-21, by Chris Cannam
- Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.2019-11-21, by Chris Cannam
- Further replacements of QRect::right() with the right (arf) calculation2019-10-31, by Chris Cannam
- Use x + width() instead of QRect::right(), which doesn't return what we need and leaves us a pixel short; also subtract the resolution from the start frame to avoid scrolling scraggy single-pixel lines when we should be drawing nice fat ones2019-10-31, by Chris Cannam
- Permit getScaleProvidingLayerForUnit to return a dormant layer if there is no visible alternative. This is necessary to avoid the scale disappearing in Tony when the spectrogram is toggled off.2019-10-17, by Chris Cannam
- Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.2019-10-17, by Chris Cannam
- Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width2019-10-17, by Chris Cannam
- Make audio dial more visible in Mac dark mode2019-10-16, by Chris Cannam
- Return true from getValueExtents always, just with no unit in the case where we don't have a nice neat scale. This should preserve the property of preventing other layers auto-aligning to us, while also ensuring we don't get overlooked for the purposes of drawing our own scale in a situation where a scale-less layer is on top of us2019-10-16, by Chris Cannam
- Debug output2019-10-16, by Chris Cannam
- Overhaul the way WaveformLayer reports value and display extents. The previous logic has been nonsense for a very long time, excused only by the fact that it was very seldom relevant (only really if another layer with unit V came along that wanted to auto-align with it). Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode2019-10-16, by Chris Cannam
- Fix getScaleProvidingLayerForUnit to make it only return a layer that actually has display extents. Modify getVisibleExtentsForUnit to make it more like the behaviour in 3.x: where no layer with display extents is found, use the union of the value extents of layers with the right unit. Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode.2019-10-16, by Chris Cannam
- Debug output tweaks2019-10-16, by Chris Cannam
- Overhaul choice of layer to show scale, in Pane::drawVerticalScale, making it call out to the same logic used by View::getVisibleExtentsForUnit when appropriate. Also refuse to accept scale from dormant top layer.2019-10-15, by Chris Cannam
- Avoid compiler warning2019-10-15, by Chris Cannam
- Clarify naming of some view-related methods. Rename LayerGeometryProvider::getValueExtents to getVisibleExtentsForUnit, and View::getTextLabelHeight to getTextLabelYCoord. Add View::getVisibleExtentsForAnyUnit to be used to determine which unit to adopt in a new e.g. box layer.2019-10-15, by Chris Cannam
- Fix #1951 Selecting row in data editor with multiple items having same frame always selects the first2019-10-15, by Chris Cannam
- Tidy / debug2019-10-14, by Chris Cannam
- Fix #1904 Scrolling colour 3d plot does not always work when in View normalisation mode. We shouldn't imagine we've just invalidated the cache if the truth is that we've only just created the renderer2019-10-09, by Chris Cannam
- Fix failure to apply new frame when pasting events2019-10-09, by Chris Cannam
- Further light streamlining2019-10-09, by Chris Cannam
- Slightly streamline image scaling2019-10-09, by Chris Cannam
- Don't create alignment views at all if not requested (now that the request is made only at construction time)2019-10-07, by Chris Cannam
- Fix alignment of property box when switching back on after having been hidden2019-10-07, by Chris Cannam
- Fix compiler warning2019-10-07, by Chris Cannam
- Fix goof2019-10-04, by Chris Cannam
- Rework PaneStack so that the options that generally aren't (or can't be) changed after construction are supplied to the constructor instead of being set through setter methods.2019-10-04, by Chris Cannam
- Debug bits2019-10-04, by Chris Cannam
- Merge2019-09-25, by Chris Cannam
- Make the waveform layer do the expected thing when MergeChannels mode (i.e. butterfly mode) is enabled even if there is only 1 channel. This combination isn't actually available in the UI for SV, but it's useful for Sonic Lineup.2019-09-25, by Chris Cannam
- Merge from branch time-frequency-boxes2019-09-25, by Chris Cannam
- With duration and two values, propose a box model (value and extent)2019-09-25, by Chris Cannam