Uwe
ca5efc5be1
[Part] To*: remove unneeded includes
...
- also sort includes
2022-07-03 18:39:24 +02:00
Uwe
74d582617c
[Part] TopoShapeFacePyImp.cpp: add includes needed by the CI compiler
2022-07-03 18:16:27 +02:00
Uwe
8e9b359928
[Part] Topo*: remove unneeded includes
...
- also sort includes
2022-07-03 17:41:42 +02:00
luz paz
a4b054c063
LGTM: omit src/Tools/wiki2qhelp.py from analysis
...
Per https://lgtm.com/projects/g/FreeCAD/FreeCAD
[skip ci]
2022-07-03 16:19:35 +02:00
Wanderer Fan
ac4fa39ad4
[TD]fix bitmap hatch
2022-07-03 10:18:37 -04:00
Uwe
96cb9dce0b
[Base] Tools2D.h: a simplification and code style unification
2022-07-03 15:54:33 +02:00
ChenOrange
06edc2db9b
Vector2d:fix rotate bug
2022-07-03 14:52:27 +02:00
wmayer
6820e0a9ec
Py3: properly port to Py3.11
2022-07-02 19:36:27 +02:00
sliptonic
fcdec28716
Merge pull request #6974 from agren/restore-path-drilling-retract-behaviour
...
Path: Restore drilling op retract value to user supplied Retract Height
2022-07-02 12:20:54 -05:00
Uwe
e844c4d20b
[App] [skip CI] fix minor code style issue
...
was introduced by commit 9a70b165
2022-07-02 18:10:26 +02:00
Uwe
75165e9594
[Robot] fix typo in function name
...
- just to please the spellchecker CI
2022-07-02 18:00:03 +02:00
Ajinkya Dahale
a88f69a9f0
[Sketcher] Only move one piece of B-spline when dragging
2022-07-02 07:35:30 +02:00
Uwe
ef088674ba
[FEM] fix wrong console outputs for fluid materials
...
- since a while ThermalExpansionCoefficient is used, VolumetricThermalExpansionCoefficient is only used for the material task panel
- as already stated in a code comment, the unit of VolumetricThermalExpansionCoefficient is ThermalExpansionCoefficient, therefore we must check for ThermalExpansionCoefficient
- we must also check if ThermalExpansionCoefficient exists
- Adapt the existing fluid material cards to use the ThermalExpansionCoefficient
2022-07-02 05:36:43 +02:00
Mihail
8afc5d3f0a
FEM WB Elmer viscosity bug fix.
...
In Elmer there was errors "Viscosity not found" if used mixed solid and flow calculation.
This fix disables Stokes-Navier eruation for Solid objects.
modified: src/Mod/Fem/femsolver/elmer/writer.py
2022-07-02 05:16:50 +02:00
Uwe
7bf9f30c5f
[Base] UnitsSchemaInternal: improve code readability
2022-07-02 05:15:11 +02:00
wmayer
1ae55905ba
Py: make FreeCAD to compile with Py3.11
2022-07-01 17:54:50 +02:00
Abdullah Tahiri
19a69df0fc
Sketcher: Bug fix
...
https://forum.freecadweb.org/viewtopic.php?p=606581&sid=70cfe557d7d1985e45ea1b298282c759#p606581
2022-07-01 13:56:16 +02:00
andrea
1021098106
remove unused boost files
2022-07-01 03:18:36 +02:00
Uwe
7001caea9a
[FEM] [skip CI] fix a typo
...
- spot by the spellchecker CI
2022-07-01 03:12:15 +02:00
Uwe
3d597b797a
[AddonMgr] [skip CI] fix typo
...
- spot by the spellchecker CI
2022-07-01 03:10:47 +02:00
Uwe
13db192fca
[Gui] [skip CI] update for DlgProjectInformation.ui
...
- done automatically by Qt Designer
2022-07-01 03:09:50 +02:00
andrea
dc57327e7f
fIx Cmake Messages
2022-07-01 02:51:48 +02:00
wmayer
75d8371d2b
Arch: [skip ci] fix unit test
2022-06-30 23:00:31 +02:00
wmayer
9b2b0e0acf
modernize C++: replace boost::function with std::function
2022-06-30 20:31:55 +02:00
wmayer
c7c43fcf4b
Core: fix minor issues:
...
+ fix issues found by clang's clazy tool
+ fix cppcoreguidelines-pro-type-member-init
* Make sure that all class members are initialized in the constructor
2022-06-30 16:31:16 +02:00
Wanderer Fan
2949ab1a2b
[TD]remove unused code
2022-06-30 08:50:33 -04:00
Wanderer Fan
fdcfd4c565
[TD]Navigation Styles - context menu handling & std cursors
2022-06-30 08:50:33 -04:00
Wanderer Fan
866da5980c
[TD]fix Dimension export to DXF
2022-06-30 08:50:07 -04:00
Wanderer Fan
460d153d6c
[TD]Include CosmeticLines in Dxf
2022-06-30 08:50:07 -04:00
Abdullah Tahiri
2326186428
Sketcher: Bug fix SolverGeometryExtension
...
=========================================
Index access at zero size vector cause due to incorrect check.
2022-06-30 13:58:21 +02:00
wmayer
b50e0485d9
Test: ignore UnicodeEncodeError in TestMetadata.test_file_path
2022-06-30 13:32:29 +02:00
wmayer
317c6afd45
Mesh: fix (Qt) issues found by clang's clazy tool
2022-06-30 13:14:03 +02:00
wmayer
a427c1e99e
Base: [skip ci] fix slight regression caused with d162d9371
2022-06-30 13:13:00 +02:00
Yorik van Havre
e916f8afbb
Arch: Fixed test to work without the Drawing module
2022-06-30 11:38:22 +02:00
sliptonic
59b945dcc3
Merge pull request #7111 from sliptonic/bug/camoticsimport
...
[PATH] Another camotics import bug.
2022-06-29 16:37:48 -05:00
wmayer
d5921e08ec
fix (Qt) issues found by clang's clazy tool:
...
+ -Wclazy-incorrect-emit
+ -Wclazy-strict-iterators
+ -Wclazy-overloaded-signal
+ -Wclazy-qstring-arg
+ -Wclazy-unused-non-trivial-variable
+ -Wclazy-container-anti-pattern
+ -Wclazy-range-loop-reference
+ -Wclazy-const-signal-or-slot
+ -Wclazy-detaching-temporary
+ -Wclazy-qfileinfo-exists
2022-06-29 21:00:54 +02:00
wmayer
898b1007b9
Test: use codecs.open in TestMetadata.test_file_path
2022-06-29 15:51:42 +02:00
wmayer
7b377a216b
Gui: remove workaround for spnav 0.23 due to build failure with musl libc
2022-06-29 15:19:18 +02:00
wmayer
82bbe47d68
Test: set encoding to utf-8 in TestMetadata.test_file_path
2022-06-29 12:28:02 +02:00
wmayer
22829f8a24
App: issue #7112 : Addon manager does not work on windows with special characters in the username
2022-06-29 11:25:06 +02:00
wmayer
448b1ec9f3
Test: [skip ci] test file path with utf-8 <-> utf-16 conversion
2022-06-29 11:23:15 +02:00
wmayer
9a70b165cc
App: fixes #7102 : Undo/Redo of PropertyEnumeration fails with MSVC
2022-06-29 09:59:18 +02:00
sliptonic
e428337ffc
Another import bug. This time if --version doesn't return a patch number.
2022-06-28 15:57:01 -05:00
wmayer
e07cfa09bb
Test: extend test for enumeration
2022-06-28 21:24:19 +02:00
Abdullah Tahiri
9763ed29e2
Split DSHs from CommandCreateGeo
2022-06-28 19:29:47 +02:00
Abdullah Tahiri
19230c83ef
Remove obsolete DSH Tools - CloseShape and ConnectLines
2022-06-28 19:29:35 +02:00
Abdullah Tahiri
3678a525a2
DrawSketchHandler: Cursor rework and preselect at point functionalities
2022-06-28 19:29:19 +02:00
Abdullah Tahiri
2cf0c49955
DrawSketchHandler: mechanism to update the cursor
2022-06-28 19:29:07 +02:00
Abdullah Tahiri
f16c3f36a9
DrawSketchHandler: Functions to draw cursor position and direction
2022-06-28 19:28:56 +02:00
Abdullah Tahiri
b80cd6a417
DrawSketchHandler: refactor crosshairCursor
...
======================================================
-DrawSketchHandler manages both cursor bitmap setting and unsetting
2022-06-28 19:28:18 +02:00