Benjamin Nauck
a0a64c1fb8
Base: Make Type::importModule private
2025-03-06 20:50:04 +01:00
Benjamin Nauck
e7119ee243
Base: Add documentation of Type
2025-03-06 20:50:04 +01:00
Benjamin Nauck
ece25df768
Base: Add asserts to check that Type has been initialized
2025-03-06 20:50:04 +01:00
Benjamin Nauck
280c1c610d
Base: Minor cleanup
...
* Add const
* Add final
* [[nodiscard]]
* Fix parameter names
* Add TypeId instead of unsigned int
* Add "BadType" string constant
Some some other tweaks
2025-03-06 20:49:58 +01:00
Benjamin Nauck
140527d64a
Base: Use pass by value instead of reference as size is small
2025-02-24 08:30:18 +01:00
Benjamin Nauck
e956bc2101
Base: Constrain size of Base::Type
2025-02-24 08:30:18 +01:00
Benjamin Nauck
65c6614081
Sketcher: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
211b3209ac
Part: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
17ed01bbf2
Measure: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
44a7704ad9
Gui: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
e840c840c0
App: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
27222321c6
Base: Use constant for Type::BadType instead Type::badType()
2025-02-24 08:30:18 +01:00
Benjamin Nauck
142c061a90
Sketcher: Use isBad() instead of comparing types with ==
2025-02-24 08:30:18 +01:00
Benjamin Nauck
2c966f5020
Part: Use isBad() instead of comparing types with ==
2025-02-24 08:30:18 +01:00
Benjamin Nauck
8af7f1b043
Gui: Use isBad() instead of comparing types with ==
2025-02-24 08:30:18 +01:00
Benjamin Nauck
69ffc443d6
App: Use isBad() instead of comparing types with ==
2025-02-24 08:30:18 +01:00
Benjamin Nauck
a9828d6fea
Base: Use isBad() instead of comparing types with ==
2025-02-24 08:30:18 +01:00
Chris Hennes
2c485cf998
Merge pull request #19253 from Jonezzzzz/SketcherGroupCommandsFix
...
Sketcher: Fixed Inconsistency between button tooltips and labeling for shortcuts.
2025-02-23 22:20:07 +00:00
Roy-043
2aaf67029b
Assembly: Make 2 menu texts more consistent
...
Menu texts in the Assembly WB are in title case without articles.
The following menu texts did not follow that 'standard':
* Insert a new part
* Create a Fixed Joint
2025-02-23 13:39:25 -06:00
Adrian Insaurralde
8fe4b0f7b4
CI: fix assembly unit tests executable name
2025-02-23 13:23:25 -06:00
Syres916
236de12a5f
[Gui] Expression dialog OK, capitalised and Alt+O shortcut applied
2025-02-23 16:51:04 +01:00
mosfet80
4698639206
clean QGSPage.cpp
...
-removed unused variable
-clean code
2025-02-23 09:17:53 -05:00
wandererfan
f1d10268e2
[TD]fix page selection from list
2025-02-23 09:16:33 -05:00
wandererfan
f831b34378
[TD]prevent quiet no-result on no page
2025-02-23 09:16:33 -05:00
WandererFan
a2827acf7e
Update src/Mod/TechDraw/Gui/ViewProviderPage.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:15:47 -05:00
WandererFan
f86bc82709
Update src/Mod/TechDraw/Gui/ViewProviderPage.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:15:47 -05:00
WandererFan
bae98e071d
Update src/Mod/TechDraw/Gui/ViewProviderPage.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:15:47 -05:00
wandererfan
8e868c3c1f
[TD]lint removal
2025-02-23 09:15:47 -05:00
wandererfan
1a7ed84278
[TD]fix maximize tab on view insertion
2025-02-23 09:15:47 -05:00
WandererFan
0c7245dba2
Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:14:23 -05:00
wandererfan
d5317ead9e
[TD]fix bad formatting
2025-02-23 09:14:23 -05:00
WandererFan
0026766183
Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:14:23 -05:00
WandererFan
713e6e6462
Update src/Mod/TechDraw/Gui/QGIViewDimension.cpp
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2025-02-23 09:14:23 -05:00
wandererfan
ae38fb51e2
[TD]lint removal
2025-02-23 09:14:23 -05:00
wandererfan
9ee3bd5629
{TD]Set Arrow end property at Dimension level.
2025-02-23 09:14:23 -05:00
bofdahof
62415907ee
current src path no longer required
2025-02-22 20:48:30 -06:00
Jacob Oursland
9af828d15a
CMake: Remove unsupported DEPENDS args to CMake macros.
2025-02-22 20:41:15 -06:00
Chris Hennes
f92fcbd089
Addon Manager: Fix pip usage on Snap and Appimage
2025-02-22 12:02:06 -06:00
GHDE
f494c2059b
fixed openExternalLinks in DlbAbout (FreeCAD#16423)
2025-02-22 12:00:39 -06:00
Andrea
f001b8a10a
update conda
...
switch to last 24 version
fix:
https://github.com/conda/conda-libmamba-solver/releases
2025-02-22 17:37:24 +01:00
Colin Rawlings
f74efa319c
Add check that the solid_name is valid
...
Avoid errors when hovering on the menu's label
2025-02-21 14:22:40 -06:00
bofdahof
34639e777d
Remove OpenCascade Community Edition
2025-02-21 14:21:21 -06:00
Chris Hennes
574579196b
Merge pull request #19660 from adrianinsaval/fix-spnav-regression
...
Fix spnav not enabled by default on linux after #19226 and #19407
2025-02-21 14:20:55 -06:00
bofdahof
b73a403ab0
Remove second vtk listing. See #19607
2025-02-21 14:18:10 -06:00
Chris Hennes
6fedb9da7d
Merge pull request #19739 from kadet1090/is-null-or-empty
...
Base: Add isNullOrEmpty string helper
2025-02-21 13:49:10 -06:00
Joao Matos
b67ab979af
CMake: Update minimum Python version to 3.10
2025-02-21 09:45:13 -06:00
Kacper Donat
7a067ed464
Update src/App/Application.cpp
...
Co-authored-by: Benjamin Nauck <benjamin@nauck.se >
2025-02-21 15:04:43 +01:00
Kacper Donat
12a69fe296
Base: Add isNullOrEmpty string helper
...
This adds isNullOrEmpty string helper that cheks if string is... well
null or empty. It is done to improve readability of the code and better
express intent.
2025-02-21 15:04:43 +01:00
Lukas Neubert
928556c5e5
readme: fix discord invite
2025-02-21 08:06:16 +01:00
Alfredo Monclus
c4a4ce3ae0
style: simplify fx icon to be more legible at small sizes
2025-02-20 19:59:56 +01:00