Uwe
d4c60abf70
[Sketcher] fix icon name
...
- fix a FIXME, Sketcher_CreateEllipse depicts already the right thing, it just has to be renamed
2022-07-29 01:26:00 +02:00
Chris Hennes
700d282301
Addon Manager: pylint cleanup for install_to_toolbar
2022-07-28 15:58:33 -05:00
Chris Hennes
574bf49c61
Addon Manager: pylint cleanup of NetworkManager
2022-07-28 15:29:53 -05:00
Benjamin Bræstrup Sayoc
e8e1050620
[TechDraw] Make projection group test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
48661cd3c7
[TechDraw] Fix making template bug for tests
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
6893938f2a
[TechDraw] Make balloon test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
36f50665fe
[TechDraw] Make section view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
337b40f846
[TechDraw] Make view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
cf8e3f8eda
[TechDraw] Make dimension test a unittest
2022-07-28 14:51:50 -04:00
Wanderer Fan
54ce3d0fc3
[TD]fix redraw does not paint all views
2022-07-28 09:16:03 -04:00
Wanderer Fan
0805d284d5
[TD]fix Symbol update on property change
2022-07-28 09:16:03 -04:00
Yorik van Havre
76aeaab4b0
Arch: added ExclusionNames property to Shape2DViews
2022-07-28 14:09:41 +02:00
andrea
b420901697
Remove 2 deprecate PyCFunction
2022-07-28 01:50:15 +02:00
Chris Hennes
be2a8a679c
Addon Manager: pylint cleanup of manage_python_dependcies.py
2022-07-27 15:58:12 -05:00
Chris Hennes
802993dc5d
Addon Manager: Clean up Addon.py based on pylint
2022-07-27 15:40:03 -05:00
wmayer
fc8842aea4
Fem: use 'using' instead of 'typedef' [modernize-use-using]
2022-07-27 19:11:05 +02:00
Chris Hennes
4a4bb34a87
Addon Manager; Silence some pylint errors
2022-07-27 12:04:38 -05:00
Chris Hennes
b9224cd14b
Addon Manager: Utilities pylint cleanup
2022-07-27 11:52:57 -05:00
Chris Hennes
0e2508cca9
Addon Manager: Fix get_zip_url for non-github URLs
2022-07-27 11:46:30 -05:00
Chris Hennes
71285f4266
Addon Manager: Cleanup
2022-07-27 10:49:00 -05:00
wmayer
97d28d689e
Part: if fillet/chamfer object has set transparency then override the values of the input shape
2022-07-27 17:32:39 +02:00
wmayer
62dbfc5290
Part: if boolean/compound object has set transparency then override the values of the input shape
2022-07-27 17:03:47 +02:00
Chris Hennes
e415f38fe6
Addon Manager: Add dialog to manage Python deps
2022-07-27 09:59:25 -05:00
Uwe
66ff55a2aa
[FEM] fix PostObject hiding issue
...
- when a PostObject is hidden the FemPostDataAtPointFilter must not be taken into account
2022-07-27 16:56:06 +02:00
Uwe
95df4d665e
[FEM] save icons as plain SVG - part 2/2
2022-07-27 16:42:46 +02:00
Uwe
97eafab6d3
[FEM] PostDataAtPoint: remove unnecessary style setting
...
- PostDataAtPoint is a point therefore setting a filling style is not necessary
- also fix a typo in a comment
2022-07-27 16:15:04 +02:00
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
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
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
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
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