Yorik van Havre
41a1a7a8e6
Merge pull request #10505 from Roy-043/Draft-Fix-angle-range-issue-of-make_circle
...
Draft: Fix angle range issue of make_circle
2023-09-04 11:29:13 +02:00
Yorik van Havre
f2f2cf1a17
Merge pull request #10464 from Ondsel-Development/bug/remove_gui_dependency
...
Bug fix: Allow Draft WB to import in FreeCAD headless docker container
2023-09-04 11:22:53 +02:00
Yorik van Havre
dd6b726905
Draft: Workaround failing multifuse in shape2Dview ( #10478 )
2023-09-04 10:45:56 +02:00
Roy-043
3cf51debca
Ammended files based on review
2023-09-03 12:43:34 +02:00
Amritpal Singh
9f8f7c5ab3
Bug fix: Allow Draft WB to import in FreeCAD headless docker container
2023-09-03 12:24:22 +05:30
Roy-043
29c12225d0
Draft: Correct mistake in PR10160 ( #10506 )
...
`self.gui_tools_repository` is an instance of a class that manages a dictionary, it is not a dictionary itself.
2023-09-02 23:37:16 +02:00
Roy-043
e02cfb2f38
Typo...
2023-09-02 23:04:41 +02:00
Roy-043
f8a5150e6f
Draft: Fix angle range issue of make_circle
2023-09-02 20:48:40 +02:00
Yorik van Havre
f865fff37c
Merge pull request #10425 from Roy-043/Draft-FixDraft_Mirror-preview
...
Draft: Fix Draft_Mirror preview
2023-09-01 12:48:16 +02:00
Roy-043
a66c9ee549
Draft: importDWG.py wrongly assumed that opt directory always exists on Linux ( #10447 )
...
Forum topic:
https://forum.freecad.org/viewtopic.php?p=703063#p703061
2023-08-30 18:10:13 +02:00
kaktus Jacek
0445b88d55
Cleaning code from unnecessary strings generated to Crowdin 4 ( #10426 )
...
Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
2023-08-29 12:57:26 -05:00
Roy-043
ccbc52affd
Draft: Remove unused import WorkingPlane
2023-08-29 18:59:40 +02:00
Roy-043
a205ee549f
Draft: Fix Draft_Mirror preview
2023-08-29 16:25:42 +02:00
Chris Hennes
6bfafc62dc
Update translations
2023-08-29 07:38:09 -05:00
Roy-043
36fdbdd6d9
Draft: Reduce occurrences of App.DraftWorkingPlane 2 ( #10390 )
2023-08-28 10:17:58 +02:00
Roy-043
b8f0de8dd3
Draft: Reduce occurrences of App.DraftWorkingPlane ( #10388 )
2023-08-28 10:16:36 +02:00
Roy-043
2c317cd40a
Draft: Make gui_tool_utils.get_support nesting aware ( #10373 )
...
The get_support function did not work for objects nested in, for example, Std_Parts.
Additionally improved and cleaned up the code, and reduced the docstrings.
2023-08-27 12:41:25 +02:00
Roy-043
e9294f2dbb
Draft: remove superfluous code from gui_points.py ( #10379 )
2023-08-27 12:41:01 +02:00
Roy-043
c9975f39f8
Draft: Add wp attribute to DraftTool class ( #10386 )
...
It makes sense to have this attribute. It will also facilitate the coming work related to the Plane class.
Additionally: Removed the `not self.doc` check from `Activated` as `IsActive` already handles this.
2023-08-27 12:40:30 +02:00
Roy-043
602841c5f0
Draft: Remove unused arguments from gui_tool_utils.get_point ( #10347 )
2023-08-25 03:49:06 +02:00
Roy-043
971e74b7db
Draft: Housekeeping and minor improvements for some draftguitools ( #10339 )
2023-08-25 03:47:39 +02:00
Roy-043
53a4fb14c3
Draft: Fix placement_from_face if vec_z matches normal of face ( #10333 )
2023-08-24 09:53:13 +02:00
Roy-043
a60c9c2cf1
Draft: Fix error in PR10327 ( #10329 )
2023-08-23 13:32:37 +02:00
Roy-043
29339d7197
Draft: Add placement_from_face to geometry.py ( #10327 )
...
Changed getPlacementFromFace function in WorkingPlane.py to a compatibility function that calls placement_from_face.
2023-08-23 12:05:34 +02:00
Roy-043
5c4d8730d9
Draft: Add placement_from_points to geometry.py
...
Changed getPlacementFromPoints function in WorkingPlane.py to a compatibility function that calls placement_from_points.
2023-08-23 11:17:17 +02:00
wmayer
9a749e51c8
Mod: modernize C++: use equals default
2023-08-21 20:21:30 +02:00
sliptonic
d95d633b99
Merge pull request #10230 from chennes/draftTranslateDraftAxisLabels
...
Draft: translate draft axis labels
2023-08-21 11:10:25 -05:00
Chris Hennes
09edbbebaf
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
Chris Hennes
997b8eff5c
Draft: Translate task titles for draft tools ( #10227 )
2023-08-17 16:01:15 +02:00
Chris Hennes
f4c348464c
Draft: Translate label type combobox ( #10228 )
2023-08-17 15:36:37 +02:00
Chris Hennes
28f396cc75
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
Roy-043
b9d48c20a0
Draft: Add Justification option to ShapeString ( #10233 )
2023-08-16 17:08:49 +02:00
Chris Hennes
6d910baa82
Draft: Translate Dimension and axis labels
2023-08-14 08:14:32 -07:00
Roy-043
beb996e6a1
Draft: Avoid dictionary.keys() where possible ( #10160 )
2023-08-13 11:46:25 +02:00
Roy-043
0b58b7ba5a
Draft: make_sketch should not change Autoconstraints of sketch ( #10181 )
2023-08-13 11:16:22 +02:00
Roy-043
8a4e8ca60e
Draft: Fix SVG "Edges not ordered" issue ( #10116 )
2023-08-12 15:30:54 +02:00
Chris Hennes
d3c08a2da9
Update translations
2023-08-08 17:52:59 -06:00
luzpaz
93ddce5008
Fix various typos
2023-08-08 14:25:00 +02:00
Yorik van Havre
ebc65ee713
Merged crowdin translations
2023-07-26 11:05:11 +02:00
Yorik van Havre
6bfeb5ff53
Update ts files
2023-07-26 11:04:24 +02:00
Chris Hennes
6838740153
Update translations
2023-07-24 13:37:52 +00:00
wmayer
736248e408
Draft: add unit test for issue #9912
2023-07-24 13:55:28 +02:00
Roy-043
1d7e2c3de0
Draft: Auto workingplane ignored rotation around axis ( #9955 )
2023-07-20 18:46:10 +02:00
Roy-043
a04dfded14
Draft: Improve downgrading of PD bodies ( #9934 )
2023-07-18 10:46:10 +02:00
Roy-043
ba6a45d9db
Draft: Fix get_diffuse_color function ( #9932 )
2023-07-18 10:45:38 +02:00
luzpaz
525eacca39
Fix various typos
2023-07-15 11:17:45 +02:00
Chris Hennes
6f97b74fdb
Apply translations
2023-07-09 18:09:53 -05:00
Chris Hennes
97771dc673
Update translations
2023-07-06 08:20:59 -05:00
Yorik van Havre
6b588a8ea6
Draft: Bumped dxflib version - fixes #9817
2023-07-04 14:06:18 +02:00
Roy-043
f20ea86d13
Draft: Add macOS paths to importDWG.py
2023-06-27 11:16:02 +02:00