hoshengwei
16ffcfecfc
fix BIM Project Manager import error
2024-05-21 08:16:56 +02:00
bgbsww
040502280f
Toponaming: Cleanup verified face calls
2024-05-20 17:48:01 -05:00
Chris Hennes
e0a0a2da7d
Merge pull request #13705 from chennes/enableToponamingFix
...
Toponaming: Enable FC_USE_TNP_FIX code
2024-05-20 17:47:18 -05:00
Chris Hennes
f1690821a3
Toponaming: Test fixes
2024-05-20 12:40:52 -05:00
Chris Hennes
9bc5675ab3
Correct flag
2024-05-20 12:40:52 -05:00
Chris Hennes
895803a8cb
Toponaming: Enable FC_USE_TNP_FIX code
2024-05-20 12:40:52 -05:00
bgbsww
1eac717f8f
Toponaming: replace MultiFuse implementation to fix face colors
2024-05-20 12:40:43 -05:00
PaddleStroke
7c2a95bb0d
Assembly: JCS selection: cones surfaces offers the cone's apex. Fixes #13958
2024-05-20 12:00:17 -05:00
marcuspollio
7ee83f9610
BIM : fix typos in UI strings
2024-05-20 11:59:07 -05:00
marcuspollio
7e7f9fc605
BIM : update icons with Document element
2024-05-20 11:58:24 -05:00
Michael K Johnson
42768a44a5
Fix typo in TechDraw tooltip
2024-05-20 11:57:40 -05:00
Chris Hennes
b60dd5b882
Merge pull request #13691 from Ondsel-Development/prop-view-menu
...
Gui: Rearrange the property view context menu
2024-05-20 11:54:00 -05:00
marcuspollio
7d2599cb75
UI : Update Spreadsheet icons ( #13996 )
2024-05-20 11:51:33 -05:00
Chris Hennes
74db404039
Merge pull request #14074 from NomAnor/pd-icons
...
Change PartDesign Pad and Revolution tree icons
2024-05-20 11:45:16 -05:00
mosfet80
8acbeb91b3
mod: clean ImportOCAF.cpp
...
clean ImportOCAF.cpp
2024-05-20 11:44:08 -05:00
wmayer
27b1caa82b
Sketch: Refactor Sketch::updateGeometry()
2024-05-20 11:38:06 -05:00
wmayer
6f76ccfb83
Gui: Restore previous width when closing task dialog
...
This fixes #11016
2024-05-20 11:35:59 -05:00
Florian Foinant-Willig
5690eb8c75
PartDesign: hide Suppressed property with FC_USE_TNP_FIX flag
2024-05-20 11:32:34 -05:00
FEA-eng
6786fed067
Update checksanalysis.py
2024-05-20 11:28:50 -05:00
Chris Hennes
1b0dba3241
Merge pull request #13906 from Rexbas/align-camera
...
Align camera to faces and edges
2024-05-20 11:28:24 -05:00
FEA-eng
0c6ae9672d
Update TaskFemConstraintRigidBody.ui
2024-05-20 11:25:54 -05:00
Kacper Donat
90a77789a3
chore: Add myself (kadet) as Contributor
2024-05-20 12:25:36 -04:00
Kacper Donat
3f2d5b83b5
Gui: Add ability to disable single-solid rule by default
2024-05-20 12:25:36 -04:00
Kacper Donat
f8c47b55cb
PartDesign: Introduce ability to disable single-solid rule
...
This adds "SingleSolidRuleMode" enum that controls if PartDesign will
enforce singular solid. By default the single-solid is enforced so
nothing changes for the user, it must be explicitly disabled by setting
new Allow Compound boolean property on a given body.
Default for this value is controled using user parameter under
Mod/PartDesign/AllowCompoundDefault
2024-05-20 12:25:36 -04:00
Kacper Donat
935bdf9a0f
PartDesign: Refactor single-solid rule enforcement
...
This refactors a single solid rule checking code from using the solid
count directly to using well abstracted `isSingleSolidRuleSatisfied`
method. This makes code easier to read and is the basis for next step
which is allowing users to disable this checks.
2024-05-20 12:25:36 -04:00
wandererfan
f937d4579a
[TD]allow custom format for hidden lines
2024-05-20 12:25:20 -04:00
Florian Foinant-Willig
42a660a893
Gui: fix SoDatumLabel arrow disappear
2024-05-20 11:19:56 -05:00
Max Wilfinger
3e3c9d36b1
make the smart dimension tool the default one
2024-05-20 11:18:59 -05:00
PaddleStroke
7075e3c1d5
Sketcher: Fix line to arc point distance movement problem
2024-05-20 11:15:56 -05:00
Kacper Donat
f040c0820c
Gui: Fix ToolBarManager review remarks
2024-05-20 11:12:38 -05:00
PaddleStroke
0c53340746
Sketcher: Fix distance arc helper : should appear only if constraining the edge.
2024-05-20 11:11:27 -05:00
André Althaus
a09dcd917a
Gray out all columns in the tree if an item is invisible
2024-05-20 11:04:45 -05:00
Chris Hennes
dec0b7b0ef
Merge pull request #13627 from wwmayer/fix_datum_label
...
Gui: Fix datum label
2024-05-20 11:03:38 -05:00
marioalexis
7c34978f0b
Fem: Highlight active Analysis according to user defined color
2024-05-20 11:01:18 -05:00
marioalexis84
33e4a5baed
Fem: Improve constraint section print ( #14046 )
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-05-20 11:00:48 -05:00
marioalexis
a73d081a46
Fem: Load heat flux from CalculiX results - fixes #12117
2024-05-20 11:00:19 -05:00
hlorus
b40fe64db3
PartGui: Remove remaining measure "clear all" and "toggle delta" commands
2024-05-20 10:56:43 -05:00
Chris Hennes
53da36a93a
Merge pull request #14011 from hlorus/measure-icons
...
Add measurement icons
2024-05-20 10:54:06 -05:00
PaddleStroke
908bbfeb21
Tree Context menu: add 'go to linked object' action for links. Fixes #12167
2024-05-20 10:51:03 -05:00
Max Wilfinger
748306dcaf
Update assembly icons to be consistent with main updates.
...
Add commands to menu/toolbar.
2024-05-20 10:46:45 -05:00
Chris Hennes
8157504bdd
Merge pull request #14004 from wwmayer/prop_item
...
Gui: move to new-style connect() in createEditor()
2024-05-20 10:45:54 -05:00
David Carter
db3701193b
Material: Material API fixes
...
Corrects an issue in the API where a new material may not have a UUID.
Corrected the test case to reflect the changes and better document the
process.
Added a test case for material filters.
2024-05-20 10:43:02 -05:00
Kacper Donat
26300e0d4e
Gui: Add Std_ReloadStyleSheet command
...
This adds a command that will reload currently active stylesheet - a must have for stylesheet developers
2024-05-20 10:41:23 -05:00
Max Wilfinger
dd012f366a
Update Part Design toolbars.
...
Command group for datum. Removed ShapeBinder. Added CheckGeometry.
2024-05-20 10:39:32 -05:00
Chris Hennes
e30138e110
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
8adb57d75f
Unify document icons according to artwork guidelines
2024-05-20 10:35:39 -05:00
Chris Hennes
194e5943e7
Gui: Add privacy policy to About ( #13987 )
2024-05-20 10:34:10 -05:00
Pieter Hijma
94312fe8cf
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
f814ef63aa
update addon manager icons for legibility on dark themes
2024-05-19 16:24:31 -05:00
Pieter Hijma
0202305ced
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