Chris Hennes
00480b54f9
Update PRIVACY_POLICY.md to mention macros ( #13986 )
...
* Update PRIVACY_POLICY.md to mention macros
* Address review comment
2024-05-20 10:36:16 -05:00
Max Wilfinger
baed58a950
Unify document icons according to artwork guidelines
2024-05-20 10:35:39 -05:00
Chris Hennes
a4e179f182
Gui: Add privacy policy to About ( #13987 )
2024-05-20 10:34:10 -05:00
Pieter Hijma
db00c99d05
Gui: Make one level + status submenu
...
Based on a discussion in the PR, make the menu such that there is only
one level except for the status flags. This makes showall unambiguous
only meaning that it shows the hidden properties instead of showing all
the hidden properties and all options of the menu. "Show all" has
therefore been renamed to "Show hidden".
2024-05-19 23:25:45 +02:00
Max Wilfinger
9b42f80962
update addon manager icons for legibility on dark themes
2024-05-19 16:24:31 -05:00
Pieter Hijma
cb8da09e27
AddonManager: Adapt to Qt6/PySide6
...
QtNetwork.QNetworkRequest has a small API change that is addressed in
this commit.
2024-05-19 16:20:04 -05:00
Pieter Hijma
37242d4b9c
Gui: Rearrange the property view context menu
2024-05-19 21:52:15 +02:00
wandererfan
ff17df2ff5
[TD]assorted Preference updates
...
- section line convention label
- remove superfluous save/restore on changeEvent
- change default scrub count
- add preference for default symbol dir
- add preference for display of section cut line
2024-05-19 09:42:47 -04:00
André Althaus
eaa5b5c294
Use Body toolbar icon for the tree
2024-05-19 12:17:16 +02:00
André Althaus
641e866319
Remove unused icons
2024-05-19 12:16:56 +02:00
André Althaus
0e8bf744bf
Replace remaining yellow Part icons with blue ones
2024-05-19 12:12:48 +02:00
André Althaus
de6fe29d30
Replace the yellow Part primitive toolbar icons with the blue tree icons
2024-05-19 12:12:48 +02:00
André Althaus
d8c139fef0
Make "Sketch" in Pad icon red
...
In other icons the support geometry is red and this mirrors the other icons
2024-05-19 12:12:48 +02:00
bgbsww
6a947afda5
Toponaming: adjust tests
2024-05-18 14:12:04 -05:00
Reqrefusion
d98ef50f02
Boring changes made to better suit the guide and keyline
2024-05-18 09:23:57 -04:00
HowThatWorks
6e91b78fe0
Added freecad:autofill attribute to ISO templates
2024-05-18 09:23:20 -04:00
Roy-043
69d405b011
Draft: Draft_Hatch workaround for TD edge length limit ( #14114 )
...
Edges longer than ca. 10m are considered 'crazy' in the TD Workbench. Hatch patterns are also checked. As a workaround some intermediate scaling is applied.
Addionally: `transformShape` instead of `transformGeometry`. The latter results in B-splines.
2024-05-18 11:39:08 +02:00
Roy-043
df49763d3f
Draft: improved IsActive behavior ( #14103 )
...
Related issue: #14061 .
2024-05-18 11:38:38 +02:00
bgbsww
e50ef22e7b
Minor test tweaks, and small fixes to pass tests
2024-05-17 19:14:01 -05:00
wandererfan
40befa8708
[TD]fix #13992 - compile warnings
2024-05-17 18:07:25 -04:00
wandererfan
f528e5a796
[TD]revert to v0.21 hatch exporting
2024-05-17 18:06:47 -04:00
Max Wilfinger
24c5ae1dc2
Update GitHub PR issue template to BIM rename
2024-05-17 19:06:50 +02:00
Max Wilfinger
d211c3a61d
Update GitHub PR label action for BIM rename
2024-05-17 19:06:50 +02:00
Yorik van Havre
f0be8d1e00
BIM: Renamed duplicate DialogIfcProperties - fixes #14090 ( #14091 )
2024-05-17 17:40:50 +02:00
wmayer
4d5a9fc86e
Gui: Fix memory leak
2024-05-17 15:54:08 +02:00
WandererFan
fc4cff4da2
Merge pull request #14080 from edi271/IssueExposeDimExtentInPython02
...
[TD]Expose DimExtent in Python (2nd attempt, replaces PR #13976 )
2024-05-17 09:27:42 -04:00
bgbsww
80d43f51a1
Simplify offset tests
2024-05-17 08:10:43 -04:00
wmayer
154357f115
Assembly: Fix possible build failure with PCH
2024-05-17 13:12:24 +02:00
PaddleStroke
11e0fcf4ae
Update DrawSketchDefaultHandler.h
2024-05-17 12:34:28 +02:00
PaddleStroke
53f24c849f
Sketcher: fixes #13999
2024-05-17 12:34:28 +02:00
Yorik van Havre
9eec6020f7
Arch: Fixed trackers ending too soon - fixes #13915
2024-05-17 12:14:25 +02:00
edi271
fe9927f466
[TD]Expose DimExtent in Python
2024-05-17 10:55:56 +02:00
André Althaus
fd74429dfa
Change PartDesign Pad and Revolution tree icons
...
Use the same icons as the toolbar buttons.
2024-05-17 09:09:46 +02:00
Max Wilfinger
f4fa7619c0
Update icons for legibility and consistency
2024-05-16 21:29:16 -04:00
MisterMakerNL
ad87d61bb7
Small fix to issue in the menu
...
Small fix to issue in the menu
2024-05-16 21:27:50 -04:00
wmayer
1a01ca17dd
Gui: refactor SoDatumLabel::GLRender()
2024-05-16 21:24:57 -04:00
wmayer
a2003d4a08
Gui: fix linter warnings in SoDatumLabel
2024-05-16 21:24:57 -04:00
wmayer
f85e33b538
Gui: Fix possible crashes with SoDatumLabel
...
There are possible crashes in the methods:
* SoDatumLabel::getLabelTextCenter()
* SoDatumLabel::generatePrimitives()
The two methods expect three points but do not check that they are defined. Depending on the use case of the SoDatumLabel only
two points may be defined. Accessing a third point is undefined behaviour.
2024-05-16 21:24:57 -04:00
FEA-eng
ff47cbd1d5
FEM: Further improvement of the misleading constraint descriptions regarding the geometry selection ( #14002 )
...
* Update TaskFemConstraintFixed.ui
* Update TaskFemConstraintDisplacement.ui
* Update TaskFemConstraintSpring.ui
* Update TaskFemConstraintForce.ui
* Update TaskFemConstraintPressure.ui
* Update TaskFemConstraintHeatflux.ui
* Update TaskFemConstraintTemperature.ui
2024-05-16 21:20:16 -04:00
Chris Hennes
f04097d9ed
Merge pull request #13900 from marioalexis84/fem-constraint_rigid_body
...
Fem: Add constraint rigid body
2024-05-16 21:19:30 -04:00
Furgo
c55e84c6b0
Update grid size nomenclature ( #13093 )
...
* Update grid nomenclature to major/minor. Closes #13090
2024-05-16 22:24:04 +02:00
Roy-043
b5aa0d757a
Draft: Draft_Split fix unhandled exception ( #14059 )
...
Fixes #13951 .
Regression introduced by #12261 .
2024-05-16 22:02:56 +02:00
Roy-043
012b1179c6
Draft: Draft_Slope input did not obey Decimals pref ( #14060 )
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=87686
2024-05-16 22:02:25 +02:00
marioalexis
5da413e70f
Fem: Update CalculiX writer of the constraint rigid body
2024-05-16 12:51:37 -05:00
marioalexis
42d13a3747
Fem: Update task dialog of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
5911df4ea6
Fem: Update view provider of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
cddc7b6a29
Fem: Change properties of the rigid body constraint
2024-05-16 12:51:37 -05:00
marioalexis
b5655c3a8a
Fem: Add transform for extra symbol in constraints
2024-05-16 12:51:37 -05:00
FEA-eng
2d26fb5426
Fem: Add ConstraintRigidBody icon
2024-05-16 12:51:37 -05:00
FEA-eng
14a7ca99cd
Base: Add moment unit
2024-05-16 12:51:37 -05:00