Benjamin Nauck
3462c165d8
Surface: Add #include <limits> where used
2025-03-31 23:52:55 +02:00
Benjamin Nauck
8073075301
Spreadsheet: Add #include <limits> where used
2025-03-31 23:52:48 +02:00
Benjamin Nauck
4b589088f6
Sketcher: Add #include <limits> where used
2025-03-31 23:52:38 +02:00
Benjamin Nauck
5b436f2a83
ReverseEngineering: Add #include <limits> where used
2025-03-31 23:52:33 +02:00
Benjamin Nauck
30ff61f7c0
Point: Add #include <limits> where used
2025-03-31 23:52:24 +02:00
Benjamin Nauck
65a0fb0ed4
PartDesign: Add #include <limits> where used
2025-03-31 23:52:18 +02:00
Benjamin Nauck
d5447df72d
Part: Add #include <limits> where used
2025-03-31 23:52:08 +02:00
Benjamin Nauck
0ac87c8a27
MeshPart: Add #include <limits> where used
2025-03-31 23:52:00 +02:00
Benjamin Nauck
368f1fc296
Mesh: Add #include <limits> where used
2025-03-31 23:51:52 +02:00
Benjamin Nauck
1aeb594c80
Inspection: Add #include <limits> where used
2025-03-31 23:51:38 +02:00
Benjamin Nauck
1669427449
Import: Add #include <limits> where used
2025-03-31 23:51:31 +02:00
Benjamin Nauck
a6e1b894fe
Fem: Add #include <limits> where used
2025-03-31 23:51:06 +02:00
Benjamin Nauck
1dc1cc8d1b
Cloud: Add #include <limits> where used
2025-03-31 23:50:57 +02:00
Benjamin Nauck
df6a76ba84
CAM: Add #include <limits> where used
2025-03-31 23:50:49 +02:00
marioalexis
b655de3ea6
Fem: Simplify label in material task panel
2025-03-31 18:36:20 +02:00
Kevin Martin
0986dadb2f
Correct non-gui DXF C++ importer to not generate pending python exceptions ( #20328 )
...
* Add a test case for DXF import
* Test gui flag rather than look for import error to make gui decision
The new code is cleaner and faster and avoids any exception stuff
* Properly avoid trying to use Layer's View object in non-GUI
The code was trying to avoid this but had a Python None object rather than a null C++ pointer and so tried setting a property on None. This left an unhandled exception state which acted as a booby trap that caused the later failure of some unrelated code.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* De-lint, remove wong "unsupported" message
Hidden layers have been supported for a while but still generated an import note about this being unsupported.
* [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-03-31 11:20:37 -05:00
Tiago Almeida
9153926cbf
fix #20005 : material editor issue
...
-Changed info.baseName() to
info.fileName().remove(QStringLiteral(".FCMat"), Qt::CaseInsensitive)
in MaterialLibrary.cpp to ensure that only the extension ".FCmat"
is removed from the file name bacause the previous version was removing
everything in front of the first dot
2025-03-31 11:16:12 -05:00
Andrea
85179089b1
[mod] clean
...
code clean
2025-03-31 11:01:39 -05:00
Jonathan Zirkle
ee6f757c57
Mod: Convert from dynamic to static casts ( #20452 )
2025-03-31 15:17:51 +02:00
Tomas Polak
e581142ff6
BIM adjust BIM_Classification tooltip
2025-03-30 20:54:50 +02:00
jonzirk76
025155fbe7
TechDraw: remove double type checking
...
Fixes #20131
2025-03-30 10:42:08 -05:00
Roy-043
f5d98e6e5d
Draft: fix Dim Auto Flip Tex angle checks
...
When checking angles Dim Auto Flip Text did not consider that angles can be almost -180 degrees and should then be treated the same as 180 degree angles.
2025-03-30 14:01:10 +02:00
Chris Hennes
e7156aa326
Merge pull request #20496 from hyarion/refactor/cppify-constants
2025-03-29 18:43:40 -05:00
Andrea
0f4f47e313
[Mod] assembly clean
...
clean code
2025-03-29 14:31:40 -05:00
Chris Hennes
e33b427224
Fem: Remove unused variables
2025-03-29 14:31:22 -05:00
Chris Hennes
168815b6d1
Merge pull request #20286 from marioalexis84/fem-calculator_filter
...
Fem: Add calculator filter
2025-03-29 14:30:48 -05:00
ashimabu
0317206930
Sketcher: Explicitly check fullyConstrainedChanged on solve ( #20236 )
2025-03-29 14:25:58 -05:00
Benjamin Nauck
8d228090de
Web: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
bfdaa9aab2
Techdraw: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
f5244d404c
Surface: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
dc19a631a5
Spreadsheet: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
b4eb28e50e
Sketcher: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
Benjamin Nauck
e8d836f390
Robots: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
7efa4c1830
ReverseEngineering: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
044997b1ac
Point: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
98876d070d
PartDesign: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
aad5e58955
Part: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
9086f0ff14
MeshPart: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
a9c66476f8
Mesh: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
bc462c44cc
Measure: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
42e219a9fd
Material: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
eb69b72a2b
Inspection: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
821327b4cd
Import: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
d0dc4c00ef
FEM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
fd28d6f27f
Drawing: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
a7b71335b7
CAM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
984c0d43fd
Assembly: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
mosfet80
96e8a9e83c
Remove old GCC<=8 ( #20508 )
...
GCC version is always greater than 8
2025-03-29 12:21:36 +01:00
Andrea
2f5f8f32e7
Remove old Coin code <=3
...
ubuntu 22.04 use libcoin v 4. https://launchpad.net/ubuntu/jammy/+package/libcoin-dev
2025-03-29 12:16:09 +01:00
marioalexis
db8b58f73e
Fem: Fix return value in FemPostPipelinePy::read
2025-03-28 16:39:34 +01:00