Uwe
03041f0aff
[Sketcher] [skip CI] CommandCreateGeo: code style fix
...
- the MSVC IDE had problems with this, thus apply our .clang style
2022-07-27 16:05:39 +02:00
wmayer
054dd44315
Part: [skip ci] add unit test for PR #7258
2022-07-27 14:44:29 +02:00
0penBrain
dbe8f47d93
[BUGFIX] Sketcher: fix icon normal/construction toggling when commands used in custom toolbar
...
Fixes #7064
2022-07-27 14:28:54 +02:00
luz paz
ac6a730076
Trim trailing whitespace for Part/App/BSplineSurfacePyImp.cpp
2022-07-27 14:27:08 +02:00
tomate44
7328f2f302
[Part] BSplineSurface: add setBounds method
2022-07-27 14:27:08 +02:00
wmayer
b330552337
Part: [skip ci] add unit test for PR #7260
2022-07-27 14:18:27 +02:00
tomate44
3ddfa5ce09
[Part] BSplineSurface: fix KnotSequence for periodic BSpline surfaces
2022-07-27 14:14:01 +02:00
Uwe
a035d650b6
[FEM] remove checks for Python 2
2022-07-27 14:09:23 +02:00
berniev
5f82cfb39f
Fix column number calc
...
(cherry picked from commit 0a8b875751c9469a52548730539dfd4b4fc51acc)
2022-07-27 13:45:33 +02:00
wmayer
79de5318cb
Test: [skip ci] fix typo
2022-07-27 13:35:34 +02:00
wmayer
0dddd3336e
App/Test: implement unit test for PR #7250
2022-07-27 13:22:00 +02:00
wmayer
7a198ca32e
CMake: use system version of FindCoin3D.cmake
2022-07-27 09:56:50 +02:00
wmayer
39a473176a
Gui: help clazy with missing include
2022-07-27 07:43:24 +02:00
wmayer
213ca948a6
Spreadsheet: Returning data of temporary QByteArray [-Wclazy-returning-data-from-temporary]
2022-07-27 07:42:55 +02:00
wmayer
469e4f1655
Spreadsheet: fix several memory leaks
2022-07-27 07:37:23 +02:00
Uwe
ceed599beb
[FEM] skip CI] update a comment
2022-07-27 03:54:26 +02:00
Uwe
16c89568b8
[FEM] update ViewProvider selection code
...
as suggested in
67e836b7e9 (r79459854)
2022-07-27 03:51:46 +02:00
Uwe
0b6a5e63fa
[FEM] save icons as plain SVG - part 1/2
2022-07-27 03:34:04 +02:00
Uwe
369bb48c90
[FEM] BodyHeat constraint: use unique icon
...
- it was not possible to distinguish the constraint from the heatFlux constraint
2022-07-27 03:09:15 +02:00
Uwe
d3066617bd
[FEM] BodyHeat constraint: hide unused property
...
- the constraint does not take a references and when trying to set one as user because one thinks this empty property must be set, one gets a recompute error
2022-07-27 02:55:29 +02:00
Uwe
b7b82489ab
[FEM] update Elmer tests after commit bc69cfd1
2022-07-27 02:33:42 +02:00
Uwe
2eceb004e0
[App] remove check for Python 2
2022-07-27 01:55:52 +02:00
Uwe
bc69cfd19b
[FEM] Elmer: a fix for keywords
...
- according to the Elmer solver manual, check keywords have to be quoted
2022-07-27 01:48:10 +02:00
Uwe
5b25c97589
[Gui] fix unreferenced local variable warning
...
- fixes: warning C4101: 'e': unreferenced local variable
2022-07-27 01:35:08 +02:00
wmayer
4f1fbb5a0e
Gui: help clazy checker with export macro
2022-07-27 01:19:43 +02:00
wmayer
e0bd6d7e2a
Part: move initialization of STEP/IGES reader/writer to ImportExportSettings::initialize()
2022-07-26 22:34:20 +02:00
wmayer
70c18c8017
Part: [skip ci] change some default parameters for STEP export
2022-07-26 19:34:55 +02:00
wmayer
1faf86c3da
Gui: Use new-style syntax of connect()
...
When fixing clazy issues -Wclazy-fully-qualified-moc-types then old-style syntax of connect() may fail. Thus, replace it with the new-style syntax
2022-07-26 16:32:18 +02:00
wmayer
c4e4b5cf02
TD: Use new-style syntax of connect()
...
When fixing clazy issues -Wclazy-fully-qualified-moc-types then old-style syntax of connect() may fail. Thus, replace it with the new-style syntax
2022-07-26 16:10:45 +02:00
Benjamin Bræstrup Sayoc
a1dfe2465f
[TechDraw] Make image test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
4fc8596d7b
[TechDraw] Make symbol test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
906618c0b6
[TechDraw] Make annotation test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
d1f107f656
[TechDraw] Make hatch test a unittest
2022-07-26 09:40:19 -04:00
andrea
5a9ffe468c
Remove deprecated function
2022-07-26 08:52:04 -04:00
Yorik van Havre
c6a91b4ff3
Merge pull request #7249 from Roy-043/Draft-Improve-alignToFace-in-WorkingPlane.py
...
Draft: Improve alignToFace in WorkingPlane.py
2022-07-26 10:27:53 +02:00
Yorik van Havre
a187c506ee
Merge pull request #7243 from Roy-043/Draft-Housekeeping-import-translate-from-correct-file
...
Draft: Housekeeping: import translate from correct file
2022-07-26 10:25:21 +02:00
Uwe
67e836b7e9
[FEM] PostObject: improve color bar refreshing
...
- for data point filters the color bar must not be updated
2022-07-26 04:00:02 +02:00
Uwe
c4b8983a27
[FEM] Elmer writer: fix errors on missing material properties
...
- we must in this case raise an error and stop the writer script
2022-07-26 03:37:55 +02:00
Uwe
c7a2ddbaa3
[FEM] add generic Aluminum material
...
- with full thermal info
2022-07-26 03:20:27 +02:00
Uwe
22c64ef8be
[FEM] update bodyHeatSource
...
- to the state of the other constraints
(this constraint is currently completely broken by the way)
2022-07-26 01:47:09 +02:00
Uwe
c9b709d814
[TD] remove unnecessary nullptr checks
2022-07-26 00:28:57 +02:00
Uwe
f73321b788
[Part] ReferenceHighlighter: re-add necessary include
2022-07-26 00:15:06 +02:00
Uwe
9a821604e5
[Part] Gui: M to S: remove unused includes
...
- also sort includes
2022-07-26 00:10:47 +02:00
Uwe
fbd0665a77
[Part] A to C: remove unused includes
...
- also sort includes
2022-07-25 23:52:02 +02:00
Uwe
d7074f88b4
[PD] AppPartDesignGui: sort includes
2022-07-25 23:36:39 +02:00
0penBrain
38473f24be
Make image scaling command aware of user units ( #7222 )
...
* Image: image scaling command is user unit aware ; fixes #6118
- if unitless value entered, InputField uses user choosen base unit
Before change, always used FC core base unit
Only applies to GUI user entered values, value changed programmatically still ...
... considered in core base unit if applied unitless
2022-07-25 21:17:02 +02:00
adrianinsaval
3bacbf312d
Improve grid maxNumberOfLines warning message
2022-07-25 21:01:12 +02:00
wmayer
e7edda9679
TD: [skip ci] Fix several clazy issues:
...
* Using copy-ctor but class TechDraw::anglePoints has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
* Using copy-ctor but class TechDraw::arcPoints has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* C++11 range-loop might detach Qt container (QList) [-Wclazy-range-loop-detach]
* signal arguments need to be fully-qualified (TechDrawGui::QGIView instead of QGIView) [-Wclazy-fully-qualified-moc-types]
* Use multi-arg instead [-Wclazy-qstring-arg]
* Use midRef() instead [-Wclazy-qstring-ref]
2022-07-25 17:00:48 +02:00
wmayer
88accdb421
PD: [skip ci] Fix several clazy issues:
...
* Maybe you meant to call base method instead [-Wclazy-skipped-base-method]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Mixing iterators with const_iterators [-Wclazy-strict-iterators]
* Unused QByteArray [-Wclazy-unused-non-trivial-variable]
* C++11 range-loop might detach Qt container (QList) [-Wclazy-range-loop-detach]
2022-07-25 13:40:19 +02:00
wmayer
d344ccc4eb
Sketcher: [skip ci] Fix several clazy issues:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Unused QString [-Wclazy-unused-non-trivial-variable]
* Missing emit keyword on signal call [-Wclazy-incorrect-emit]
* Don't call QList::operator[]() on temporary [-Wclazy-detaching-temporary]
* Use multi-arg instead [-Wclazy-qstring-arg]
* Maybe you meant to call ViewProvider2DObjectGrid::onChanged() instead [-Wclazy-skipped-base-method]
2022-07-25 12:56:09 +02:00