Roy-043
6340c986b8
BIM: fix site error when creating project with default structure
...
Fixes #24543 .
2025-10-20 17:21:56 +02:00
Kevin Martin
c97d1ffed8
Do not use the object's Name as a Label if that Label already exists
2025-10-20 17:07:42 +02:00
github-actions
5ae4bbf837
Update translations from Crowdin
2025-10-20 09:57:05 -05:00
Chris Hennes
4200c43945
Merge pull request #24734 from Syres916/CAM_Fix_SetupSheet_Table_MinHeight
...
[Gui] fix Arch Grid QTableview height and buttons width...
2025-10-20 09:41:51 -05:00
Chris
e631a98032
Sketcher: Resolve aggressive snapping ( #24730 )
...
Fixes #24690
2025-10-20 09:37:51 -05:00
sliptonic
2563dc6903
Merge pull request #24397 from LarryWoestman/epic
...
CAM: Add proposed Epic for improving postprocessors
2025-10-20 09:31:11 -05:00
PaddleStroke
48992a3fb7
Sketcher: Add support for tangent singularity when concentric circles ( #24227 )
2025-10-20 09:28:37 -05:00
Kacper Donat
2167e9ddff
Gui: Fix order of stylesheet applying
2025-10-20 09:26:22 -05:00
Roy-043
bc91555caf
BIM: remove 'show this dialog' checkbox from IFC Import and IFC Export prefs ( #24728 )
...
Fixes #24551
2025-10-20 09:15:43 -05:00
Roy-043
483ffdae8b
Rebased
2025-10-20 09:00:22 -05:00
dependabot[bot]
cdabb5c8ad
Bump prefix-dev/setup-pixi from 0.9.1 to 0.9.2
...
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi ) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases )
- [Commits](194d461b21...28eb668aaf )
---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
dependency-version: 0.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 08:57:14 -05:00
wandererfan
22d8813c89
[TD]use unit and text from schema
2025-10-20 08:55:44 -05:00
wandererfan
731af12de0
[Base]retrieve unit text
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-10-20 08:54:52 -05:00
Kacper Donat
be59334172
PartDesign: Fix misplaced preview for Boolean operation
2025-10-20 08:46:28 -05:00
Chris Hennes
de59e30dc3
Merge pull request #24752 from kadet1090/fix-various-stylesheet-issues
...
Stylesheets: Fix various stylesheet issues
2025-10-20 08:45:34 -05:00
Roy-043
d95d52658f
BIM: fix multi-material transparency IFC export issue ( #24643 )
...
* BIM: fix multi-material transparency IFC export issue
Fixes #22896 .
2025-10-20 08:44:37 -05:00
Chris Hennes
4642315105
Merge pull request #24263 from captain0xff/gizmo4
...
Gui: Fix dependency issues with the interactive draggers
2025-10-19 23:47:45 -05:00
Roy-043
b754898b0b
BIM: fix Arch_RemoveShape attribute error
...
Fixes #24610 .
Note that the command (after this PR) does not work properly (as was the case in v0.21).
2025-10-19 22:23:35 -05:00
Roy-043
5778a4c4d0
BIM: fix several dialog regressions ( #24590 )
...
* BIM: fix BIM_Classification dialog regression
* Fixed issues with more scenarios
2025-10-19 22:23:05 -05:00
captain0xff
a687169059
Gui: change the group for the gizmo preferences
2025-10-19 22:19:21 -05:00
captain0xff
8a9d3b5d27
Part: move GizmoHelper.h to src/Mod/Part/App
2025-10-19 22:19:11 -05:00
Steven James
acaaa0ed5e
Building: Ubuntu environment needs python3-pyside2.qtnetwork for testing ( #24493 )
2025-10-19 21:41:50 -05:00
wandererfan
006637e38c
[TD]fix area anno positioning
2025-10-19 21:40:25 -05:00
Chris
ad4571e36d
GUI: Check correct parameter for pop-up notifications ( #24727 )
2025-10-19 21:04:06 -05:00
Lawrence Woestman
43bfd04217
CAM: Incorporated the first round of feedback
2025-10-19 16:24:41 -07:00
Lawrence Woestman
ec9e95dfe3
CAM: Add proposed Epic for improving postprocessors
2025-10-19 15:19:57 -07:00
Kacper Donat
6f81c84a1c
Stylesheets: Fix checked QToolButton style
2025-10-20 00:10:57 +02:00
Kacper Donat
42936d9836
Stylesheets: Add styling for QPlainTextEdit
2025-10-20 00:10:57 +02:00
Kacper Donat
25e8ad14c6
Stylesheets: Resreve space for right arrow
2025-10-19 23:09:21 +02:00
opgl
855e70afeb
CI (crowdin synchronization): Removed committing unneeded log file
2025-10-19 15:46:03 -05:00
tetektoza
ce1ca376f1
Gui: Fix stack-use-after-return in DlgSettingsLightSources lambdas
...
Randomly discovered during some other bug hunt, only with
AddressSanitizer on. Basically, ASAN detected stack-use-after-return
when playing with spinboxes in the Light Sources preferences when Qt
signal handlers tried to invoke lambda callbacks that referenced
deallocated stack memory.
The main problem is that those lambda functions in the constructor
were captruing by reference. When they were connected to Qt signals
and invoked after constructor completed, they accessed stack vars that
have gone out of scope.
So fixed that by changing lambda captures from `[&]` to explicit captures:
- [this] for lambdas needing only class member access
- [this, updateLight] for lambdas that need both class members and the
`updateLight` lambda.
2025-10-19 22:23:36 +02:00
theo-vt
63080eef8e
Quickmeasure: Allow measuring the length of a parabola
2025-10-19 12:31:47 -05:00
Furgo
5c5f1d743f
BIM: Fix widget value setting in ArchMaterial ( #24710 )
...
ArchMaterial's view provider has a setTaskValue helper to set values of widgets inside a task panel. While specific to ArchMaterial, the real place where the helper is called is at BIM_Classification. It appears it's not a general but more like an ad-hoc API for a specific purpose and for a specific object.
In any case, this fix allows widgets that expect a numerical value to have their value set. Before, their value was set as text, unexpectedly.
2025-10-19 09:13:51 +00:00
opgl
417c3a5f3b
CI (automated crowding synchronization): fix commiting additional log file
2025-10-18 14:37:10 -05:00
tarman3
48919e9d55
CAM: LeadInOut - Radius and ToolController
2025-10-18 18:37:37 +03:00
sliptonic
dbd6e98fed
Merge pull request #24725 from davidgilkaufman/adaptive_model_aware_checkbox
...
[CAM] fix bug opening job ui panel
2025-10-18 10:07:23 -05:00
paul
c8162b34cd
[ArchStairs] Fix StringerOverlap & StructureOffset ( #24608 )
...
1. Fix #24321
2. Fix - The 'Structure Offset' property does not allow to insert negative values
(Forum Discussion
- https://forum.freecad.org/viewtopic.php?t=100060 contains discussion on the above 2 issues)
2025-10-18 14:44:21 +00:00
Furgo
994990c283
BIM: Prevent editing label on double-click ( #24712 )
...
Before this fix, double-clicking on an ArchMultimaterial object opened its task panel as expected. Unexpectedly, its label was selected and set for edit.
- The tree view's double-click handling expects the view-provider to declare whether it handled the double-click.
- The ViewProvider API's doubleClicked() is documented to return bool (True if handled).
- If a view provider's doubleClicked method returns None/False, the tree falls back to the default Qt behavior (which is beginning inline editing of the item label).
- In ArchMaterial.py the view provider calls self.edit() (or FreeCADGui.ActiveDocument.setEdit(...)) but the method that the tree actually calls (the view provider's doubleClicked) does not return True. Because the method returns None, the tree continues and starts inline label-editing.
In summary: setEdit returning True is fine, but doubleClicked is the method the tree checks; it must return True to suppress the default inline rename.
2025-10-18 15:34:10 +02:00
Syres916
b4e9aae047
Merge branch 'FreeCAD:main' into CAM_Fix_SetupSheet_Table_MinHeight
2025-10-18 11:27:03 +01:00
Syres916
87d0457930
[Gui] change global QPushbutton min-width from 64px to 80px
2025-10-18 11:26:50 +01:00
ebswift
c34e4c5fcd
Fix compilation error in TaskFeatureParameters.cpp
2025-10-17 22:35:44 -05:00
theo-vt
ab035c4586
Measure: allow length measurement for ellipse, hyperbola and parabola ( #24659 )
2025-10-17 21:34:07 +00:00
Chris
ba036d2be4
PD: Fix uninfomative error message box ( #24705 )
2025-10-17 19:48:31 +00:00
David Kaufman
dcca69383e
fix bug opening job ui panel
2025-10-17 15:08:10 -04:00
sliptonic
ee42b453f6
remove old supplemental fixture
2025-10-17 12:10:22 -05:00
David Kaufman
0335d06311
[CAM] make the adaptive model aware feature optional ( #24553 )
...
* [CAM] make the adaptive model aware feature optional
* fix CAM tests
* placate github codql
* remove model-aware-only properties from the adaptive task ui panel
2025-10-17 10:42:15 -05:00
sliptonic
6abf3993b0
Merge pull request #24661 from tarman3/icon
...
CAM: Fix icon while changing Active state for class ObjectOp
2025-10-17 10:41:20 -05:00
sliptonic
4acd1e3b8e
Merge pull request #24606 from tarman3/toggle
...
CAM: Toggle Operation improve
2025-10-17 10:41:00 -05:00
sliptonic
051c5c3456
Merge pull request #24674 from Connor9220/EmbeddedToolMigrationFix
...
CAM: Fix embedded toolbits showing up as custom.
2025-10-17 10:40:40 -05:00
Chris Hennes
d51afd67de
Addon Manager: Synchronize with 2025.10.16 version
2025-10-17 05:25:19 +02:00