Benjamin Bræstrup Sayoc
099c9b3404
ReverseEngineering: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Benjamin Bræstrup Sayoc
500a52e7b8
Sandbox: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Benjamin Bræstrup Sayoc
0b844f8137
Points: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Benjamin Bræstrup Sayoc
240912e470
Spreadsheet: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Benjamin Bræstrup Sayoc
e2f018ceeb
PartDesign: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Benjamin Bræstrup Sayoc
3d1e49a888
Import: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
b0b62f3f26
Measure: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
4ed902e07f
Fem: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
2ea8b4b635
MeshPart: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
1c0774563d
Material: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
e2baa03d24
Start: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
a59ad914ba
Mesh: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
93f571c9f1
CAM: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
aa43ce8cc0
Sketcher: Use QStringLiteral
2025-02-10 18:32:45 +01:00
Benjamin Bræstrup Sayoc
fa31c7934a
Part: Use QStringLiteral
2025-02-10 18:32:44 +01:00
Benjamin Bræstrup Sayoc
9a8bdbaf9f
TechDraw: Use QStringLiteral
2025-02-10 18:32:44 +01:00
Chris Hennes
97b9b6de89
Merge pull request #17082 from benj5378/useTemplates
...
[TechDraw] Use templates
2025-02-10 11:17:26 -06:00
mosfet80
f0aa12497a
clean SketchObject.cpp ( #15728 )
...
* clean SketchObject.cpp
Code clean
small optimization
* Restore comment
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-02-10 11:04:26 -06:00
Chris Hennes
c51ecd73b1
Merge pull request #18916 from AjinkyaDahale/sk-refactor-stage-3
...
[Sketcher] Round 3 of refactors
2025-02-10 11:01:55 -06:00
tritao
114723475c
App: Improve Document.copyObject Python API.
...
This updates the `Document.copyObject` Python API by allowing for
keyword arguments and aligning the documentation with the C++ API.
This can make the Python code more readable, by using the keywords form:
```python
document.copyObject(obj, recursive=True, return_all=False)
```
Previous keyword-less version tested and still working for backwards
compatibility.
2025-02-10 10:57:17 -06:00
Chris Hennes
5869fdb95f
Merge pull request #19420 from tritao/gui-selection-refactor
...
Gui: Selection code cleanups
2025-02-10 10:56:23 -06:00
tritao
f7a0cece08
Base: Remove Boost-based filesystem and switch to standard <filesystem>
2025-02-10 10:48:54 -06:00
Joao Matos
5931e3295d
CMake: Improve Pivy Coin3D version mismatch checking.
2025-02-10 10:41:47 -06:00
LarryWoestman
26e532bd10
CAM: converted the refactored* postprocessors to the new (more object-oriented) API ( #19006 )
...
* CAM: converted the refactored* postprocessors to the new API
with corresponding tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-10 10:37:57 -06:00
herbkonik
572230cc95
Update SurfaceSupport.py ( #18724 )
2025-02-10 10:35:26 -06:00
tritao
359f832dfb
Gui: Check if document exists in View3DInventorViewer::setOverrideMode.
2025-02-10 10:33:22 -06:00
Alfredo Monclus
2c4650ba82
feat(PD): guess closest thread designation
...
fixes metric to metric-fine not working when switching threadtype from cli and property panel and the cases when changing from metric to inch based types and vice-versa
2025-02-10 10:32:52 -06:00
Chris Hennes
b18150e048
Merge pull request #19479 from tritao/base-cleanup-xml-generation
...
Base: Minor cleanups to base XML bindings generation
2025-02-10 09:34:50 -06:00
Roy-043
ecfde4eed9
Merge pull request #19477 from Roy-043/Draft-Introduce-Edit-option-for-Draft-Clone-scaling
...
Draft: Introduce Edit option for Draft Clone scaling
2025-02-10 16:16:59 +01:00
Roy-043
4815157107
Merge pull request #19487 from Roy-043/Draft-make-arrays-explodable
...
Draft: make arrays explodable
2025-02-10 16:16:18 +01:00
Furgo
7135525346
BIM: fix error on double-clicking on non-IFC objects
2025-02-10 14:32:20 +01:00
Roy-043
c423a3a892
BIM: Panel does not require a Base
...
https://forum.freecad.org/viewtopic.php?t=94657
2025-02-10 14:28:26 +01:00
Roy-043
2b62e91460
BIM: ifc_viewproviders.py make context menus translatable
2025-02-10 14:28:26 +01:00
Yorik van Havre
7829cab969
Bim project manager upgrade ( #17909 )
...
* BIM: NativeIFC 2D support - basic import/export + linework annotations
* BIM: NativeIFC 2D support - texts
* BIM: NativeIFC 2D support - dimensions
* BIM: NativeIFC 2D support - optimized export of FreeCAD dimensions
* BIM: NativeIFC 2D support - section planes
* BIM: NativeIFC 2D support - misc fixes cf comment #2383181661
* BIM: NativeIFC 2D support - axes
* BIM: Project manager upgrade
* BIM: Fixed rebase leftover
2025-02-10 10:40:46 +01:00
Chris Hennes
d36e41d18b
CI: Update linter settings
...
* Updates Clazy to only run on changed files
* Ensures clazy does not analyze #included files
* Disables a few unnecessary cpplint checks
2025-02-09 18:51:36 -06:00
Benjamin Bræstrup Sayoc
5793b0d59d
[TechDraw] Use templates instead of duplicate code: formatVector
2025-02-08 22:35:57 +01:00
Benjamin Bræstrup Sayoc
9f8f6b1f56
[TechDraw] Use templates instead of duplicate code: toGp
2025-02-08 22:35:57 +01:00
Roy-043
1de045ae66
Draft: make arrays explodable
...
Fixes #13085 .
This PR adds the `PlacementList` property to non-link arrays.
2025-02-08 19:20:33 +01:00
tritao
21d3cc0e78
Tools: Move bindings generator into generator folder.
2025-02-08 16:11:01 +00:00
tritao
a0578fa302
Tools: Add verbose mode to Python bindings generator.
2025-02-08 13:14:22 +00:00
tritao
5468f91eb1
Tools: Refactor existing XML generator for extra readability.
2025-02-08 13:14:22 +00:00
tritao
b83db107cd
Base: Minor cleanups to base XML bindings.
2025-02-08 13:14:22 +00:00
tritao
2145b742eb
Base: Standardize on Py::Long type for Python bindings.
2025-02-08 13:14:22 +00:00
tritao
5117c82d33
Base: Clean documentation for PyObjectBase.h.
2025-02-08 13:14:22 +00:00
Roy-043
f3854d155a
Draft: Introduce Edit option for Draft Clone scaling
...
Fixes #13324 .
The Edit option is available from the Tree view context menu, but you can also double-click the clone in the Tree view.
The task panel is based on that of the Draft Scale command. The "Uniform scaling" checkbox is (un)checked depending on the current scaling of the clone.
2025-02-08 11:22:20 +01:00
mosfet80
e8d466ea98
Delete src/Tools/RegExp directory
...
remove unnecessary tool
2025-02-07 20:29:34 -06:00
xtemp09
6fa5ec9843
Assembly: Fix the crash described in #18475
2025-02-07 17:39:03 -06:00
colinRawlings
bec119b064
Fem: Display popup menu when MeshGroup solid selection is ambiguous ( #18812 )
...
* Fem: Display popup menu when MeshGroup solid selection is ambiguous
* FEM: Update license to new language
---------
Co-authored-by: Chris Hennes <chennes@gmail.com >
2025-02-07 16:25:55 -06:00
Roy-043
a70cd6e6e3
Merge pull request #19470 from Roy-043/Draft-add-some-checks-for-font-file-of-shapestring
...
Draft: add some checks for font file of shapestring
2025-02-07 20:38:06 +01:00
Roy-043
d93cec7063
Draft: add some checks for font file of shapestring
...
Fixes #19447 .
2025-02-07 20:03:49 +01:00