marcuspollio
4c2a0be22f
BIM: cleanup license and add SPDX
2025-04-04 17:46:58 +02:00
Roy-043
68b2e5facf
Merge pull request #20574 from luzpaz/typo-source-draft
...
Draft: fix source typo in draftobjects/patharray.py
2025-04-04 14:42:30 +02:00
Roy-043
8c6675e9ea
Draft: make Draft_SelectPlane recognize the new Part_DatumPlane object
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=96058
2025-04-04 14:26:28 +02:00
captain0xff
d8f673aead
techdraw: remove QGVPage::getDevicePixelRatio() in favor of getMaximumDPR
2025-04-03 19:55:27 +05:30
captain0xff
887cbd0e1a
remove some code setting pixel density ratio for pixmaps
...
update
2025-04-03 19:55:27 +05:30
captain0xff
740a028df5
Gui: make BitmapFactory::pixmapFromSvg dpi aware
...
added getMaximumDPR method and removed a overload of pixmapFromSvg with dpr parameter
update
2025-04-03 19:55:27 +05:30
PhaseLoop
93569b815d
Revert "fix issues"
...
This reverts commit 5a6fd53b3a .
2025-04-03 10:32:25 +02:00
Leticia Vong
7a35b9dfcd
GUI: Fix #18806 Toggle freeze behavior
...
Previously, StdCmdToggleFreeze only unfroze child objects using
getInListRecursive(). This update ensures that dependent objects
are properly unfrozen.
Freezing behavior remains unchanged.
2025-04-02 22:28:51 -05:00
mosfet80
cd3567a617
MOD: ReverseEngineering clean ( #20555 )
...
* MOD: ReverseEngineering
clean code .
removed old code pcl lib is alwais >then 1.7 (ubuntu 20.04 use pcl 1.10)
* [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-04-02 22:11:09 -05:00
Andrea
94eaba4674
MOD: SANDBOX clean
...
clean code
2025-04-02 22:10:11 -05:00
mosfet80
e7d29290b7
MOD: OPENSCAD clean ( #20558 )
...
clean code
2025-04-02 22:07:52 -05:00
Dan Taylor
3938617864
CAM: Adaptive: Rename tests with descriptive names; remove empty dummy test; minor test cleanups/comments/clarifications
2025-04-02 20:55:51 -05:00
Dan Taylor
2ff623e6ca
CAM: Adaptive: Machine entire model if no faces/edges are selected ("adaptive roughing")
2025-04-02 20:55:21 -05:00
Dan Taylor
5c1e93759a
CAM: Adaptive: Add Z stock to leave (separate from XY stock to leave) and order-by-region/order-by-depth cut ordering options
2025-04-02 20:47:44 -05:00
Dan Taylor
54116898da
CAM: Adaptive: Make machined regions respect stock and model in 3D, not just the 2D projections of the stock and selected machining bounding box
2025-04-02 20:35:15 -05:00
Benjamin Nauck
d480b83eea
Addon Manager: Fix call to get home_dir for pip
2025-04-02 13:36:20 -05:00
marioalexis84
61b95ac6cd
Fem: Update modification time for FemFrameSourceAlgorithm - fixes #20543 ( #20548 )
2025-04-01 23:19:53 -05:00
Chris Hennes
4e132ec936
App: Change element name warning to log
2025-04-01 23:57:13 +02:00
Benjamin Bræstrup Sayoc
0ad8b1184e
Build: force CMake to 3.31.6 version in CI ( #20581 )
...
* Update sub_buildUbuntu.yml
* Update sub_buildWindows.yml
2025-04-01 21:29:52 +02:00
Kacper Donat
5658274bb8
Merge pull request #20559 from hyarion/refactor/add-limits
...
Add `#include <limits>` in all files where it is used
2025-04-01 17:11:50 +02:00
Roy-043
310b6ac7bb
Merge pull request #20395 from paullee0/DraftFaces_05_Bind_Improve-Fuse_and_Warning
...
[Draft-Faces] Bind: Improve fuse and warning
2025-04-01 16:16:43 +02:00
Roy-043
7d0bc04a14
Merge pull request #20529 from Roy-043/Draft-fix-alignment-of-dim-arrows
...
Draft: fix alignment of dim arrows
2025-04-01 16:13:01 +02:00
Luz Paz
8bc4b8d1af
Draft: fix source typo in draftobjects/patharray.py
2025-04-01 10:05:08 -04:00
Pieter Hijma
67cdd28d93
[Core] Fix value field unit selection
...
Qt automatically selects the text in the value field on creation. This
interferes with the selection when the field has focus. This commit
ensures that the automatic selection is undone.
2025-04-01 13:21:50 +02:00
Pieter Hijma
7271d63650
[Core] Show units in value editor VarSet dialog
...
Before this change, the units were not shown in the editor for values.
With this change the units (if applicable) are shown in the editor.
2025-04-01 13:21:50 +02:00
Pieter Hijma
4071f32c90
[Core] Make PropertyItem column usage more clear
...
- Renamed dataProperty -> dataPropertyName because the function returns
variants for the property name.
- Add an enum for the column to remove magic numbers
2025-04-01 13:21:50 +02:00
Benjamin Nauck
2c78997339
Refactor mapToInt/mapToUint
2025-04-01 08:02:42 +02:00
Chris Hennes
62b0e6eb4f
CMake: Allow external libE57Format
2025-04-01 07:55:25 +02:00
tringenbach
5412d0a4eb
Gui: Task overlay HiDPI vertical alignment
2025-04-01 07:53:22 +02:00
marioalexis
a1bc141c74
Fem: Add method to rename pipeline VTK data arrays
2025-04-01 06:35:17 +02:00
David Carter
d5f01377a5
Material: Interface with an external module
...
The ExternalManager class calls python functions in an external module
to create, read, update, and delete material definitions. The API
provided by the modules must conform to that defined in the
MaterialManagerExternal.py file.
All communications with the external module is routed through this
class.
2025-03-31 22:46:12 -04:00
Benjamin Nauck
accaa30571
Tools: Add #include <limits> where used
2025-03-31 23:53:16 +02:00
Benjamin Nauck
877cfbd9bb
Web: Add #include <limits> where used
2025-03-31 23:53:10 +02:00
Benjamin Nauck
738bc95fa2
TechDraw: Add #include <limits> where used
2025-03-31 23:53:03 +02:00
Benjamin Nauck
fb9249220e
Surface: Add #include <limits> where used
2025-03-31 23:52:55 +02:00
Benjamin Nauck
cb2c8a5a2d
Spreadsheet: Add #include <limits> where used
2025-03-31 23:52:48 +02:00
Benjamin Nauck
1cff040fbc
Sketcher: Add #include <limits> where used
2025-03-31 23:52:38 +02:00
Benjamin Nauck
fb4f110017
ReverseEngineering: Add #include <limits> where used
2025-03-31 23:52:33 +02:00
Benjamin Nauck
f92d2f51f1
Point: Add #include <limits> where used
2025-03-31 23:52:24 +02:00
Benjamin Nauck
913850ef04
PartDesign: Add #include <limits> where used
2025-03-31 23:52:18 +02:00
Benjamin Nauck
efa41a5952
Part: Add #include <limits> where used
2025-03-31 23:52:08 +02:00
Benjamin Nauck
05a41dddbd
MeshPart: Add #include <limits> where used
2025-03-31 23:52:00 +02:00
Benjamin Nauck
cd1209e146
Mesh: Add #include <limits> where used
2025-03-31 23:51:52 +02:00
Benjamin Nauck
fff96e6974
Inspection: Add #include <limits> where used
2025-03-31 23:51:38 +02:00
Benjamin Nauck
cf156ad897
Import: Add #include <limits> where used
2025-03-31 23:51:31 +02:00
Benjamin Nauck
7c6db638c8
Fem: Add #include <limits> where used
2025-03-31 23:51:06 +02:00
Benjamin Nauck
41397caf09
Cloud: Add #include <limits> where used
2025-03-31 23:50:57 +02:00
Benjamin Nauck
5e6c8fe684
CAM: Add #include <limits> where used
2025-03-31 23:50:49 +02:00
Benjamin Nauck
b6d6c8837f
Gui: Add #include <limits> where used
2025-03-31 23:50:37 +02:00
Benjamin Nauck
cb51f3fd2c
Base: Add #include <limits> where used
2025-03-31 23:50:30 +02:00