FreeCAD: master 2d9c2c64

Author Committer Branch Timestamp Parent
0penBrain wmayer master 2020-03-17 21:15:04 master 197c0f79
Affected Issues  0003793: Naming reference constraints on doubleclick
 0003978: unchanged reference dimensions lose reference mode
Changeset [Sketcher] Constraint driving/driven status integration in dimension edition dialog

 This integrates the ability to manage dimensional constraint driving/driven status
 in the constraint edition dialog box.
 It adds a checkbox in the dialog to show/select whether a constraint is driving or
 driven. When the constraint value is modified, it is automatically set as driving.
 Main focus is to allow to edit name (alias) of reference (driven) constraints
 directly in the constraint edition box.

 Resolves 0003793, 0003978
mod - src/Mod/Sketcher/Gui/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File
mod - src/Mod/Sketcher/Gui/EditDatumDialog.cpp Diff File
mod - src/Mod/Sketcher/Gui/EditDatumDialog.h Diff File
mod - src/Mod/Sketcher/Gui/InsertDatum.ui Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File