View Issue Details

IDProjectCategoryView StatusLast Update
0003896FreeCADFeaturepublic2021-03-28 10:31
Reportercraig9 Assigned To 
PrioritynoneSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.18 
Target Version0.20Fixed in Version0.19 
Summary0003896: Dependency Graph: Panning
DescriptionTo improve dependency graph panning/scrolling, we should map the pan action of the 2D and 3D views, to the scrolling action of the dependency graph.

e.g. When using Gesture Mode, right-click-drag pans the 2D and 3D drawing views, this change would allow that action to scroll the dependency graph too.

Forum discussion here: https://forum.freecadweb.org/viewtopic.php?f=3&t=34791
Tags#pending-PR, graphviz, mouse-gestures, UI
FreeCAD Information

Activities

lvk88

2021-03-19 10:26

reporter   ~0015532

Hello,

I created a PR that allows for panning the dependency graph with the left mouse button. This is just a subset of the feature proposed in this ticket, as it does not use the navigation mode set by the user. But, it seems to me that there is no easy way to get this information out from the classes that inherit from NavigationStyle anyways. I might be wrong - in this case, let me know and I will adjust accordingly.

Kunda1

2021-03-27 11:19

administrator   ~0015553

Last edited: 2021-03-27 11:19

FreeCAD Pull Request 4638

Kunda1

2021-03-28 10:13

administrator   ~0015560

FreeCAD master 07804a8c

wmayer

2021-03-28 10:30

administrator   ~0015561

https://github.com/FreeCAD/FreeCAD/commit/07804a8c85fb2f8bc93155e118cadd99699607bf

wmayer

2021-03-28 10:31

administrator   ~0015562

Back ported to v0.19

Related Changesets

FreeCAD: master 07804a8c

2021-03-19 10:09:51

lvk88


Committer: wmayer Details Diff
[GUI] Enable dragging in dependency graph view

This commit makes it possible to drag the dependency graph using the
left mouse button.

See issue 0003896.
Affected Issues
0003896
mod - src/Gui/GraphvizView.cpp Diff File

Issue History

Date Modified Username Field Change
2019-03-10 17:47 craig9 New Issue
2019-03-10 20:51 Kunda1 Tag Attached: UI
2019-03-10 20:51 Kunda1 Tag Attached: mouse-gestures
2019-03-10 20:51 Kunda1 Tag Attached: graphviz
2019-03-10 20:52 Kunda1 Target Version => 0.19
2019-03-10 20:53 Kunda1 Status new => confirmed
2021-02-06 06:50 abdullah Target Version => 0.20
2021-03-19 10:26 lvk88 Note Added: 0015532
2021-03-27 10:44 Kunda1 Tag Attached: #pending-PR
2021-03-27 11:19 Kunda1 Note Added: 0015553
2021-03-27 11:19 Kunda1 Note Edited: 0015553
2021-03-28 10:13 Kunda1 Note Added: 0015560
2021-03-28 10:30 wmayer Changeset attached => FreeCAD master 07804a8c
2021-03-28 10:30 wmayer Note Added: 0015561
2021-03-28 10:31 wmayer Status confirmed => closed
2021-03-28 10:31 wmayer Resolution open => fixed
2021-03-28 10:31 wmayer Fixed in Version => 0.19
2021-03-28 10:31 wmayer Note Added: 0015562