Stefan Tröger
a8cd293d6a
FEM: Update color bar of children when switching postprocessing frames
2025-08-19 17:43:52 +02:00
Stefan Tröger
3dd39db073
FEM: Purge tool deletes all result objects. Fixes #23028
...
- Correctly deletes children of pipeline without error on delete
- Ensures visualizations are also deleted as they are result objects too
- Ensures purge tool uses a transaction, like all tools should
2025-08-17 18:29:31 +02:00
Chris Hennes
b6d0819618
Addon Manager: Fix macro icon encoding bug
2025-08-15 22:35:00 +02:00
Kacper Donat
c76e21f125
Part: Prevent crash on cross-section of invalid object
2025-08-15 15:31:02 -05:00
dependabot[bot]
5076e67f81
Bump korthout/backport-action from 3.2.1 to 3.3.0
...
Bumps [korthout/backport-action](https://github.com/korthout/backport-action ) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](0193454f0c...ca4972adce )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-15 13:30:51 -05:00
theo-vt
270776c92f
PartDesign: Hole: fallback to getProfileNormal when a non-cylindrical surface is used
2025-08-15 10:09:23 -05:00
dependabot[bot]
63fef883d7
Bump github/issue-metrics from 3.22.0 to 3.22.1
...
Bumps [github/issue-metrics](https://github.com/github/issue-metrics ) from 3.22.0 to 3.22.1.
- [Release notes](https://github.com/github/issue-metrics/releases )
- [Commits](f5c0d3ba93...2fd323a2f8 )
---
updated-dependencies:
- dependency-name: github/issue-metrics
dependency-version: 3.22.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-15 09:49:23 -05:00
Matthias Danner
ff062983ef
remove edit value option from non dimensional constraints
2025-08-15 13:51:14 +02:00
theo-vt
7336a7fd42
PartDesign: Hole use the default PartDesign context menu items
2025-08-15 12:21:54 +02:00
Chris Hennes
5bace5aa3c
Addon Manager: Sync with upstream
...
Fixes CMake problem with last sync
2025-08-14 19:55:04 +02:00
Vincenzo Calligaro
439cb2122e
[Feature Request] [Draft] [UI/UX] Allow to turn dimension arrows on/off individually ( #11941 )
...
* Update additional files
* The LineColor and LineWidth properties are removed from Text objects.
* Arrow properties are added by the ViewProviderDraftAnnotation class only. This avoids code duplication.
* gui_annotationstyleeditor.py fix except
* view_draft_annotation.py fix except
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
2025-08-14 10:44:49 +02:00
Kacper Donat
0eb155ebc9
Gui: Add GuiExport to SoToggleSwitch
2025-08-14 06:11:28 +02:00
Chris Hennes
af48d6292a
Addon Manager: Sync with upstream
...
Major change is a switch to using Zip downloads as the primary
installation mechanism. Also fixes a number of small bugs.
2025-08-13 23:56:12 +02:00
wandererfan
7c6e58fb50
[TD]fix weld symbol not attached to leader
2025-08-13 22:46:20 +02:00
Kacper Donat
14413f5f9f
Sketcher: Fix dimension extension overshoot length
2025-08-13 22:43:58 +02:00
Benjamin Nauck
a66af71bdf
Merge pull request #23019 from kadet1090/transparent-previews-theming
...
Gui: Add theming abilities to Transparent Previews
2025-08-13 00:08:35 +02:00
Kacper Donat
2cb3e87d01
PartDesign: Use Style Parameters for theming previews
2025-08-12 22:04:23 +02:00
Kacper Donat
da03225f3b
Gui: Add ParameterDefinition to Style Parameters
...
This adds a way to define parameters within code, that allows developers
to easily encapsulate the parameters and their default values.
2025-08-12 22:04:23 +02:00
Kacper Donat
bf856a1076
Gui: Make StyleParameterManager::resolve return optional result
...
This changes the resolve method of style parameter manager to return
optional intead of definitive result. In reality tokens may not be
defioned correctly and optionals provide a good way to nicely handle
defaults.
2025-08-12 22:04:23 +02:00
Kacper Donat
8072dcac34
Gui: Rename StyleParameters::Length to StyleParameters::Numeric
...
This change gives a better name to the parameter type that is used to
store numeric values. Before it was called length, but it can store
other quantities as well so the name is no longer fitting.
2025-08-12 21:25:41 +02:00
Kacper Donat
7e97d7fe5e
Gui: StyleParameters - use Base::Color instead of QColor
...
If possible we should prefer using our own classess instead of ones
coming from frameworks. This changes Style Parameters to use Base::Color
class instead of QColor. Calculations are still done using QColor but
the data is always exposed as Base::Color.
2025-08-12 21:25:41 +02:00
Kacper Donat
203e2e5f1c
Base: Allow constexpr Color
...
This changes Base::Color class so it can be used as constexpr, useful
for defining various defaults.
2025-08-12 21:25:41 +02:00
luzpaz
a5a59ff2e3
Fix various typos
2025-08-12 12:18:23 -05:00
Max Wilfinger
7c2f59b773
Change links to weekly releases
2025-08-12 11:39:42 -05:00
marioalexis
9a06277cfe
Fem: Fix VTK check version
2025-08-12 11:36:29 -05:00
Kacper Donat
b73bb45ae1
PartDesign: Implement preview for Draft
2025-08-12 11:34:26 -05:00
Benjamin Nauck
88f24ff7c3
Start: Fix bug causing <none> to show in wb selector
2025-08-12 11:09:00 -05:00
Chris Hennes
dd4a477dce
Merge pull request #22788 from pieterhijma/fix-func-expr-simplify
...
Core: Fix expression function simplify
2025-08-12 11:07:44 -05:00
pre-commit-ci[bot]
15fbe597e6
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/pre-commit-hooks: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b → 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c](cef0300fd0...3e8a870326 )
2025-08-11 20:00:21 -05:00
theo-vt
102650dd32
Core: Add setting to hide the TaskWatcher ( #22857 )
...
* Core: Add setting to hide the TaskWatcher
* Move setting to Display/UI
* Clarify option description
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
* Use sentence case for section title
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
---------
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
2025-08-11 21:38:58 +02:00
PaddleStroke
7619c9c83c
Sketcher: Move root point to a SoSkipBoundingGroup ( #22874 )
2025-08-11 14:09:15 -03:00
Kacper Donat
238975a455
Gui: Restore proper object names for panels
2025-08-11 18:40:25 +02:00
Chris Hennes
ffbeb1fb4e
Merge pull request #22985 from pieterhijma/fix-rename-prop-with-expr
...
Core: Fix renaming a property with an expression
2025-08-11 11:13:54 -05:00
wandererfan
f465729608
[TD]fix editable fields click handles
...
- click handles were displayed when view frames were displayed,
and when printing or exporting.
- now, click indication is only shown on mouse over.
2025-08-11 11:05:47 -05:00
Ryan K
9fff6e905c
TechDraw: Rework view frames ( #22869 )
...
Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts >
2025-08-11 11:04:58 -05:00
tarman3
bb444a4a04
CAM: Fix seach tool controller in Operations group ( #22728 )
2025-08-11 11:04:06 -05:00
Chris Hennes
956f7eb38f
Merge pull request #22466 from WandererFan/ComplexSection3
...
TechDraw: ComplexSection fixes
2025-08-11 11:01:47 -05:00
drwho495
f818535768
Toponaming: Fix bad element map in Part Design Bodies ( #22767 )
2025-08-11 10:41:39 -05:00
PaddleStroke
24a4598eda
Core: Fit all : Do not process SoSkipBoundingGroup
2025-08-11 10:38:26 -05:00
wandererfan
d0faf2a6b4
[TD]Ensure changed expression value is processed
2025-08-11 10:35:12 -05:00
sliptonic
131737a4fc
CAM: Fix bug with loop completion ( #22877 )
...
* fixes #22876
* [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-08-11 10:32:52 -05:00
Andrés Barreiro
2ee0dd9936
Add deduction guide for Base::Overloads
2025-08-11 11:53:23 +02:00
Kacper Donat
9a14bf83d8
Merge pull request #22751 from PaddleStroke/sk-messages-refactor
...
Sketcher: Refactor TaskSketcherMessages
2025-08-11 11:13:18 +02:00
theo-vt
2c7d830603
Measure: give a hint to ::getShape so that compound shapes may be resolved
2025-08-11 00:24:56 +02:00
Roy-043
7e986d85f5
Draft: toolbar names to title case
...
This was missed in #22331 .
2025-08-10 21:27:38 +02:00
FC-FBXL5
648cefd0e6
Update TaskSectionView.ui
...
Tooltip related to label "Section Plane Location" deserves a better description.
Also See Crowdin: https://crowdin.com/editor/freecad/all/en-de?view=comfortable&filter=basic&value=0&search_scope=translations&search_strict=0&search_full_match=0&case_sensitive=0#q=Abstand%20vom
This tool seems to work with one section plane (section line) only, which other object's distance/position could be addressed here?
2025-08-10 17:35:44 +02:00
paddle
d259beadc5
Sketcher: Refactor TaskSketcherMessages to move most of the logic into Core to be reused by Assembly
2025-08-10 15:17:35 +02:00
paddle
78df35012b
Sketcher: Rename "Solver messages" to "Sketch edit". Add setting button to the solver message box. In which there're grid, snap and ordering widgets.
2025-08-10 15:15:53 +02:00
Roy-043
9178540438
Draft: update WP Proxy string for consistency ( #23012 )
...
* Update gui_planeproxy.py
2025-08-10 13:01:27 +00:00
Pieter Hijma
d2f19d297d
Gui: Add support for renaming properties
2025-08-10 11:37:11 +02:00