PaddleStroke
66fceda45e
Sketcher: Fix line to arc point distance movement problem
2024-05-20 11:15:56 -05:00
PaddleStroke
0582e8b76b
Sketcher: Fix distance arc helper : should appear only if constraining the edge.
2024-05-20 11:11:27 -05:00
Chris Hennes
407a572d2f
Merge pull request #14004 from wwmayer/prop_item
...
Gui: move to new-style connect() in createEditor()
2024-05-20 10:45:54 -05:00
PaddleStroke
11e0fcf4ae
Update DrawSketchDefaultHandler.h
2024-05-17 12:34:28 +02:00
PaddleStroke
53f24c849f
Sketcher: fixes #13999
2024-05-17 12:34:28 +02:00
bgbsww
b82e3c73d4
Toponaming: Fix point crash bug
2024-05-16 09:05:27 -05:00
wmayer
af3861aa79
Gui: move to new-style connect() in createEditor()
2024-05-14 15:58:44 +02:00
bgbsww
6fa5dc42c6
Toponaming: bring in missing code fragments in Sketcher
2024-05-13 15:47:44 -05:00
Johannes Wüller
33e91421b5
Fix backwards-compatible Qt6 warnings
2024-05-13 11:39:24 -05:00
WandererFan
5b4eeb29a9
Merge pull request #13525 from Ondsel-Development/td_dimension
...
TechDraw: Smart dimension tool
2024-05-13 12:31:32 -04:00
Chris Hennes
9fead3682d
Update translations
2024-05-12 17:06:56 -05:00
bgbsww
ffba7dcbe6
Fix #13858
...
Mistaken enabling of known bad code
2024-05-07 10:17:48 -05:00
PaddleStroke
4ecd54275b
Sketcher: Dimension : little fixes
2024-05-06 18:40:46 +02:00
PaddleStroke
71b924e7dc
Core/Sketcher: Create ToolHandler class in core for core reuse accross other wbs.
2024-05-06 18:40:46 +02:00
PaddleStroke
08705ecb85
Sketcher: fix OVP placement issue #13827
2024-05-06 12:30:43 -04:00
Chris Hennes
a5d8aaa21c
Update translations
...
Also removes Web from translation scripts.
2024-05-06 18:17:53 +02:00
Florian Foinant-Willig
31a4915012
Fix 12755 ( #13802 )
2024-05-06 11:06:27 -05:00
Max Wilfinger
06174f4693
Sketcher / UI: Update Sketcher Toolbars ( #13763 )
...
* Update Sketcher toolbar UIs.
Group all create tools for arcs, conics.
Group toggle driving/active constraints.
Update arrangement of icons.
* Change default to unified coincidence tool.
2024-05-06 18:05:56 +02:00
PaddleStroke
4442fa709e
Sketcher: Dimension tool : add arc length
2024-05-06 17:50:17 +02:00
bgbsww
4022e4151e
Ensure we set up a valid sketch even with invalid external references
2024-05-06 17:42:38 +02:00
wmayer
2ea6bc17b6
Fix various compiler warnings:
...
* fix -Wunused-parameter
* fix -Wunused-function
* fix -Wunused-private-field
* fix -Wunused-variable
* fix -Winconsistent-missing-override
2024-04-30 16:59:31 +02:00
WandererFan
dd09bd2b53
Merge pull request #9750 from hlorus/gsoc2023_measure
...
GSoC 2023: Unified Measurement Facility
2024-04-29 12:41:54 -04:00
Chris Hennes
ec7585e467
Merge pull request #13576 from wwmayer/issue_13518
...
Sketcher: Make ValidateSketch scriptable
2024-04-29 11:11:13 -05:00
wmayer
63e495b269
Sketcher: Fix possible crash inside ~CurveConverter()
...
Accessing the parameter manager inside ~CurveConverter() is undefined behaviour because it will be accessed after the main() function
has been exited.
Fixes #13622
2024-04-29 10:56:15 -05:00
WandererFan
51bcf6946d
Merge pull request #13407 from Ondsel-Development/sk_reorganize_tbs
...
Sketcher: Small reorganization of toolbars
2024-04-29 11:43:52 -04:00
hlorus
309e1c4155
[Sketcher] Add handlers for unified measurement facility
2024-04-29 09:27:22 -04:00
Chris Hennes
ead426c6eb
Update translations
...
Note: Web and Start omitted
2024-04-24 13:58:21 -05:00
PaddleStroke
bad1a5c689
Sketcher: Reorganize toolbars
2024-04-22 18:33:49 +02:00
WandererFan
f2b1ad1419
Merge pull request #13519 from Roy-043/Sketcher-Improve-GUI-texts-in-SketcherSettingsAppearance.ui
...
Sketcher: Improve GUI texts in SketcherSettingsAppearance.ui
2024-04-22 12:16:00 -04:00
WandererFan
4ec4e9925a
Merge pull request #13511 from Ondsel-Development/sk_polyline_midpoint
...
Sketcher: Fix mid-point autoconstraint not working with polyline.
2024-04-22 12:15:18 -04:00
PaddleStroke
f4aa66ce44
Sketcher: Joint Line and Polyline in a command group.
2024-04-22 11:14:45 -05:00
Roy-043
d3e7c98965
Sketcher: Make geometry menu texts more consistent
...
Create circle -> Create circle by center
three points -> 3 points
2024-04-22 11:01:53 -05:00
Roy-043
4a586040d5
Sketcher: Make constraints menu texts more consistent
...
The current constraints menu texts are not very consistent. Particularly the mix of adverbs (horizontally) and adjectives (symmetrical) is strange.
2024-04-22 11:01:06 -05:00
wmayer
5c610c3a05
Sketcher: Fixes #13518 : ValidateSketch cannot be scripted
2024-04-21 11:56:02 +02:00
wmayer
5ca56616a7
Sketch: Fix linter warnings
2024-04-21 11:16:17 +02:00
wmayer
af2bbf674e
Sketch: expose several methods to Python
...
* expose detectDegeneratedGeometries to Python
* expose removeDegeneratedGeometries to Python
* expose delConstraintsToExternal to Python
* expose evaluateConstraints to Python
* expose validateConstraints to Python
2024-04-21 10:41:47 +02:00
Roy-043
091a149017
Sketcher: Improve GUI texts in SketcherSettingsAppearance.ui
2024-04-18 12:15:34 +02:00
Chris Hennes
e7069e6797
Update translations.
2024-04-17 16:50:38 -05:00
wmayer
95df9e3244
Sketcher: fix crash in CmdRenderingOrder::updateIcon()
...
If a parameter in the observed parameter group is changed then CmdRenderingOrder::OnChange() is called but the ActionGroup may not be created yet
2024-04-17 21:52:32 +02:00
PaddleStroke
cc30e9f395
Sketcher: Fix mid-point autoconstraint not working on polyline. Fixes #13277
2024-04-17 16:27:21 +02:00
PaddleStroke
0d6ac37353
Sketcher: Trim tool, hold click and move. Fixes #6152
2024-04-15 17:56:58 +02:00
bgbsww
459644be31
TopoShape/Part: Bug fixes; pass Hasher parms, OCCT 7.8 compatibility, ElementMaps correct item count
2024-04-14 13:56:07 -04:00
bgbsww
942ebd58f0
Toponaming/Part: Add deprecation comments, clean up code
2024-04-09 21:17:08 -04:00
wmayer
1d2bd837c1
Sketch: add command to context-menu to change value of constraint
...
The edit datum dialog is opened by double-clicking on a dimensional constraint in a sketch. However, the double-clicking event doesn't work realiably on
some systems. As a workaround this PR adds the command to the context-menu.
For more details see the forum thread: https://forum.freecad.org/viewtopic.php?t=71137
2024-04-08 18:01:44 +02:00
Max Wilfinger
7c9546fdb1
Update Sketcher context menu.
...
Refine poposed constraints on point selection.
Add symmetry constraint to context menu.
Rearrange commands to be consistent with the toolbar.
2024-04-08 17:58:28 +02:00
PaddleStroke
494e91948f
Sketcher: Rectangle DSH Fixes #12297
2024-04-08 17:52:18 +02:00
PaddleStroke
4e6966bbd6
Sketcher: Make coincident points the same color as constraints.
2024-04-08 17:49:46 +02:00
PaddleStroke
c6bf546b7a
Sketcher: Points color reflect their construction state. Remove Vertex color.
2024-04-08 17:49:46 +02:00
PaddleStroke
8c1b69e3c6
Sketcher: Point DSH: take construction mode into account.
2024-04-08 17:49:46 +02:00
PaddleStroke
27b72398b1
Sketcher: Translate Fixes #13189 horizontal/vertical lost.
2024-04-04 22:46:00 -05:00