wmayer
e11a95732a
Raytracing: [skip ci] Fix several clazy issues:
...
* Don't call QList::operator[]() on temporary [-Wclazy-detaching-temporary]
2022-07-25 10:50:50 +02:00
wmayer
86c4f319fd
Import: [skip ci] Fix several clazy issues:
...
* Use multi-arg instead [-Wclazy-qstring-arg]
2022-07-25 10:43:46 +02:00
wmayer
3e4ee56ed3
ReverseEngineering: [skip ci] Fix several clazy issues:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
2022-07-25 10:40:30 +02:00
wmayer
4c0b62555e
MeshPart: [skip ci] Fix several clazy issues:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
2022-07-25 10:34:51 +02:00
wmayer
5551611ede
Web: [skip ci] Fix several clazy issues:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Missing emit keyword on signal call [-Wclazy-incorrect-emit]
* Unused QFileInfo [-Wclazy-unused-non-trivial-variable]
2022-07-25 10:25:29 +02:00
wmayer
985f0a9132
Surface: Fix several clazy issues:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
2022-07-25 10:01:49 +02:00
wmayer
2b039d67fe
Part: Fix several clazy issues:
...
* Maybe you meant to call Primitive::onChanged() instead [-Wclazy-skipped-base-method]
* Maybe you meant to call Primitive::mustExecute() instead [-Wclazy-skipped-base-method]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
* Use midRef() instead [-Wclazy-qstring-ref]
2022-07-25 08:31:18 +02:00
Adrian Insaurralde Avalos
28ba51f23f
[python init] Prepend install prefix if libdir is not absolute
...
For python init script so it can work by default
2022-07-25 03:49:24 +02:00
Uwe
ae33ad545f
[FEM] Elmer: fix python error when solver failed
...
we must then stop the execution of the script
2022-07-25 02:54:12 +02:00
wmayer
0828e85b56
Image: [skip ci] Fix several clazy issues:
...
* Missing emit keyword on signal call ImageGui::ImageView::closeEventIgnored [-Wclazy-incorrect-emit]
2022-07-25 01:21:23 +02:00
wmayer
df8e0a55cc
Mesh: Fix several clazy issues:
...
* Use multi-arg instead [-Wclazy-qstring-arg]
* Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
* Using copy-ctor but class SbMatrix has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
2022-07-25 01:14:40 +02:00
wmayer
5782a9429a
Fix several clazy issues:
...
* Returning data of temporary QByteArray [-Wclazy-returning-data-from-temporary]
2022-07-25 00:19:41 +02:00
wmayer
76c993baae
Fix several clazy issues:
...
* Don't call ... on temporary [-Wclazy-detaching-temporary]
2022-07-25 00:18:42 +02:00
wmayer
923ebef729
Fix several clazy issues:
...
* Mixing iterators with const_iterators [-Wclazy-strict-iterators]
2022-07-25 00:04:04 +02:00
wmayer
85bd6b5c6b
Fix several clazy issues:
...
* C++11 range-loop might detach Qt container [-Wclazy-range-loop-detach]
2022-07-24 23:48:37 +02:00
wmayer
25483b78be
Fix several clazy issue:
...
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
2022-07-24 22:29:06 +02:00
wmayer
9b30f9328b
Fix several clazy issue:
...
* Suppress non-POD static [-Wclazy-non-pod-global-static]
* Call to temporary is a no-op: [-Wclazy-writing-to-temporary]
* Unused QString [-Wclazy-unused-non-trivial-variable]
2022-07-24 21:39:59 +02:00
wmayer
916c814219
Fix several clazy issue:
...
* Use multi-arg instead [-Wclazy-qstring-arg]
* Use an empty QLatin1String instead of an empty QStringLiteral [-Wclazy-empty-qstringliteral]
* getter Gui::ProgressBar::canAbort possibly mismarked as a slot [-Wclazy-const-signal-or-slot]
* Missing emit keyword on signal call [-Wclazy-incorrect-emit]
2022-07-24 20:07:04 +02:00
wmayer
fd5558f295
Fix several clazy issue:
...
* Using copy-ctor but class SbMatrix/SbViewportRegion has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
2022-07-24 19:38:59 +02:00
Uwe
777aabe46c
[FEM] ViewProviderDocumentObject: fix parenthesis mistake
...
(I don't know how this happened)
2022-07-24 19:25:53 +02:00
Uwe
d012b8d012
[FEM] fix color bar handling on hiding post objects
...
- fixed the remaining part of #7230 : on hiding an object, refresh the color bar of the new visible object (if there is any)
2022-07-24 19:17:24 +02:00
wmayer
3fddaf4a2f
Fix several clazy issues:
...
* Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
* Use Q_ENUM instead of Q_ENUMS [-Wclazy-qenums]
* Add missing a Q_OBJECT macro [-Wclazy-missing-qobject-macro]
* Signal/Slot arguments need to be fully-qualified [-Wclazy-fully-qualified-moc-types]
2022-07-24 19:03:30 +02:00
Roy-043
28ea41cb32
Draft: Improve alignToFace in WorkingPlane.py
2022-07-24 18:52:41 +02:00
Uwe
a5b50fd114
[FEM] set default selection mode to BoundBox for post objects
...
- this fixes a long-standing annoyance that popped up also from time to time in the forum:
the post objects deliver information via its coloring but a selection in the tree changed the shape color
Even experienced users like me did not know about the SelectionStyle property and always had to click into the model to see the real color, not the selection color.
Therefore SelectionStyle set to BoundBox is sensible as default settings for post objects since this assures that the users always see the right coloring.
2022-07-24 16:24:01 +02:00
Uwe
2f589e8e8f
[.github] try to get the checks also for the 0-20 branch
2022-07-24 06:01:52 +02:00
Uwe
c3074efb29
[FEM] fix regression of missing stress results
...
- fixes the regression that went in short as "last minute fix": commit c5daa88b82 -> fixes #7242
- also remove a doubled entry in an IF
2022-07-24 05:41:33 +02:00
Uwe
5ec39189fa
[.github] disable tidy checks for now
...
- as requested in https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193176866
2022-07-24 02:58:39 +02:00
wmayer
d887c2d77b
Import: use Part::ImportExportSettings to access parameters
2022-07-23 21:58:51 +02:00
wmayer
33a07fcdf0
Part: initialize controls of DlgImportExportStep with ImportExportSettings
2022-07-23 21:16:04 +02:00
wmayer
231c5f44d9
Part: implement class ImportExportSettings for consistent parameter access
2022-07-23 21:15:22 +02:00
Uwe
a670ff8e51
[.github] disable clang checks for now
...
see https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193167296
2022-07-23 20:25:21 +02:00
Roy-043
5512acd619
Draft: Housekeeping: import translate from correct file
2022-07-23 19:51:03 +02:00
Uwe
e95a16408c
[FEM] TaskBoxes: add missing info about transparency
...
The user had no info about the current transparency nor the value he will be selecting.
2022-07-23 19:41:18 +02:00
Floriansimmer
f2285dfac1
Github: basic check CI Run ( #7152 )
...
* Github: basic check CI Run
- trailing Whitespace
- tab
- string based QT connections
- Cpplint
- pylint
- Black
- clang-format
- Codespell
- clang-tidy
- clazy (+QT6 Checks)
- Report
2022-07-23 18:53:50 +02:00
Uwe
5aedc73ef6
[FEM] better fix for missing colorbar update for FemPostObject
...
- better fix for #7230 because we can call the direct paint method and because the bar is now also updated when the object is shown
- also add a ToDo note
2022-07-23 16:57:16 +02:00
Uwe
6aa7b0d761
[Path] remove check for python 2
2022-07-23 15:12:35 +02:00
mosfet80
892ad71f62
Git ignore hidden files with defined exceptions ( #7108 )
...
* git ignore all hidden files
* Removal file with non-existent link
* git Ignore all hidden files except .gitignore
* Set exceptions in gitignore
2022-07-23 14:47:53 +02:00
andrea
187772de7c
fix warning :unused variables
2022-07-23 14:27:50 +02:00
andrea
61a5551940
Remove unused code into App
2022-07-23 14:27:50 +02:00
Uwe
82083ab059
[FEM] task_material_common: add a comment
2022-07-23 14:22:48 +02:00
Uwe
68659771f5
[FEM] fix material task dialog for fluids
...
- this fixes a mistake from commit 821dc915
- it also consistently use the thermal expansion coefficient
- add code comments
now the material task dialog works with all fluid materials without errors or warnings
2022-07-23 04:59:10 +02:00
Syres916
3b6e5d7b79
[Part] Bugfix Primitives correction of decimal..
...
...places on creation
See https://forum.freecadweb.org/viewtopic.php?f=3&t=70339
2022-07-23 03:27:32 +02:00
wmayer
cdaff7f550
Part: fix TopoShape.isInside() for faces
2022-07-22 15:32:30 +02:00
Yorik van Havre
cc8b407b6f
Merge pull request #7233 from Roy-043/Arch-Housekeeping-import-translate-from-correct-file
...
Arch: Housekeeping: import translate from correct file
2022-07-22 12:55:06 +02:00
Uwe
0a67a39065
[Gui] [skip CI] Selection: a formatting style fix
2022-07-22 02:09:25 +02:00
Uwe
0105189304
[FEM] [skipCI] ViewProviderFemPostPipeline: remove unused include
...
- also sorting
2022-07-22 02:08:11 +02:00
Chrismettal
404b481625
[Stylesheets] Remove whitespace and add "checked" icon style
2022-07-22 02:05:49 +02:00
Uwe
ac27f4700a
[FEM] fix missing colorbar update for FemPostObject
...
- fixes issue #7230
- to update the color bar for post objects, the Field property has to be reset to trigger this. This PR does this.
2022-07-22 01:20:18 +02:00
luz paz
e3bdf0a1ef
Fix typos in Part and TechDraw workbenches
...
[skip ci]
2022-07-21 15:15:35 +02:00
Roy-043
7e0550a7c8
Arch: Housekeeping: import translate from correct file
2022-07-21 10:17:03 +02:00