Roy-043
a71a06291b
Update view_dimension.py
...
The FlipArrows property for angular dimensions is handled differently.
2022-09-07 19:20:49 +02:00
Roy-043
c5a79d3909
Draft: Fix alignment of angular dimension arrows
2022-09-06 15:37:15 +02:00
Yorik van Havre
460f33a1be
Merge pull request #7441 from Roy-043/Draft-Fix-flatten-wire
...
Draft: Fix flatten wire
2022-09-05 11:22:49 +02:00
Yorik van Havre
0c8b50d591
Merge pull request #7436 from Roy-043/Arch-Fix-baseface-generation-for-walls-with-a-trace-that-self-intersects,-has-T-connections-or-that-overlaps
...
Arch: Fix wall baseface generation for overlapping and self-intersecting traces
2022-09-05 11:18:44 +02:00
Yorik van Havre
f99bf376b0
Merge pull request #7267 from Roy-043/Draft-Avoid-faulty-Base.Placement.rotate()
...
Draft: Avoid faulty Base.Placement.rotate() in draftobjects.array.py
2022-09-05 11:16:13 +02:00
Roy-043
39c2ff4e45
Draft: Fix flatten wire
2022-09-04 09:45:39 +02:00
Roy-043
8aaa36a013
Arch: Fix baseface generation for walls with a trace that self-intersects, has T-connections or that overlaps
2022-09-03 09:06:51 +02:00
Roy-043
0179afbe8a
Draft: Fix workingplane auto alignment to Front view
2022-09-01 09:54:09 +02:00
Roy-043
f22de4cfd2
Update array.py
...
Oops... removed to print() statements.
2022-08-12 12:38:13 +02:00
Roy-043
2647c37289
Update array.py
...
Updated to use the new implementation of Base.Placement.rotate().
2022-08-12 12:34:46 +02:00
Roy-043
eb6b3f35ed
Draft: add tolerance to boundbox check in intersections.py
2022-08-11 17:50:43 +02:00
wmayer
2b5b7cd607
Draft: fix snapper icons
...
* Add convenience function to get 3D views from MDI area
* Use 'inherits' instead of 'QMetaObject.className()' to check more reliably for sub-classes
2022-08-11 11:50:53 +02:00
berniev
ddafb98813
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
Yorik van Havre
5a9201d2c5
Draft: Enabled shortcut for undo segment - fixes #6181
...
That shortcut had apparently been left out last time the system was recoded..
I used the default shortcut '/' because Ctrl doesn't really work with the
current system, and Z is already taken
2022-08-04 17:40:05 +02:00
carlopav
d37a1a2440
[Draft] Fix Draft Edit AddPoint with BSpline
...
ref. https://forum.freecadweb.org/viewtopic.php?p=613622#p613622
Fix Bug when adding point to a BSpline.
2022-08-01 22:15:51 +02:00
Yorik van Havre
cfc8fb9fb4
Merge pull request #7259 from Roy-043/Draft-Fix-handling-of-groups-on-move-copy-and-rotate-copy
...
Draft: Fix handling of groups on move-copy and rotate-copy
2022-08-01 17:06:09 +02:00
luzpaz
1ef31f40f5
Draft: Fix 'testing inequality to None' syntax ( #7275 )
...
* Draft: Fix 'testing inequality to None' syntax
- Substitute `is not None` for `!= None`
- Trim trailing whitespace on touched files
2022-07-30 00:26:56 +02:00
Yorik van Havre
042d6df669
Arch: Removed leftover debug messages
2022-07-29 14:01:56 +02:00
Yorik van Havre
76aeaab4b0
Arch: added ExclusionNames property to Shape2DViews
2022-07-28 14:09:41 +02:00
Roy-043
f2b05b2986
Draft: Avoid faulty Base.Placement.rotate() in draftobjects.array.py
2022-07-28 13:56:05 +02:00
Roy-043
7bb485e6b7
Update rotate.py
...
Workaround for `faulty` implementation of Base.Placement.rotate(center, axis, angle).
See: https://forum.freecadweb.org/viewtopic.php?p=613196#p613196
2022-07-28 13:46:26 +02:00
Roy-043
1188423beb
Draft: Fix handling of groups on move-copy and rotate-copy
2022-07-26 11:26:50 +02:00
Yorik van Havre
c6a91b4ff3
Merge pull request #7249 from Roy-043/Draft-Improve-alignToFace-in-WorkingPlane.py
...
Draft: Improve alignToFace in WorkingPlane.py
2022-07-26 10:27:53 +02:00
Roy-043
75d6804555
Draft: Improve alignToFace in WorkingPlane.py
2022-07-24 18:52:41 +02:00
Roy-043
7d14bef0f5
Draft: Housekeeping: import translate from correct file
2022-07-23 19:51:03 +02:00
Yorik van Havre
d665c9b8d0
Merge pull request #7215 from Roy-043/Draft-Remove-unnecessary-DisplayStatusbar-preference
...
Draft: Remove unnecessary DisplayStatusbar preference
2022-07-20 10:45:36 +02:00
Uwe
3a50f95be4
Mod: remove some superfluous Boolean checks ( #7213 )
...
* Mod: remove some superfluous Python Boolean checks
2022-07-19 01:35:12 +02:00
Roy-043
1e5055a86b
Draft: Remove unnecessary DisplayStatusbar preference
2022-07-18 16:28:44 +02:00
Yorik van Havre
217b1e82cb
Merge pull request #7141 from Roy-043/Draft-make_hatch.py-should-return-the-object
...
Draft: make_hatch.py should return the object
2022-07-18 10:48:07 +02:00
Yorik van Havre
4555878c10
Merge pull request #7173 from Roy-043/Draft_Fix_setEdit_in_view_text.py
...
Draft: Fix setEdit in view_text.py
2022-07-18 10:44:31 +02:00
Yorik van Havre
87d9a43117
Merge pull request #7176 from Roy-043/Draft_Add_resetEdit_to_gui_hatch.py
...
Draft: Add resetEdit to gui_hatch.py
2022-07-18 10:44:06 +02:00
Roy-043
d6b3942ad1
Draft: Fix color handling in make_point.py
2022-07-17 12:32:08 +02:00
wmayer
780ccceccf
Draft: [skip ci] fix -Wunused-parameter
2022-07-16 11:26:58 +02:00
Benjamin Alterauge
3ef8a641c6
Remove DraftUtils.readDXF
2022-07-16 10:55:24 +02:00
Yorik van Havre
3f986ecce4
Merge pull request #7174 from Roy-043/Draft-Fix-EditMode-for-hatch,-facebinder-and-shapestring
...
Draft: Fix EditMode for hatch, facebinder and shapestring
2022-07-14 12:02:01 +02:00
Roy-043
d0c5345998
Update view_hatch.py
...
There is no need for `Gui.Control.closeDialog()` in `setEdit`
`Set colors` removed from the context menu.
2022-07-14 09:20:25 +02:00
Roy-043
081cf4c783
Update view_facebinder.py
...
There is no need for `Gui.Control.closeDialog()` in `setEdit`
2022-07-14 09:17:08 +02:00
Roy-043
2886559fda
Draft: Fix Hatch task panel title
...
Form -> Hatch
2022-07-14 09:07:12 +02:00
Roy-043
16ec7d02c0
Update view_text.py
...
Oops: import DraftGui instead of import Draft
2022-07-12 21:58:34 +02:00
Roy-043
7413a3a999
Draft: Add resetEdit to gui_hatch.py
2022-07-12 16:27:22 +02:00
Roy-043
202f4fdc7f
Draft: Fix EditMode for hatch, facebinder and shapestring
2022-07-12 13:30:01 +02:00
Roy-043
2f9c0713b2
Draft: Fix setEdit in view_text.py
...
The setEdit function should import the Draft module to make sure draftToolBar is available.
2022-07-12 13:14:37 +02:00
Peter Marquardt
5267658651
Draft: fix spacing of ToolTip text
2022-07-12 02:59:30 +02:00
Roy-043
f4d4304e1b
Draft: Fix join.py
2022-07-08 10:52:05 +02:00
Roy-043
2f19dbaf23
Draft: make_hatch.py should return the object
2022-07-06 18:44:19 +02:00
Roy-043
966911775a
Draft: displayStatusbarScaleWidget should be checked in preferences-draftinterface.ui
2022-07-06 00:02:45 +02:00
Roy-043
e6e210467e
Update gui_snapper.py
2022-07-04 16:59:02 +02:00
Roy-043
88d1808ccb
Draft: Fix near snap
2022-07-04 09:43:15 +02:00
Roy-043
bc37be0c54
Draft: Fix default fillmode in DraftGui.py
2022-06-28 15:42:28 +02:00
Yorik van Havre
27bfa083b2
Update src/Mod/Draft/draftguitools/gui_selectplane.py
...
Co-authored-by: 0penBrain <48731257+0penBrain@users.noreply.github.com >
2022-06-27 11:51:51 +02:00