Files
create/src/Mod
Abdullah Tahiri 18046c1277 Sketcher: Rewrite grid command
==============================

Fix unresolved issues:
https://github.com/FreeCAD/FreeCAD/pull/7754/files#r1025493443
https://github.com/FreeCAD/FreeCAD/pull/7754/files#r1019077589
https://github.com/FreeCAD/FreeCAD/pull/7754/files#r1025502204

Summary:
- EventFilter unnecessary in light of new implemented signal aboutToshow. The data of the drop-down action is updated only when necessary (when it is going to be shown).
- Structure of individual commands under drop-down simplified to a single action, rendering the need for groupcommands obsolete, while keeping all the grid related controls and
the logic for controlling the grid in a single action class.
- Reduce the complexity and overload of isActive to the bare minimum (determining if it is active and updating the icon to the right icon if so).

Refactor:
- Better name for utils functions, as when a DSH is active, the edit mode VPSketch is a data member of DSH, sketchgui (so this function is not really necessary when the DSH is active).
2023-02-25 23:13:55 +01:00
..
2023-02-13 15:45:26 +01:00
2023-02-25 09:59:24 +01:00
2023-02-13 15:45:26 +01:00
2023-02-25 09:59:24 +01:00
2023-02-13 15:45:26 +01:00
2023-02-13 15:45:26 +01:00
2023-02-24 21:58:39 -06:00
2023-02-07 15:55:31 +01:00
2023-02-07 15:55:31 +01:00
2023-02-13 15:45:26 +01:00
2023-01-22 20:33:10 +01:00
2023-02-25 23:13:55 +01:00
2023-02-13 15:45:26 +01:00
2023-02-22 23:46:18 +01:00
2023-02-13 15:45:26 +01:00
2023-02-13 15:45:26 +01:00
2023-02-05 16:39:58 +01:00