wmayer
bb94a0ddea
Gui: [skip ci] remove DlgImportExportStep.ui resource
2022-10-05 10:31:41 +02:00
wmayer
f47ee0f68d
Part: split DlgImportExportStep into sub-widgets in order to be used independently
2022-10-05 09:39:04 +02:00
wmayer
d474d2aaa8
TD: [skip ci] may explicitly require gp_Ax3 header depending on OCCT version
2022-10-05 09:36:31 +02:00
wmayer
a612b51952
Part: [skip ci] use correct export macro
2022-10-05 08:25:24 +02:00
Uwe
f04cab01a4
[TD] next attempt to fix CI compiler error
...
- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127909597
2022-10-05 04:19:50 +02:00
Uwe
934dbef946
[TD] attempt to fix CI compiler error
...
- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127855862
(compiles fine with Visual Studio, thus I can only guess)
2022-10-05 04:08:20 +02:00
Uwe
d3c70c8740
[TD] E* - L*: remove unused includes
...
- also sort includes
- also additions to precompiled header
2022-10-05 03:43:42 +02:00
Uwe
b6c50406f8
[skip CI] [Part] some minor whitespaces and sorting
2022-10-05 03:05:48 +02:00
Chris Hennes
ff57a13dcf
Addon Manager: Make sure metadata gets parsed
2022-10-04 14:05:43 -07:00
wmayer
ebe7ceea33
Part: add dialog for STEP export
2022-10-04 20:30:03 +02:00
wmayer
96a84603b6
Import: implement exportOptions()
2022-10-04 17:20:04 +02:00
wmayer
193ac13f79
Gui: add support to get exporting options before writing a file
2022-10-04 16:23:01 +02:00
wmayer
60f27541fe
Part: [skip ci] fix compiler warnings
2022-10-04 16:12:39 +02:00
Chris Hennes
eda5cfe60a
Addon Manager: Improve failed pip behavior ( #7552 )
...
* Addon Manager: Improve failed pip behavior
* Addon Manager: pylint cleanup
* Addon Manager: Use subprocess.CREATE_NO_WINDOW when possible
* Addon Manager: Put pip calls in QThread
* Addon Manager: Remove Py package check from startup
2022-10-04 08:58:19 -05:00
wandererfan
c1871ced15
[TD]encode Xml characters in spreadsheet
2022-10-04 08:16:36 -04:00
wmayer
40e7e4d60b
Part: [skip ci] list all used parameters for reading/writing shapes
2022-10-04 13:29:26 +02:00
wmayer
afdf499e46
Part: use ImportExportSettings in client code
2022-10-04 12:32:47 +02:00
wmayer
6294fc0aee
Part: use separate setting classes for IGES, STEP and OCAF handling
2022-10-04 11:26:33 +02:00
Chris Hennes
bc27561ea5
Test: Add more tag testing to Metadata tests
2022-10-03 19:13:48 -07:00
Uwe
3d06516c76
[Part] remove code for < GCC 4.8
...
we don't support such old GCC versions anymore so I think this can be removed
2022-10-03 23:07:41 +02:00
Uwe
01c7df9f4f
[TD] A* - C*: remove unused includes
...
- also sort includes
- also sort PreCompiled.h
2022-10-03 23:05:36 +02:00
Uwe
5f934ce6e9
[Part] OpenCascadeAll.h: sort entries and remove duplicates
...
- to keep the overview (several duplicates where found this way)
- also move the few includes from TechDraw to the file
2022-10-03 22:50:55 +02:00
0penBrain
b02d549c98
Sketcher : optimize code that was present for Qt4 compatibility
...
Was introduced by a2b53be76, new code only supported by Qt5
2022-10-03 11:12:35 -07:00
Chris Hennes
735b786cb3
Addon Manager: Fix undeclared variable in error handling
2022-10-03 12:54:25 -05:00
Chris Hennes
0edb57d205
Addon Manager: Error checking when Python can't be found
2022-10-03 12:52:57 -05:00
wmayer
a157e6fcea
Part: [skip ci] fix typo
2022-10-03 19:45:38 +02:00
wmayer
918fc83cd3
Part: implement wrapper class around Interface_Static
2022-10-03 19:03:32 +02:00
Uwe
c63ce3f10b
[FEM] ViewProviderFemConstrain*: remove unused includes - part 2/2
...
- also sort includes
- also fix warnings about too long lines
2022-10-03 18:14:51 +02:00
wmayer
8522b9c813
Import: make API more flexible
2022-10-03 17:26:32 +02:00
Uwe
a134cfea93
[FEM] ViewProviderFemConstrain*: remove unused includes - part 1
...
- also sort includes
- also fix warnings about too long lines
2022-10-03 17:10:36 +02:00
Chris Hennes
8b252e0004
Sketcher: Remove Snell's Law from toolbar
...
Leave menu item intact so it is still accessible, but does not use up toolbar space.
2022-10-03 09:25:42 -05:00
Uwe
21ea719805
[Part] ImportStep: rename enum to fix compilation
...
- because the name "IN" is already defined for the Visual Studio compiler, see ed7914fba3 (r85690207)
2022-10-03 15:05:50 +02:00
Uwe
6757d1e853
[FEM] ViewProviderFem*: remove unused includes
...
- also sort includes
2022-10-03 15:01:37 +02:00
wmayer
baf221fc32
Part: set default STEP import settings
...
according to https://forum.freecadweb.org/viewtopic.php?p=629883#p629883
2022-10-03 14:43:40 +02:00
wmayer
5229dadfd5
Part: add getter/setter to ImportExportSettings and simplify DlgImportExportStep
2022-10-03 14:27:42 +02:00
Uwe
5ce791ffdf
[FEM] ViewProvider*: remove unused includes
...
- also sort includes
2022-10-03 06:07:55 +02:00
Uwe
208b017253
[FEM] TaskFemConstrain*: remove unused includes
...
- also sort includes
2022-10-03 05:20:52 +02:00
Uwe
365552ba36
[FEM] TaskPostBoxes.cpp: re-add an include
...
- (strange that it compiled on MSVC without even a warning)
2022-10-03 05:10:07 +02:00
Uwe
4ed99e2f99
[FEM] Task*: remove unused includes
...
- also sort includes
2022-10-03 04:41:35 +02:00
Uwe
5367aa8ab2
[TD] remove redundant nullptr checks
2022-10-03 04:25:33 +02:00
Uwe
c327217dc3
[Path] Area.cpp: remove redundant nullptr check
2022-10-03 04:22:40 +02:00
Uwe
ab1951d099
[FEM] Dlg* etc.: remove unused includes
...
- also sort includes
2022-10-03 03:57:21 +02:00
Uwe
ae14c761e6
[FEM] FemResult* to end: remove unused includes
...
- also sort includes
2022-10-03 03:42:22 +02:00
Uwe
4fd3612c1c
[FEM] FemPost*: remove unused includes
...
- also sort includes
2022-10-03 03:15:04 +02:00
Uwe
4f882c0c64
[FEM] FemMesh*: remove unused includes
...
- also sort includes
2022-10-03 00:47:24 +02:00
Uwe
4140b6af8b
[skip CI] [Sketcher] ViewProviderSketch.cpp: Clang formatting
...
- to please the CI (too long lines etc.)
2022-10-02 20:34:12 +02:00
Uwe
1ecf66f33f
[Gui] GuiNativeEventWin32.cpp: Clang formatting
...
- to fix some Ci warnings about too long lines, white spaces etc.
2022-10-02 20:29:53 +02:00
Uwe
50347e3c18
[.clang] change a setting back to our "default"
...
- we used (since I am at FreeCAD) a line break after an if statement for better readability. I noticed that this rule on not in our .clang format causing unwanted diffs when using it (e.g. when coding using the Visual Studio IDE:)
2022-10-02 20:20:41 +02:00
Uwe
0fb0dd57ad
[FEM] App, FemConstraint*: remove unused includes - part 2/2
...
- also sort includes
2022-10-02 19:36:38 +02:00
Uwe
a2c9c3e3f0
[FEM] App, FemConstraint*: remove unused includes - part 1
...
- also sort includes
2022-10-02 18:51:28 +02:00