freecad-gh-actions-translation-bot
ab40312ab0
Update translations from Crowdin
2026-01-19 08:10:24 +01:00
PaddleStroke
257bf43bf7
Assembly: fix crash when measure active
2026-01-18 11:04:46 +01:00
PaddleStroke
d2a50fce9a
Assembly: Fix error on open doc in insert tool
2026-01-13 23:48:50 +01:00
freecad-gh-actions-translation-bot
bf068081f7
Update translations from Crowdin
2026-01-11 19:42:50 -06:00
wmayer
377614aeef
Assembly: Improve const correctness
2026-01-09 18:09:48 +01:00
wmayer
0302b3de5f
Assembly: Minor refactor in ViewProviderAssembly::findDragMode
...
Co-Developed-by: PaddleStroke <pierrelouis.boyer@gmail.com >
2026-01-09 18:09:48 +01:00
PaddleStroke
bdec9f95c3
Assembly: Explode radially: prevent click on item
2026-01-08 20:42:12 -06:00
Kacper Donat
0fe87dca95
Merge pull request #19132 from tritao/base-remove-boost-signals
...
Base: Remove Boost-based signals and switch to `FastSignals`.
2026-01-08 12:41:29 +01:00
PaddleStroke
c8d3ea3895
Assembly: Ground joint tooltip update ( #25852 )
2026-01-08 03:52:41 +00:00
tritao
40a9f46d71
Base: Remove Boost-based signals and switch to FastSignals.
2026-01-07 21:16:16 +00:00
PaddleStroke
27573dc73f
Update CommandCreateJoint.py
2026-01-05 16:25:50 +01:00
PaddleStroke
f12ca0c394
Assembly: RackPinion tooltip fix
2026-01-05 16:25:50 +01:00
freecad-gh-actions-translation-bot
c8b757bd3c
Update translations from Crowdin
2026-01-05 08:47:20 +01:00
freecad-gh-actions-translation-bot
dc3be6111a
Update translations from Crowdin
2025-12-29 11:31:39 +01:00
horseDeveloper
5978247580
Fixing Leftover references from migration from freecadweb.org ( #26163 )
2025-12-26 11:11:12 -06:00
PaddleStroke
224eeb070c
Assembly: Fix deletion of joint references to bodies
2025-12-22 22:08:07 -06:00
freecad-gh-actions-translation-bot
310419d45e
Update translations from Crowdin
2025-12-22 12:40:21 +01:00
Kacper Donat
2ea7c39563
Compiler warning cleanup ( #26229 )
...
* App: Compiler warning cleanup
* Gui: Compiler warning cleanup
* Assembly: Compiler warning cleanup
* Measure: Compiler warning cleanup
* Sketcher: Compiler warning cleanup
* TechDraw: Compiler warning cleanup
* PartDesign: Compiler warning cleanup
2025-12-18 07:50:26 +01:00
freecad-gh-actions-translation-bot
9b07585b88
Update translations from Crowdin
2025-12-17 21:10:10 -06:00
Chris Hennes
dd5a3ed37b
Assembly: Compiler warning cleanup
2025-12-17 11:08:12 -06:00
PaddleStroke
ed9184f16b
Assembly: Ball drag mode. ( #26222 )
2025-12-16 19:08:50 +01:00
PaddleStroke
8b650e8146
Assembly: joint task: fix delete impossible of non-valid refs
2025-12-11 19:04:27 -06:00
PaddleStroke
eb25021f39
Core: Add getPlacementOf replacing previous getGlobalPlacement logic. ( #26059 )
...
* Core: Add getPlacementOf replacing previous getGlobalPlacement logic.
* Update src/App/DocumentObject.cpp
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
* Update DocumentObject.cpp
* Fix error when called from python with targetObj == None
---------
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-12-10 22:47:20 +01:00
freecad-gh-actions-translation-bot
97b9193d71
Update translations from Crowdin
2025-12-08 22:31:48 -06:00
PaddleStroke
7758a719b0
Assembly CommandInsertNewPart : Make sure assembly file is saved ( #25730 )
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-12-02 04:30:20 +00:00
PaddleStroke
f6c5dc82f9
Assembly: Fix selection during joint edition ( #25687 )
2025-12-01 17:01:19 +00:00
Chris Hennes
9cd4a2ec7d
Merge pull request #24262 from mnesarco/pyi-fixes-1
2025-11-29 20:23:37 -06:00
PaddleStroke
aae7d7ce9f
Assembly: Enable negative distance for rackpinion and screw
2025-11-26 23:53:11 +01:00
PaddleStroke
f6d56cf0f5
Assembly: CommandInsertLink: handle manual deletions ( #25651 )
2025-11-26 16:22:12 -06:00
github-actions
914b34cc1a
Update translations from Crowdin
2025-11-25 21:20:42 -06:00
PaddleStroke
26c401d7d2
Assembly: Bom: replace QtWidget by QtGui for Qt6
2025-11-24 21:18:16 -06:00
Chris Hennes
c0ed75dc89
Merge pull request #25555 from furgo16/assembly-exploded-points-equal-fix
...
Assembly: exploded points equal fix
2025-11-24 11:52:51 -06:00
PaddleStroke
2889b31bad
Assembly: Joint task: Fix sel gate not being cleared if doc closed
2025-11-24 18:28:46 +01:00
PaddleStroke
eb38196fd2
Assembly: Joint task: fix spinbox not being populated
2025-11-24 11:11:15 -06:00
Furgo
6d4629f39b
Assembly: Prevent zero-length line creation in ExplodedView
...
Safeguards the generation of explosion trail lines to avoid creating
invalid geometry.
Previously, if a part displacement was zero (or effectively zero),
`Part.LineSegment` would attempt to create a line with identical start
and end points, causing OpenCascade to throw a `Part.OCCError`. This
resulted in failures during document restoration and recomputes.
This commit introduces a `_createSafeLine` helper method that checks the
distance against a `1e-7` (near-zero) tolerance before attempting to
generate the shape.
2025-11-24 17:26:46 +01:00
PaddleStroke
d289153401
Assembly: BOM: fix subassembly
2025-11-23 22:20:11 -06:00
PaddleStroke
327e6b3630
Assembly: Make the 'ground first part' dialog closable
2025-11-20 00:27:06 +01:00
PaddleStroke
b010300852
Assembly: Fix joint on Body-LCS not working
2025-11-19 12:23:59 +01:00
PaddleStroke
3c95dbeb00
Assembly/TechDraw: Fix exploded view views ( #25426 )
2025-11-18 15:54:51 -06:00
PaddleStroke
6e3a03f3aa
Assembly: Fix crash on moving unconnected parts
2025-11-18 13:06:33 -06:00
PaddleStroke
e3311825d2
Assembly: Sub-assembly: fix support for Part-wb objects ( #25279 )
...
* Assembly: Sub-assembly: fix support for Part-wb objects
* [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-11-17 17:59:40 +01:00
PaddleStroke
287ac6e9e9
Assembly: Insert link: Handle partially loaded documents ( #25275 )
2025-11-17 10:55:48 -06:00
PaddleStroke
3004674205
Assembly: no dragger for connected parts ( #25270 )
...
* Assembly: no dragger for connected parts
* [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-11-13 12:07:20 +00:00
PaddleStroke
b54f49e7b0
Assembly: BOM: fix settings not applied ( #25269 )
2025-11-13 12:05:17 +01:00
github-actions
bb748b15ea
Update translations from Crowdin
2025-11-11 23:44:18 -06:00
pre-commit-ci[bot]
0e5491ca67
[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
5e343b0b99
[License] Fix pyi license headers.
2025-11-11 13:26:18 -05:00
Frank Martinez
fc99a20a03
[bindings] remove redundant signatures. batch1
2025-11-11 13:23:10 -05:00
Frank Martinez
0d0689341b
[bindings] Format with yapf (precommit will reformat)
2025-11-11 13:23:10 -05:00
Frank Martinez
f6615763ad
Rebase on main and fix ViewProviderAssembly.pyi
2025-11-11 13:23:10 -05:00