marcuspollio
80847bb45f
Merge remote-tracking branch 'upstream/main' into bim-cleanup-imports
2025-03-30 12:44:55 +02:00
Chris Hennes
e7156aa326
Merge pull request #20496 from hyarion/refactor/cppify-constants
2025-03-29 18:43:40 -05:00
Pieter Hijma
cf1a5c5c18
[Doc] Make naming groups consistent in App
...
The identifier for groups/topics such as "Document" that have a class
with the samen name are suffixed with "Group", so the identifier becomes
"DocumentGroup". For groups/topics with no ambiguity the identifier
matches the topic name closely, for example "ExpressionFramework" for
topic "Expression Framework".
2025-03-29 15:11:01 -05:00
Pieter Hijma
1ba6a40472
[Doc] Add links between topics and relevant items
...
The documentation has topics, for example topic App which contains
namespace App or topic Document that contains class Document. This
commit makes sure that the topic has a link to the relevant class or
namespace, whereas the relevant class or namespace refers back to the
topic for a more high-level overview.
2025-03-29 15:11:01 -05:00
Pieter Hijma
ec4ea7f8d3
[Doc] Improve topics within App
...
- The location of the documentation is improved (not in the cpp file
anymore but in core-app.dox). This prevents cluttering source with
high-level overviews typical of topic documentation.
- The formatting has been made consistent.
2025-03-29 15:11:01 -05:00
Pieter Hijma
52317683f7
[Doc] Show topics instead of modules
2025-03-29 15:11:01 -05:00
Benjamin Nauck
8145be8c2b
Update src/App/ExpressionParser.l
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-03-29 20:56:55 +01:00
Benjamin Nauck
1dc34ffcd4
Update src/App/ExpressionParser.l
...
Fixes issue in expression parser
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-03-29 20:56:30 +01: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
Kacper Donat
caab5fba78
Gui: Fix saving light sources
2025-03-29 14:14:04 -05:00
Pieter Hijma
b263b407ed
[Doc] Improve the main page for WebDoc
...
For the web version, the main page has improved with more information
about the organization with respect to the topics. The most important
topics are listed prominently on the main page as well.
2025-03-29 12:14:37 -05:00
Kacper Donat
f5199145a4
Merge pull request #20379 from chennes/baseEliminatePy_GetPath
...
Replace it with a piece of code that replicates the functionality. Also eliminate the round-trip through char * that this function was using (the final variable is stored as a std::string anyway).
2025-03-29 18:13:08 +01: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
f773550a47
Tools: 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
Benjamin Nauck
34bc1d45ea
Gui: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Benjamin Nauck
ae686942a7
Base: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:37 +01:00
Benjamin Nauck
81e0b408fa
App: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:37 +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
marioalexis
8c6e77ee97
Base: Improve schema translation for electrical units
2025-03-28 07:43:15 +01:00
Roy-043
4ac8f0b141
Draft: fix status bar widgets display timing issue
...
Fixes #17044 .
2025-03-28 06:09:54 +01:00
Leif-Jöran Olsson
fb5ded6e53
Fixing ambiguiguous python shebang in installed script freecad-thumbnailer. Removed skip ci according to instruction.
2025-03-27 21:42:49 -05:00
marioalexis
d8b9681a8f
Fem: Update test
2025-03-27 21:13:21 +01:00
marioalexis
10426ca011
Fem: Add electric charge density object
2025-03-27 21:13:21 +01:00
marioalexis
a8372c1f55
Fem: Rename property SurfaceChargeDensity to ElectricFluxDensity
2025-03-27 21:13:21 +01:00
marioalexis
406a834a6d
Base: Add volume charge density unit
2025-03-27 21:13:21 +01:00
marioalexis
c8ccbeb421
Fem: Add calculator filter
2025-03-27 15:46:57 -03:00