Roy
3c1531b39a
Draft: Commands acting on subelements did not load the Draft module
2022-01-01 16:26:26 -06:00
Roy-043
911fd3bf17
Draft: fix several issues with importAirfoilDAT.py
...
The importAirfoilDAT.py code could not handle several *.dat files posted in a forum topic.
2022-01-01 16:21:30 -06:00
Yorik van Havre
91bfb0fbb6
Merged crowdin translations
2021-12-29 12:20:12 +01:00
Yorik van Havre
372f1f7beb
Updated ts files
2021-12-29 12:09:06 +01:00
wmayer
d538872eb2
0004809: Security vulnerability in DWG import when using ODA file converter
2021-12-28 16:15:42 +01:00
Zheng, Lei
875452c020
Draft: support 'CopyOnChange' in Draft link array
2021-12-21 21:41:02 -07:00
Yorik van Havre
a318c19711
Merge pull request #5249 from Roy-043/Draft-Draft_Label-fix-label-type-list
...
Draft: Draft_Label fix label type list
2021-12-21 11:45:16 +01:00
Roy-043
390cbd0962
Draft: fix Draft_Label viewprovider
2021-12-17 11:35:44 +01:00
Yorik van Havre
753d7600b8
Draft: Added INSUNITS to exported DXF - Fixes #4517
2021-12-16 16:12:03 +01:00
Yorik van Havre
b64b3be330
Arch: Fixed display of axis bubbles and texts on DXF export and Techdraw pages
2021-12-16 15:55:58 +01:00
Roy-043
8529786fd1
Draft: fix Draft_Arc_3Points task panel issues
...
Fixed the following task panel issues:
1. Wrong title and icon.
2. Continue toggle missing.
2021-12-11 19:00:31 +01:00
Roy
418ca4a235
Draft: Draft_Label fix label type list
2021-12-10 18:40:43 +01:00
Roy
ce0563b385
Draft: Fix Part_Line offset issue
2021-12-10 02:40:16 +01:00
Yorik van Havre
e83843ce82
Merge pull request #5223 from Roy-043/Draft_fix_task_panel_issues
...
Draft fix task panel issues
2021-12-09 11:16:45 +01:00
Roy-043
21a8c21020
Draft: fix regression draftlink.py ( #5220 )
...
* Draft: fix regression draftlink.py
This PR fixes a regression introduces with #5180 .
Using transformShape is the correct solution.
2021-12-08 07:37:23 -06:00
luz paz
bcc2873fb9
Draft: fix doxygen typos
2021-12-07 22:53:54 -06:00
Roy-043
a62ffdf93d
Draft: fix task panel_issues (gui_texts.py)
2021-12-04 22:01:29 +01:00
Roy-043
6684196c81
Draft: fix task panel issues (gui_polygons.py)
2021-12-04 22:00:43 +01:00
Roy-043
4f8094baec
Draft: fix task panel issues (gui_points.py)
2021-12-04 21:59:47 +01:00
Roy-043
d97ba3c622
Draft: fix task panel issues (gui_edit.py)
2021-12-04 21:58:50 +01:00
Roy-043
aec803fe8d
Draft: fix task panel issues (DraftGui.py)
2021-12-04 21:57:31 +01:00
Yorik van Havre
ea195ab2be
Merge pull request #5178 from Roy-043/Draft-housekeeping-import-is_group-get_windows
...
Draft housekeeping: import is_group and get_windows in Draft.py
2021-12-01 15:02:54 +01:00
Yorik van Havre
f938c74929
Merge pull request #5202 from Roy-043/Draft-fix-3-snap-issues
...
Draft: fix 3 snap issues
2021-12-01 15:01:27 +01:00
Roy-043
b6381e325f
Draft: fix layer handling of PointColor and PointSize
...
Draft_Layer did not handle PointColor and PointSize.
2021-11-28 11:52:07 +01:00
Roy-043
cbf9fbd79d
Draft: fix style handling of PointColor and PointSize
...
Draft_SetStyle did not handle PointColor and PointSize.
2021-11-28 11:50:49 +01:00
Roy-043
f89078c01f
Draft: fix 3 snap issues
...
1. Draft_Snap_Parallel only worked beyond the endpoints of the edge.
2. It was very hard to select an edge for Draft_Snap_Parallel if no other snaps were active.
3. Only two snap objects were stored.
2021-11-25 15:21:11 +01:00
wmayer
e77c96ac18
Fix issue 0004791: DXF import fails for trivial circle
2021-11-24 18:27:21 +01:00
Roy-043
f457001f1f
Update Draft.py
...
Fixed missing commas.
2021-11-24 17:50:15 +01:00
Yorik van Havre
86fd4f5152
Merge pull request #5180 from Roy-043/Draft-fix-draft-point-array-issue
...
Draft: fix array issue with Draft_Point and Part_Vertex.
2021-11-24 15:35:32 +01:00
Yorik van Havre
d4a2ddfbb6
Merge pull request #5179 from Roy-043/Draft-housekeeping-SS-shortcut-used-twice
...
Draft housekeeping: SS-shortcut used twice
2021-11-24 15:32:02 +01:00
Roy-043
413fff7ea2
Draft: fix toggle grid issue.
2021-11-17 19:26:36 +01:00
Yorik van Havre
c4d4575eb3
Merged crowdin translations
2021-11-16 17:30:39 +01:00
Yorik van Havre
7dc8f59369
Updated ts files
2021-11-16 17:25:03 +01:00
Roy-043
5435d3b0ee
Draft: fix array issue with Draft_Point and Part_Vertex
2021-11-16 17:00:54 +01:00
Roy-043
b03a1db7d0
Draft housekeeping: SS-shortcut used twice
2021-11-16 16:49:30 +01:00
Roy-043
47ac12dbfd
Draft housekeeping: import is_group and get_windows in Draft.py
2021-11-16 16:35:34 +01:00
Yorik van Havre
6725ca7489
Merge pull request #5153 from Roy-043/Draft-fix-importDXF-should-use-make_layer
...
Draft housekeeping: importDXF.py should use make_layer
2021-11-16 11:30:17 +01:00
Roy-043
6e1874eede
Draft: revise findMidpoint function
...
The findMidpoint function (used by Draft_Snap_Midpoint) only worked for straight and circular edges. With this revision the midpoint of all edges can be found.
2021-11-14 11:34:06 -06:00
Roy-043
f5435cf171
Draft housekeeping: importDXF.py should use make_layer
2021-11-08 15:47:07 +01:00
Roy-043
7afac5f206
Draft: fix getTeighaConverter
...
The getTeighaConverter function did not work on Windows. We don't deal with the actual TeighaFileConverter anymore so there is no need to check for that file. Although the name of the function and the name of the parameter have been kept.
2021-11-08 15:31:49 +01:00
Yorik van Havre
af8604f089
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2021-11-08 10:51:28 +01:00
Yorik van Havre
e83e6747ad
Draft: Fixed DWG import's QCAD config
2021-11-08 10:51:10 +01:00
Chris Hennes
8aa06d30b2
Merge pull request #5130 from Roy-043/Draft-Fix-merge-layers
...
Draft: Fix merge layers
2021-10-31 16:15:10 -05:00
Chris Hennes
9accfca831
Merge pull request #5133 from Roy-043/Draft-Fix-angle-dimension-issue
...
Draft: Fix angle dimension issue
2021-10-31 15:45:10 -05:00
luzpaz
95a0c9c008
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luzpaz
005a5d8cd7
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
b90fefa1ca
Refined code formatting for uniformity
2021-10-30 15:20:28 -04:00
luzpaz
fa7ea019f8
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
8aab47fb06
Draft: Fix superfluous whitespace in translations + misc. typos
2021-10-30 15:20:28 -04:00
Roy-043
84c517e333
Draft: Fix angle dimension issue
...
If the end points of the selected edges for an angular dimension were (almost) coincident with their intersection, random angles could be calculated. In essence a floating point inaccuracy issue.
2021-10-28 19:29:59 +02:00