Mercurial > hg > svgui
log view/Pane.cpp @ 1620:dc0e47f234a2 tip
age | author | description |
---|---|---|
Fri, 14 Aug 2020 10:46:11 +0100 | Chris Cannam | Remove line of debug |
Wed, 29 Apr 2020 14:23:51 +0100 | Chris Cannam | This addAction API from Qt 5.6+ is still, unfortunately, too recent for some of our builds |
Mon, 30 Mar 2020 11:29:16 +0100 | Chris Cannam | Add right-button context menu to panner widget |
Thu, 17 Oct 2019 11:12:54 +0100 | 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. |