sliptonic
f43db33764
Merge pull request #6486 from mlampert/cleanup/black-formatting-pylint-removal
...
Cleanup/black formatting pylint removal
2022-03-01 08:17:34 -06:00
wmayer
2dc1a4c412
Mod: add string header to dxf.h
2022-03-01 15:13:34 +01:00
wmayer
9252f5f9ec
Part: issue #6488 : Cone surface returns wrong dv derivative
...
This is a workaround to fix a bug in ElSLib::ConeDN
2022-03-01 14:59:26 +01:00
Uwe
6afab502ca
[Base] Geometry etc.: remove unused includes
2022-03-01 13:56:02 +01:00
wmayer
34c77609dd
Gui: [skip ci] export PDF of 3D view in landscape orientation
2022-03-01 12:46:35 +01:00
wmayer
831d569f52
Draft, Import, area: include iosfwd instead of iostream if forward declarations are sufficient
2022-03-01 12:37:00 +01:00
wmayer
60ee579fb4
Base: fix warnings reported by code analysers
...
* disable copy-constructor and assignment operator for Stream classes
* remove destructor of sub-classes of SequencerBase
* fix some old C-style cast warnings
2022-03-01 12:20:27 +01:00
Uwe
9a42b61fcb
[Base] Py and Placement: remove unused includes
2022-03-01 12:13:58 +01:00
Uwe
f20840442f
[Base] Quantity, Rotation, Stream: remove unused includes
2022-03-01 11:27:54 +01:00
Markus Lampert
934b0aaa07
Consistent black formatting of all Path python files
2022-02-28 21:06:16 -08:00
Markus Lampert
8583894284
Remove pylint annotations and script
2022-02-28 21:02:45 -08:00
andrea reale
36d865df04
fix uninitialized variables
2022-03-01 02:03:44 +01:00
Chris Hennes
974bb02c4d
GUI: Clean up copy of addon list
2022-02-28 15:26:01 -06:00
wmayer
a3cb945d4e
Tools: [skip ci] remove all references to CxImage
2022-02-28 21:44:57 +01:00
Chris Hennes
49a6394018
Addon Manager: Force update check after recache
2022-02-28 14:22:21 -06:00
wmayer
420fbb3d28
TD: further security checks in CmdTechDrawExtensionPositionSectionView::activated
2022-02-28 19:09:31 +01:00
wmayer
13e7d47154
TD: improve handlings with casts
2022-02-28 18:56:28 +01:00
andrea reale
90659c131c
Fix uninitialized variable
2022-02-28 18:53:09 +01:00
Chris Hennes
20eccc3ea2
Addon Manager: Unit tests for addon init
2022-02-28 11:45:17 -06:00
Chris Hennes
b7b1d74a30
Addon Manager: Fix bug in URL parsing
2022-02-28 11:45:17 -06:00
wmayer
5e0789e2f1
PD: fix const correctness in ProfileBased
2022-02-28 18:10:58 +01:00
wmayer
647be84648
PD: tmp. suppress errors in helix feature when creating it
2022-02-28 17:55:32 +01:00
wmayer
7f8940b858
App: [skip ci] Add enum value to suppress error messages on document recompute
2022-02-28 17:54:25 +01:00
0penBrain
c036128aa0
Sketch: Fix algorithm seeking for missing coincidences in Validate
2022-02-28 14:52:55 +01:00
wmayer
6e4c61881b
Sketch: [skip ci] add unit test to detect missing point-on-point constraints
2022-02-28 14:50:35 +01:00
mwganson
280c76f770
check for nullptr
2022-02-28 13:56:35 +01:00
Uwe
40c7b1660b
[App] Origin and Part: remove unused includes
2022-02-28 13:15:23 +01:00
wmayer
97368310c7
TD: fix compiler warnings added with eb4a5384c
...
* warning: private field 'm_showGrid' is not used [-Wunused-private-field]
* warning: private field 'm_gridStep' is not used [-Wunused-private-field]
2022-02-28 12:58:22 +01:00
wmayer
063077ce84
Gui: [skip ci] std::isspace requires cctype header
2022-02-28 12:37:09 +01:00
Chris Hennes
853aa8c93e
Core: Correct metadata docs
2022-02-27 23:33:07 -06:00
Chris Hennes
96006c7587
Addon Manager: Add tests for Addon
2022-02-27 23:32:33 -06:00
Chris Hennes
0d6a506447
Addon Manager: Renaming and cleanup
2022-02-27 22:50:54 -06:00
Uwe
b5b86863e7
[Path] Voronoi: add include needed to compile with the CI
2022-02-28 04:01:53 +01:00
Uwe
e2f3fa2587
[Path] Voronoi: add include needed to compile with the CI
2022-02-28 03:56:45 +01:00
Uwe
3d944c47ca
[Path] Voronoi: remove unused includes
2022-02-28 03:46:15 +01:00
0penBrain
d7334bda13
AddonManager: improve dark mode heuristic
2022-02-27 18:44:58 -06:00
Uwe
262e9726ca
[TD] CommandExtensionDims: remove unused includes
2022-02-28 01:42:39 +01:00
Uwe
178e082271
[App] Object, Meta, Merge: remove unused includes
2022-02-28 01:02:06 +01:00
Wanderer Fan
2ff5e1aaeb
[Import]Fix #6461 MEASUREMENT/INSUNITS
2022-02-27 18:57:49 -05:00
Uwe
3a88639e19
[App] remove unused code and some header sorting
2022-02-28 00:17:16 +01:00
Uwe
4184218284
[TD] fix compilation error introduced with https://github.com/FreeCAD/FreeCAD/pull/6465
2022-02-27 23:56:43 +01:00
Uwe
7b14b3b02e
[Base] Reader and Writer: remove unused includes
2022-02-27 23:54:00 +01:00
Uwe
07912f7388
[App] Link and Material: remove unused includes
2022-02-27 21:23:51 +01:00
Wanderer Fan
eb4a5384c0
[TD]add alignment grid to page
2022-02-27 14:34:35 -05:00
Uwe
6a606783d6
[Base] remove unused code
2022-02-27 19:30:09 +01:00
Uwe
f35a1237b2
[App] Annotation: remove unused code
2022-02-27 18:30:15 +01:00
Ajinkya Dahale
15281aed86
[Sketcher] Allow setting B-Spline degree at creation
2022-02-27 16:48:23 +01:00
Uwe
8bedc25344
[App] Feature: remove unused includes
2022-02-27 16:37:29 +01:00
Chris Hennes
b5965a4869
Addon Manager: Add packages requested by Ickby
2022-02-26 21:40:12 -06:00
Chris Hennes
75d2233ed6
Addon Manager: Add wiki macro icon scraping
2022-02-26 21:06:37 -06:00