wmayer
838a91fafb
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
71dc5ead2f
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
Yorik van Havre
367ce63a8a
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
58054f13bc
[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
54dcf4d4e1
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
95070bded4
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
a5c64777b1
Arch: Removed leftover debug messages
2022-07-29 14:01:56 +02:00
Yorik van Havre
99da0738a7
Arch: added ExclusionNames property to Shape2DViews
2022-07-28 14:09:41 +02:00
Roy-043
02170da098
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
01d4186535
Draft: Fix handling of groups on move-copy and rotate-copy
2022-07-26 11:26:50 +02:00
Yorik van Havre
612be230b2
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
28ea41cb32
Draft: Improve alignToFace in WorkingPlane.py
2022-07-24 18:52:41 +02:00
Roy-043
5512acd619
Draft: Housekeeping: import translate from correct file
2022-07-23 19:51:03 +02:00
Yorik van Havre
df5eb4260b
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
32ab100ed5
Mod: remove some superfluous Boolean checks ( #7213 )
...
* Mod: remove some superfluous Python Boolean checks
2022-07-19 01:35:12 +02:00
Roy-043
478ec3af01
Draft: Remove unnecessary DisplayStatusbar preference
2022-07-18 16:28:44 +02:00
Yorik van Havre
2336fad83e
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
4653077fce
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
288a2ee36f
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
b92eff0aa8
Draft: Fix color handling in make_point.py
2022-07-17 12:32:08 +02:00
wmayer
21524a7ebf
Draft: [skip ci] fix -Wunused-parameter
2022-07-16 11:26:58 +02:00
Benjamin Alterauge
43f17aa624
Remove DraftUtils.readDXF
2022-07-16 10:55:24 +02:00
Yorik van Havre
2513132eac
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
c6c67b1943
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
40d952dccc
Update view_facebinder.py
...
There is no need for `Gui.Control.closeDialog()` in `setEdit`
2022-07-14 09:17:08 +02:00
Roy-043
8a45231bcd
Draft: Fix Hatch task panel title
...
Form -> Hatch
2022-07-14 09:07:12 +02:00
Roy-043
57699b1c25
Update view_text.py
...
Oops: import DraftGui instead of import Draft
2022-07-12 21:58:34 +02:00
Roy-043
9d41e9307f
Draft: Add resetEdit to gui_hatch.py
2022-07-12 16:27:22 +02:00
Roy-043
e9761691ae
Draft: Fix EditMode for hatch, facebinder and shapestring
2022-07-12 13:30:01 +02:00
Roy-043
7ce23ccb02
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
a1c8380be3
Draft: fix spacing of ToolTip text
2022-07-12 02:59:30 +02:00
Roy-043
b9f5870c5c
Draft: Fix join.py
2022-07-08 10:52:05 +02:00
Roy-043
392423da14
Draft: make_hatch.py should return the object
2022-07-06 18:44:19 +02:00
Roy-043
2b546f0dd1
Draft: displayStatusbarScaleWidget should be checked in preferences-draftinterface.ui
2022-07-06 00:02:45 +02:00
Roy-043
d2ce02058e
Update gui_snapper.py
2022-07-04 16:59:02 +02:00
Roy-043
9623cd5973
Draft: Fix near snap
2022-07-04 09:43:15 +02:00
Roy-043
732489de2d
Draft: Fix default fillmode in DraftGui.py
2022-06-28 15:42:28 +02:00
Yorik van Havre
29f5e2cc83
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
Roy-043
a574cdb6b2
Draft: Fix align working plane to DatumPlane bug
2022-06-27 10:26:59 +02:00
wmayer
bfbf23d698
Draft: handle the absence of the Drawing module in the unit tests
2022-06-26 12:07:48 +02:00
wmayer
71aa31f9fa
Draft: handle the absence of the Drawing module in the unit tests
2022-06-25 18:05:23 +02:00
Yorik van Havre
a0807918a0
Merge pull request #7071 from Roy-043/Draft-Fix-Placement-in-make_sketch
...
Draft: Fix Sketch Placement in make_sketch (issue #7058 )
2022-06-24 13:53:33 +02:00
Roy-043
8559de5dda
Draft: Fix Placement in make_sketch
2022-06-22 12:11:47 +02:00
Kuzemko Alexsandr
b99ccc6193
Crowdin Update .ts files with current source.
2022-06-21 17:31:06 +03:00
Yorik van Havre
05301abfcb
Merged crowdin translations
2022-06-12 11:56:37 +02:00
Yorik van Havre
3af0623431
Merged crowdin translations
2022-06-10 11:03:57 +02:00
Yorik van Havre
56264248eb
Merged crowdin translations
2022-06-09 13:40:35 +02:00
Yorik van Havre
e8aa6ec7f2
Merge pull request #6991 from 0penBrain/draftGrid
...
Draft: fix grid spacing default initialization
2022-06-08 13:22:45 +02:00
Yorik van Havre
6d479e6cda
Generated ts files
2022-06-08 12:32:59 +02:00
Yorik van Havre
d2f8b7d4e3
Merged crowdin translations
2022-06-08 12:28:54 +02:00