Roy-043
ac09dfc17a
Update gui_groups.py
2025-09-05 14:49:11 +02:00
dependabot[bot]
4dfbb271bb
Bump actions/labeler from 6.0.0 to 6.0.1
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](f1a63e87db...634933edcd )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-05 07:28:27 -05:00
tetektoza
527f18adcd
Tests: Correct testcases after scene graph reordering in Clarify Select
2025-09-05 10:42:02 +02:00
tetektoza
44a4825edf
Gui: Add solid selection spport for top-lvl objects in pick menu
2025-09-05 02:24:53 +02:00
tetektoza
233470155d
Gui: Break up condition for Clarify Selection to separate variables
2025-09-05 02:13:13 +02:00
tetektoza
d3ce061d5e
Gui: Allow long press timeout for Clarify Selection to be configurable
2025-09-05 02:05:52 +02:00
tetektoza
c67d9c529c
Gui: Align to use translated strings in SelectionView
2025-09-05 01:52:16 +02:00
tetektoza
350eb6d3d4
Gui: Add variable names for grouping thresholds in SelectionView
2025-09-05 01:41:51 +02:00
tetektoza
91a77e89ba
Gui: Replace usage of dynamic_cast with freecad_cast in SelectionView
2025-09-05 01:03:50 +02:00
tetektoza
9b4e21287b
Gui: Use cleaner variable naming for menu items in SelectionView
2025-09-05 01:00:37 +02:00
tetektoza
a19d6f0fee
Gui: Use assignment in if statement for menus iterator
2025-09-05 00:49:24 +02:00
tetektoza
6b3b3d230f
Gui: Convert Clarify Selection usage in SelectionSingleton to instance
2025-09-05 00:48:02 +02:00
tetektoza
02962686f1
Gui: Merge standard delayed paths with delayed priority paths
2025-09-04 23:42:11 +02:00
PaddleStroke
eb2c4616b2
PartDesign: Fix pattern Add/remove buttons #23626
2025-09-04 22:24:37 +02:00
Max Wilfinger
0b06f8d30e
Part: Make dragger attach to the midpoint / axis for circular edges and faces
2025-09-04 22:23:46 +02:00
marcuspollio
ac7fb5c5df
BIM: update Views Panel and Status Bar icons and some more ( #23561 )
...
* BIM: update View Panel and Status Bar icons and some more
* BIM: update icons - address review
* Update src/Mod/BIM/bimcommands/BimViews.py
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
* Update src/Mod/BIM/bimcommands/BimViews.py
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
---------
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
2025-09-04 19:37:45 +02:00
dependabot[bot]
167a786174
Bump actions/labeler from 5.0.0 to 6.0.0
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](8558fd7429...f1a63e87db )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 12:01:02 -05:00
dependabot[bot]
2ec98044a7
Bump actions/stale from 9.1.0 to 10.0.0
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](5bef64f19d...3a9db7e6a4 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 18:23:55 +02:00
FEA-eng
a3f49489b8
PartDesign: Correct typo in multiple solids error ( #23642 )
...
* PartDesign: Update FeatureFillet.cpp
* PartDesign: Update FeaturePipe.cpp
* PartDesign: Update FeatureLoft.cpp
* PartDesign: Update FeatureExtrude.cpp
* PartDesign: Update FeatureGroove.cpp
* PartDesign: Update FeatureBoolean.cpp
* PartDesign: Update FeatureChamfer.cpp
* PartDesign: Update FeatureHole.cpp
* PartDesign: Update FeatureDraft.cpp
* PartDesign: Update FeatureRevolution.cpp
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
* PartDesign: Remove empty lines added by GitHub editor
2025-09-04 14:36:15 +00:00
FEA-eng
19ceb3cb13
FEM: Add property to disable PaStiX mixed precision for the ccx solver ( #23539 )
...
* FEM: Update solver_calculix.py
* FEM: Update solver.py
* FEM: Update calculixtools.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* FEM: Update calculixtools.py
* FEM: Update task_solver_ccxtools.py
* FEM: Update task_solver_ccxtools.py
* FEM: Update solver_calculix.py
* FEM: Update solver.py
* FEM: Update calculixtools.py
* FEM: Update task_solver_ccxtools.py
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-04 09:23:08 -05:00
PaddleStroke
f7fe6cd697
PartDesign: Polar pattern: Spacings off by one.
2025-09-04 13:56:06 +02:00
Chris Hennes
c0d1151633
Update translations 2025-09-03
2025-09-04 11:37:11 +02:00
FEA-eng
ebd37a3ad5
FEM: Amplitude support for final temperature field ( #23530 )
...
* FEM: Update FemConstraintInitialTemperature.cpp
* FEM: Update FemConstraintInitialTemperature.h
* FEM: Update write_amplitude.py
* FEM: Update write_constraint_finaltemperature.py
2025-09-03 22:15:25 -05:00
pre-commit-ci[bot]
abcbfc1890
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-clang-format: 182152eb8c5ce1cf5299b956b04392c86bd8a126 → 86fdcc9bd34d6afbbd29358b97436c8ffe3aa3b2](182152eb8c...86fdcc9bd3 )
2025-09-03 22:14:55 -05:00
Roy-043
3aea0731ae
Draft: check if autogroup exists
2025-09-03 22:11:48 -05:00
luzpaz
f8e685dce0
CI: Add new entries to codespellignore file
...
Added several more typos for codespell to ignore.
2025-09-03 22:05:22 -05:00
sliptonic
1ca81099d4
[CAM] Make sure CAMAsset location exists ( #23618 )
...
* Fixes #22858
Ensure that the default CAM asset location exists and is created in the user data location
* Update src/Mod/CAM/Path/Preferences.py
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-09-03 15:32:33 -05:00
Max Wilfinger
d18e8192eb
Fix missed string update
2025-09-03 13:35:10 -05:00
Ryan Kembrey
14dbe9d188
TechDraw: Remove duplicate import
2025-09-03 18:40:01 +02:00
Roy-043
065a4695f9
Draft: change task panel title of Draft_CubicBezCurve to Title Case
2025-09-03 16:44:04 +02:00
Pieter Hijma
55d6c8baee
Gui: Adjust size of the Add Property dialog
2025-09-03 15:33:45 +02:00
Pieter Hijma
530fa77401
Gui: Select the VarSet when clicking Std_VarSet
...
To make clear which VarSet is being added to, the VarSet is being
selected.
2025-09-03 11:51:14 +02:00
Pieter Hijma
ff71a81102
Gui: Improve adding multiple properties
...
This is based on a review of the DWG suggesting to remove the checkbox
for adding multiple properties and change the Ok button to an Add
button.
To make the impact of an extra click to cancel adding properties, the
Cancel button is the default right after adding a property (which
already disabled the Ok/Add button).
2025-09-03 11:51:14 +02:00
Pieter Hijma
0ef72b82aa
Gui: Move DlgAddPropertyVarSet -> DlgAddProperty
2025-09-03 11:50:49 +02:00
Pieter Hijma
ab28433b96
Gui: Disallow adding props to multiple objects
...
This commit is in preparation for switching the old Add Property dialog
to the Add Property VarSet dialog. For now, this dialog does not handle
adding properties for multiple objects.
2025-09-03 10:24:54 +02:00
Pieter Hijma
37a49a2fbf
Gui: Generalize add property VarSet dialog
...
This commit ensures that the adding properties does not work only for
VarSets, but also for generic property containers.
2025-09-03 10:21:07 +02:00
Pieter Hijma
18d1df7021
Gui: Simplify title Add Property VarSet dialog
2025-09-03 10:21:07 +02:00
tetektoza
ed27c9947d
Measurement: Provide correct VP name for COM ( #23329 )
...
* Measurement: Provide correct VP name for COM
This patch tries to provide proper ViewProvider name for COM, which
results in a proper pixmap assignment, which won't fallback to the
default measurement's tool icon for COM.
Since MeasurePython runs before actual COM python proxy assignments,
we can't access proxy easily from this point of code.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Measure: Use starts_with instead of find
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Update src/Mod/Measure/App/MeasureBase.cpp
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-09-03 05:17:24 +00:00
mosfet80
028ec944b3
TechDraw: Remove unused functions ( #21483 )
...
* removed unused functions
remode update
* removed unused function
removed CreateTechDrawCommandsDims()
clean code
* removed unused function
removed CreateTechDrawCommandsDims()
clean code
* TD: Restore CreateTechDrawCommandsDims() function
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-09-02 23:45:40 -05:00
George Peden
8e0b6a95a7
Feature/sketcher constraint symbol size ( #23366 )
...
* Sketcher: Initial wiring up of independent contraint symbol size.
* Sketcher: Align constraint symbol size controls with other preferences
- Refactored the Sketcher preferences UI to place the "Constraint symbol size" checkbox and spinbox in separate grid columns, matching the layout of other settings.
- Ensured the spinbox aligns visually with other value fields for a more consistent and professional appearance.
- Preserved the enable/disable behavior of the spinbox based on the checkbox state.
* Update constraint size label
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* style: simplify constraint icon size logic and remove stray blank line
* Sketcher: optional constraint symbol size defaults to font size preference (per PR comment)
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-02 22:58:56 -05:00
tetektoza
7d99d69fc7
Gui: Use QByteArray directly in setData without intermediate variable
2025-09-03 01:24:58 +02:00
tetektoza
c73525ff6c
Gui: Use variable assignment directly in if statement
2025-09-03 01:24:58 +02:00
tetektoza
2190d7dd3b
Gui: Use copy for currentSelections in Clarify Selection tool
2025-09-03 01:24:58 +02:00
tetektoza
31accb32df
Gui: Add a comment explaining invoke(0) call in NavigationStyle
2025-09-03 01:24:58 +02:00
tetektoza
873aab3b2a
Gui: Extract helper methods for navigation context menu
2025-09-03 01:24:58 +02:00
tetektoza
9329767039
Gui: Use QStringLiteral for selected element
2025-09-03 01:24:58 +02:00
tetektoza
85526db81a
Gui: Fix typo in SelectionView
2025-09-03 01:24:58 +02:00
tetektoza
178996a80a
Gui: Check for nullptr in activeWindow in CommandView directly
2025-09-03 01:24:58 +02:00
tetektoza
8c004fc98b
Gui: Use freecad_cast where possible in CommandView for ClarifySelection
2025-09-03 01:24:58 +02:00
tetektoza
80aca31684
Gui: Use designated initializer in CommandView
2025-09-03 01:24:58 +02:00