wmayer
655e2f6978
Gui: allow to add task box with no header and
...
add methods to add a task box to a watcher
2024-03-26 15:57:20 +01:00
wmayer
0ed7eb5652
Gui: use of TaskDialog::addTaskBox
2024-03-26 15:57:20 +01:00
wmayer
bc9d845296
Gui: extend and add overloaded method of TaskDialog::addTaskBox
2024-03-26 15:57:20 +01:00
wmayer
c649fd3d09
Part: add export macro for Windows builds
2024-03-26 15:54:13 +01:00
wmayer
2c4fbc5427
Part: make GUI for ProjectOnSurface feature
2024-03-26 15:54:13 +01:00
wmayer
969106d2a7
Part: add ViewProviderProjectOnSurface
2024-03-26 15:54:13 +01:00
wmayer
0bb9399806
Part: make projection on surface parametric
2024-03-26 15:54:13 +01:00
PaddleStroke
01aca973b2
TechDraw: Remove "cosmetic eraser" from toolbar
2024-03-26 09:01:58 -04:00
Günther Eder
4845d391ed
fix: BoundBox exception when inserting BIM section plan into TechDraw. ( #13153 )
2024-03-26 11:23:55 +01:00
Yorik van Havre
7faaf67a68
Arch: Small fix in webgl export - fixes #13160
2024-03-26 11:21:52 +01:00
Roy-043
e7c0d969f4
Merge pull request #13051 from yorikvanhavre/draft-wp-set-color
...
Draft: Allow to change grid color in WP taskpanel
2024-03-26 11:17:13 +01:00
Roy-043
d397cf2d59
Merge pull request #13100 from Roy-043/Draft-fix-handling-of-shapes-in-shape2dview.py
...
Draft: fix handling of shapes in shape2dview.py
2024-03-26 11:12:59 +01:00
wmayer
4c9b21d003
Sketcher: fix typo in function name -> areCollinear
...
The same function exists in the Draft module but don't fix it there to avoid to possibly break add-ons
2024-03-26 10:34:01 +01:00
CalligaroV
90bf69e287
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 3)
* Added note about the WireJoiner class in Mod/CAM/App/Area.cpp
2024-03-26 09:57:47 +01:00
CalligaroV
b766126a85
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 2)
2024-03-26 09:57:47 +01:00
CalligaroV
051b962713
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 1)
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
3a53e89921
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::IsDeleted()
* Fixed a typo in test for WireJoiner::Modified()
* Fixed a typo in test for WireJoiner::Generated()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
1984846af4
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::Generated()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
522b5836f9
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::Modified()
* Fixed typo in test for WireJoiner::getResultWires()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
ca0f58c389
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::Build()
* Fixed typo in test for WireJoiner::getResultWires()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
8c757a9fd1
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::getResultWires()
* Replaced references in test for WireJoiner::getOpenWires() with more correct references
* Added a comment in WireJoiner::WireJoinerP::getResultWires() to better explain how it works
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
fa674df945
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::getOpenWires()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
2b2f69f60f
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::setTolerance()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
12fee40c6a
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::setMergeEdges()
* Changed position of some comments
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
86ccf2a4ed
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::setSplitEdges()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
374ed64c1f
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::setTightBound()
* Minor modifications and typo
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:46 +01:00
CalligaroV
fb0e7dad14
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::setOutline()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:46 +01:00
CalligaroV
ca90a5bd9b
Part/Toponaming: Transfer WireJoiner
...
* Created dedicated tests file for WireJoiner
* Added test for WireJoiner::addShape()
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:46 +01:00
Zheng, Lei
310b341f65
Part/Toponaming: Transfer WireJoiner
2024-03-26 09:57:46 +01:00
Roy-043
a7251a6c3a
Sketcher: Spelling colinear -> collinear
...
I have not changed the name of the `areColinear` function.
2024-03-26 07:40:14 +01:00
Chris Hennes
4596aa1ae6
Add missing files to PreCompiled.h
2024-03-26 07:36:24 +01:00
Chris Hennes
ba8250e3fd
Add QOffscreenSurface to QtAll.h
2024-03-26 07:33:43 +01:00
Chris Hennes
148fd37c5a
Merge pull request #13096 from bgbsww/bgbsww-toponamingComplexGeoData
...
Toponaming/Part Bring in Python layer for ComplexGeoData
2024-03-25 23:20:52 -05:00
Chris Hennes
9f4a0ab622
Merge pull request #13084 from bgbsww/bgbsww-toponamingSketcherGetElementName
...
Toponaming/Part: Move sketcher override of getElementName over
2024-03-25 23:00:04 -05:00
bgbsww
df381e0a21
Clean and test ComplexGeoData python interface
2024-03-25 21:52:37 -04:00
Zheng, Lei
6c7079ef70
Transfer in ComplexGeoData python interface
2024-03-25 21:52:36 -04:00
bgbsww
55acedb83d
Clean, enable disabled element map code in sketcher, add tests
2024-03-25 21:51:41 -04:00
Zheng, Lei
f19df465ea
Toponaming/Part: Move sketcher override of getElementName over
2024-03-25 21:51:41 -04:00
Zheng, Lei
4f7cc3d5d7
Toponaming/Part: move Toposhapepy get methods in
2024-03-25 21:23:41 -04:00
wandererfan
2712a98d47
[TD]fix ComplexSection with ViewDirection == Z
2024-03-25 21:22:04 -04:00
wandererfan
a171886f8c
[TD]remove 2 unused methods
2024-03-25 21:22:04 -04:00
Chris Hennes
99e93f60b1
Fix apos and quot html entities in CAM
2024-03-25 18:09:46 -05:00
Chris Hennes
af131413c5
Update translations
2024-03-25 18:08:22 -05:00
Chris Hennes
9e121fe32f
CAM: Remove old Path translation files
2024-03-25 17:34:04 -05:00
Chris Hennes
47df83c4db
Translation update: move Path to CAM
2024-03-25 17:32:59 -05:00
Florian Foinant-Willig
ab7c1423fb
fix undeclared M_PI
2024-03-25 22:32:20 +01:00
Florian Foinant-Willig
646b4381f9
Sketcher: ArcLength GUI
2024-03-25 22:32:20 +01:00
Florian Foinant-Willig
a8254a4e0c
Sketcher : ArcLength Constraint
2024-03-25 22:32:20 +01:00
sliptonic
380d452adb
Merge pull request #13056 from plaes-prs/drop-dos2unix
...
fedora.spec: Drop dos2unix dependency
2024-03-25 12:38:46 -05:00
Yorik van Havre
1f195b428a
Merge branch 'main' into draft-wp-set-color
2024-03-25 18:37:00 +01:00