Chris Hennes
39637a3fdb
Merge pull request #15347 from bgbsww/bgbsww-toponamingFix14837
...
Toponaming: Restore code for instant sketch position updates
2024-07-15 10:23:24 -05:00
bgbsww
e6fbc6b447
Toponaming: Missing suppress property and code
2024-07-15 09:38:13 -05:00
Chris Hennes
4bb6d191b4
Merge pull request #15371 from yorikvanhavre/translations
...
Translations
2024-07-14 12:55:28 -05:00
wmayer
45a7d9ca91
Part: Fixes #15411 : ColorPerFace test fails
2024-07-14 12:52:52 -05:00
wmayer
14ec1e6603
Measure: Fix memory leak in MeasureDistanceInfo
...
Fixes #15349
2024-07-14 15:21:47 +02:00
Chris Hennes
2e39b4167f
Merge pull request #15177 from shaise/Fix-Python-getElement
...
[TNP] Fix python get element. partially fixes #15095
2024-07-13 20:53:03 -05:00
Yorik van Havre
2c66c8a788
Merged crowdin translations
2024-07-11 15:07:17 +02:00
Yorik van Havre
0a69f0d7c2
Updated ts files
2024-07-11 14:56:33 +02:00
Roy-043
ac2b65c37b
Material: Change "Custom Appearance" to sentence case in ui files
2024-07-11 14:24:30 +02:00
bgbsww
65155936a6
Toponaming: Restore hiding of unused properties
2024-07-10 10:53:20 -04:00
bgbsww
6025ebd4be
Toponaming: Restore code for instant sketch position updates
2024-07-10 09:50:44 -04:00
FEA-eng
fb6c84b717
Update DlgSettingsObjectColor.ui
2024-07-10 10:31:29 +02:00
FEA-eng
f5cc495a23
Update DlgSettingsObjectColor.ui
2024-07-10 10:31:29 +02:00
FEA-eng
4db9607233
Update DlgImportStep.ui
2024-07-10 10:31:29 +02:00
FEA-eng
b1598c2625
Update DlgExportStep.ui
2024-07-10 10:31:29 +02:00
Yorik van Havre
32c9ed5493
Merged crowdin translations
2024-07-09 08:52:17 -05:00
bgbsww
6ac5370cc4
Adjust PropertyTopoShape::Save code for correctness.
2024-07-08 21:18:32 -05:00
FEA-eng
e97a957871
Update SectionCutting.ui
2024-07-08 17:20:30 -05:00
luzpaz
9a1f487cdb
Fix various typos throughout the codebase
2024-07-08 17:19:20 -05:00
Max Wilfinger
7d21d9edb8
Fix source string typos mentioned on Crowdin ( #15261 )
2024-07-08 17:18:31 -05:00
wmayer
fadb607054
Tests: Make PD and Sketcher tests independent of user settings
...
The Refine property must be explicitly set as otherwise some tests will break because of different user settings
2024-07-08 11:19:36 -05:00
hlorus
cd84304b67
Measure: Pass last object in subobject list to getTopoShape
2024-07-08 10:42:44 -05:00
shai
2d1edacaa9
Add fixes suggested by @bgbsww
2024-07-04 19:53:09 +03:00
shai
b08714116c
Fix python shape setElement function. Partially fixes #15095
2024-07-04 11:48:44 +03:00
Yorik van Havre
2a009589f9
Translations ( #15107 )
...
* Updated ts files
* Merged crowdin translations
* [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>
2024-07-02 12:21:53 +02:00
Chris Hennes
2411f9f3b3
Merge pull request #14461 from AjinkyaDahale/sk-fix-12592-bsp-by-knot-trim
...
[Part][Sketcher] Fix some B-spline trimming issues
2024-07-01 11:28:50 -05:00
Max Wilfinger
e490531510
Activate Part/Part Design check and refine preferences by default ( #14406 )
...
* Activate Part/Part Design check and refine preferences by default
* added bool in .ui
* Update tests
* Fix Sketcher tests
2024-07-01 10:50:42 -05:00
Chris Hennes
20f5e8f662
Merge pull request #14994 from bgbsww/bgbsww-toponamingBaseFeatureTNP
...
Toponaming: support base feature in body correctly.
2024-06-29 19:00:32 -05:00
wmayer
dcc08c81f1
Part: Fixes #15027 : ShapeAppearance does not handle transparency per face correctly
2024-06-29 18:48:53 -05:00
bgbsww
d9ba737132
Toponaming: Bugfix #14952
2024-06-28 19:29:26 -05:00
pre-commit-ci[bot]
54920e6611
Review cleanups
2024-06-28 11:57:43 -05:00
bgbsww
a674729dd3
Toponaming: Cleanups
2024-06-28 11:57:43 -05:00
Zheng, Lei
7a4bc95d47
Toponaming: Transfer in missing Code for BaseFeatures and Sketches
2024-06-28 11:57:43 -05:00
Chris Hennes
89698f647b
Switch back to emplace_back
2024-06-26 10:46:36 -05:00
Zheng, Lei
dfb4bb2070
Part/Toponaming: makeElementWires
...
* restored original definitions of makeElementWires methods
2024-06-26 10:46:36 -05:00
Chris Hennes
241daabda4
Merge pull request #14898 from bgbsww/bgbsww-toponamingSaveRestoreElementMaps
...
Toponaming: Fix save and restore of elementmaps
2024-06-25 09:58:59 -05:00
Ajinkya Dahale
908f1a9cf3
[Part] Do not assume default period in B-spline
2024-06-24 21:56:58 +05:30
Chris Hennes
d01ce32a1f
Update for LibPack3 ( #10337 )
...
* cMake: Add base support for LibPack3
Minor changes to FreeCAD source code to support compiling with Qt 6.5 on MSVC,
and changes to cMake setup to support the new Libpack.
* NETGENPlugin: Fix compilation with MSVC and OCCT 7.8
* Material: Switch to Wrapped_ParseTupleAndKeywords for /fpermissive- on MSVC
* Base: Prevent accidental definition of MIN and MAX by MSVC
* cMake: Prevent accidentally finding an old LibPack
* Material: Wrap another ParseTuple call
* OCCT: Modify includes for 7.8.x
* Part: Change TNP code to use Wrapped_ParseTupleAndArgs
* Spreadsheet: Workaround for MSVC macro pollution
* Mesh: Workaround for MSVC macro pollution
* Base: Remove extra MSVC flag (moved to CMake)
* Tests: Fix compiling with /permissive-
* FEM: Fix Qt warnings about duplicate element names
* cMake: Ensure major version numbers are set
* Address review comments.
* cMake: Further tweaks for LibPack3
* cMake: Modify specification of compiler flags for MSVC
* Main: Remove QtQuick testing code
* cmake: Find Boost before SMESH (which uses it)
* Fixes for LibPack2
* cMake: Another try at importinhg VTK cleanly
2024-06-24 18:25:05 +02:00
Chris Hennes
1ba5f02129
Merge pull request #14766 from wwmayer/import_options
...
Import: Avoid modal dialog inside ImportGui.open()
2024-06-24 11:10:31 -05:00
Chris Hennes
df6b44644c
Merge pull request #14833 from Jookia/RFC_testfixes
...
Tests: Fix some minor test failures
2024-06-24 11:01:29 -05:00
mosfet80
36b9b58eb3
[MOD:PART] removed unused parameter ( #14252 )
...
d variable are never used
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-06-24 10:41:39 -05:00
bgbsww
3c3709cb5d
Toponaming: Fix save and restore of elementmaps
2024-06-23 23:33:12 -04:00
wmayer
4d492c0b83
Import: Simplify handling of Resource_FormatType
...
The type Resource_FormatType already exists since 2015. So, its usage doesn't require pre-processor macros everywhere.
2024-06-21 12:00:38 -05:00
wmayer
985579bced
Import: Move options handling to ImportGui.importOptions
...
Currently a modal dialog is used directly in ImportGui.open()/ImportGui.insert() that makes it impossible to use the functions in a
script because they will be blocked
2024-06-21 12:00:38 -05:00
Jookia
ca3bcfe6da
Tests: Specify QtWidgets.QDialogButtonBox.Close explicitly
...
This seems needed for PySide6 on my system.
2024-06-21 11:10:16 -05:00
wmayer
f6e67a009d
Fix several compiler warnings
...
* -Wmaybe-uninitialized
* -Wunused-parameter
* -Wunused-variable
* -Wnonnull
* -Wstringop-truncation
* -Wstringop-overflow
2024-06-19 21:14:23 -05:00
Ladislav Michl
025210845f
Part: Fix AttachmentSupport when loading files from previous versions
...
Commit a8ae56e06a ("Part: Rename AttachExtension::Support property to
AttachmentSupport...") provided code to convert property name when loading
files saved with previous versions. Unfortunately 84ae6b9b7b
("Toponaming: bring in missing code fragments in Part") was based on
at the time obsolete code which did not contain before mentioned tweak,
so AttachmentSupport ended unassigned.
Fixes: 84ae6b9b7b ("Toponaming: bring in missing code fragments in Part")
2024-06-17 11:32:13 -05:00
Jolbas
0290a8759a
Part: Handle zero scale in TopoShape::_makeTransform
...
With this commit the TopoShape::_makeTransform() use makeGTransform() if scale is zero to avoid crash. Fixes #14562
2024-06-17 11:17:27 -05:00
Syres916
60a0e70882
[Part] Attachment Editor correct Python 2 reference
2024-06-17 11:14:01 -05:00
hlorus
a2f331e0d2
Measure: Fix MeasureLength failure when measuring circles/arcs
2024-06-17 11:52:38 -04:00