freecad-gh-actions-translation-bot
e5d0e5316d
Update translations from Crowdin
2026-02-09 05:39:43 +01:00
freecad-gh-actions-translation-bot
d574623a2e
Update translations from Crowdin
2026-01-26 10:11:06 +01:00
freecad-gh-actions-translation-bot
10a540b1bf
Update translations from Crowdin
2026-01-19 08:10:24 +01:00
freecad-gh-actions-translation-bot
7ddee25ec9
Update translations from Crowdin
2026-01-11 19:42:50 -06:00
WandererFan
7abdbe0ce0
Surface: Provide geometry to Measure module ( #26479 )
...
* [Surf]provide geometry to Measure
* [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>
2026-01-05 17:39:06 +01:00
freecad-gh-actions-translation-bot
2592406b35
Update translations from Crowdin
2026-01-05 08:47:20 +01:00
freecad-gh-actions-translation-bot
7fe10f7436
Update translations from Crowdin
2025-12-29 11:31:39 +01:00
Chris Hennes
2fbc36d472
Tools: Add Surface to translations
2025-12-25 19:06:55 +01:00
pre-commit-ci[bot]
5e0dd60ee5
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-11-11 19:34:32 +00:00
Frank Martinez
3561d25c2d
[License] Fix pyi license headers.
2025-11-11 13:26:18 -05:00
Frank Martinez
1cf57d6e11
[bindings] Format with yapf (precommit will reformat)
2025-11-11 13:23:10 -05:00
Frank Martinez
39d15c011e
black formatting
2025-11-11 13:23:10 -05:00
Frank Martinez
0eae00b9a1
[bindings] Code formatting
2025-11-11 13:23:09 -05:00
Frank Martinez
748004b4e4
[bindings] fix signatures in pyi files
2025-11-11 13:16:26 -05:00
pre-commit-ci[bot]
25c3ba7338
All: Reformat according to new standard
2025-11-11 13:49:01 +01:00
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
3f918a5d35
[ Surface ]: Updated SPDX ( #24560 )
2025-10-14 10:02:53 -05:00
Markus Reitböck
cfe0d9ffac
Surface: use CMake to generate precompiled headers on all platforms
...
"Professional CMake" book suggest the following:
"Targets should build successfully with or without compiler support for precompiled headers. It
should be considered an optimization, not a requirement. In particular, do not explicitly include a
precompile header (e.g. stdafx.h) in the source code, let CMake force-include an automatically
generated precompile header on the compiler command line instead. This is more portable across
the major compilers and is likely to be easier to maintain. It will also avoid warnings being
generated from certain code checking tools like iwyu (include what you use)."
Therefore, removed the "#include <PreCompiled.h>" from sources, also
there is no need for the "#ifdef _PreComp_" anymore
2025-09-23 22:39:36 +02:00
Markus Reitböck
c3805ecf4a
fix duplicate include guards in precompiled headers
2025-09-23 00:51:00 +02:00
wmayer
b1a37aebbb
CMake: Replace link_directories with target_link_directories
2025-09-08 19:04:38 +02:00
wmayer
93db4c7d8a
CMake: Replace include_directories with target_include_directories
2025-09-08 19:04:34 +02:00
Ian 'z0r0' Abreu
0217c1ef97
updating docblock locations.
2025-09-02 08:28:47 -04:00
Ian 'z0r0' Abreu
8d56e3e529
reverting author metadata
2025-09-02 08:25:37 -04:00
Ian 'z0r0' Abreu
b24040ee52
Adding license documentation to interface class docblocks.
2025-09-01 21:50:59 -04:00
Ian 'z0r0' Abreu
6d3fb9393a
Finalizing Python interface bindings for Robot, Spreadsheet, Surface.
2025-08-31 15:41:14 -04:00
Max Wilfinger
70f4221993
Fix missed strings for UI consistency
...
Fix ellipsis rendering
2025-08-08 06:37:59 -05:00
Ian 'z0r0' Abreu
ab225f5672
fixing unnecessary list import
2025-07-28 08:59:52 -05:00
Max Wilfinger
01d15c1edb
Update src/Mod/Surface/Gui/TaskSections.ui
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
c960c81543
Update src/Mod/Surface/Gui/TaskFillingEdge.ui
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
c9206a700d
Update src/Mod/Surface/Gui/TaskFillingVertex.ui
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
c388d958f4
Update src/Mod/Surface/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
24b3bb5d71
Update src/Mod/Surface/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
ede7667bc1
Update src/Mod/Surface/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
2202dc10ce
Update src/Mod/Surface/Gui/Command.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
6bef08a346
Update src/Mod/Surface/App/FeatureFilling.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
16020cf0c5
Update src/Mod/Surface/App/FeatureFilling.cpp
...
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com >
2025-06-30 10:35:00 -05:00
Max Wilfinger
e3dce25e00
Surface: Update UI strings for consistency
2025-06-30 10:35:00 -05:00
wmayer
017f2c8842
Helper function to get preferred delete key depending on platform
2025-06-09 18:10:52 +02:00
Max Wilfinger
23f29e3aa8
Fix linter warnings
2025-06-07 21:10:01 +02:00
wmayer
680ba751b3
Surface: Fix transaction support of BlendCurvePanel and bind widgets to properties
2025-06-06 16:11:00 +02:00
wmayer
327222f780
Surface: Add task panel for blending curve
2025-06-06 16:10:47 +02:00
theo-vt
13e7952ccc
PartDesign: Fix hole centered on point edge case ( #21257 )
...
* Light refactor of getTopoShape function
* Fix hole edge case
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/Mod/Part/App/PartFeature.cpp
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
* Update src/Mod/Part/App/PartFeature.cpp
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
* Update src/Mod/Part/App/PartFeature.cpp
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
* Update src/Mod/Part/App/PartFeature.cpp
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
* Refactor simplifyCompound()
* Use Base::Flags<GetShapeOption>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Shorten enum name and move it from class scope to namespace scope
* [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>
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-05-29 22:37:54 +02:00
bofdahof
998f4e4d45
Console: rename PascalCase named methods to camelCase
2025-05-06 17:50:21 +02:00
Kacper Donat
019a25ad75
Surface: Add missing SurfaceExport in Surface classes
2025-04-26 14:23:25 +02:00
Jacob Oursland
5b81cd741a
python: apply const method annotations to impls.
2025-04-16 20:32:04 -07:00
Andrew Shkolik
967d719bdc
Automatically switch to edge selection mode when creating surface
2025-04-07 17:57:07 +02:00
Benjamin Nauck
3462c165d8
Surface: Add #include <limits> where used
2025-03-31 23:52:55 +02:00
Benjamin Nauck
f5244d404c
Surface: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:39 +01:00
tritao
6c2c6847eb
CMake: Cleanup targets with transitive dependencies
2025-03-17 12:12:06 +00:00
Chris Hennes
7f1c43a335
Merge pull request #19636 from kadet1090/color-in-base
...
Base: Move App::Color to Base
2025-03-02 16:36:40 -06:00
Benjamin Bræstrup Sayoc
755229df23
Build: suppress warnings from 3rd party libraries
...
Warnings from 3rd parties are not relevant and are only polluting the warning output. Marking these libraries as SYSTEM suppresses warning.
https://gcc.gnu.org/onlinedocs/cpp/Invocation.html#index-I
https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html
2025-02-25 14:39:05 +00:00