Commit Graph

29206 Commits

Author SHA1 Message Date
Uwe
8a77ea8c98 [FEM] ViewProvider*: remove unused includes
- also sort includes
2022-10-03 06:07:55 +02:00
Uwe
1a32e6ad9c [FEM] TaskFemConstrain*: remove unused includes
- also sort includes
2022-10-03 05:20:52 +02:00
Uwe
4b79b9ff56 [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
d067502a3b [FEM] Task*: remove unused includes
- also sort includes
2022-10-03 04:41:35 +02:00
Uwe
e3bf7027a6 [TD] remove redundant nullptr checks 2022-10-03 04:25:33 +02:00
Uwe
880757c04c [Path] Area.cpp: remove redundant nullptr check 2022-10-03 04:22:40 +02:00
Uwe
10e71da57f [FEM] Dlg* etc.: remove unused includes
- also sort includes
2022-10-03 03:57:21 +02:00
Uwe
1705e8b9d0 [FEM] FemResult* to end: remove unused includes
- also sort includes
2022-10-03 03:42:22 +02:00
Uwe
447cc015f0 [FEM] FemPost*: remove unused includes
- also sort includes
2022-10-03 03:15:04 +02:00
Uwe
3b4cbbb943 [FEM] FemMesh*: remove unused includes
- also sort includes
2022-10-03 00:47:24 +02:00
Uwe
f982d776fb [skip CI] [Sketcher] ViewProviderSketch.cpp: Clang formatting
- to please the CI (too long lines etc.)
2022-10-02 20:34:12 +02:00
Uwe
75702b9d28 [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
02d5c6288c [FEM] App, FemConstraint*: remove unused includes - part 2/2
- also sort includes
2022-10-02 19:36:38 +02:00
Uwe
449d52ffa8 [FEM] App, FemConstraint*: remove unused includes - part 1
- also sort includes
2022-10-02 18:51:28 +02:00
Stanislav
23d8e7a9a4 i18n: Manually update language files from Crowdin (#7540)
* Manual update from Crowdin
2022-10-02 18:18:25 +02:00
0penBrain
b4578fb3ea [Bugfix]Gui: TinkerCAD mouse mode was always stopping RMB propagation 2022-10-01 04:38:12 +02:00
fandaL
bfa9825080 FEM:fix remaining result object in memory in femmesh2mesh 2022-10-01 04:29:00 +02:00
wmayer
7669bd8adb Gui: [skip ci] use string version of QTextStream::setCodec 2022-09-30 15:11:34 +02:00
wmayer
f9f201373f Qt6: remove or replace QTextCodec 2022-09-30 14:52:11 +02:00
wmayer
10e9e3b9b5 Gui: change Selection.getCompleteSelection() to return a list of SelectionObject instead of DocumentObject 2022-09-29 17:13:56 +02:00
wmayer
f4b4aabc32 App: add option '--pass' to ignore arguments by the application and handle them by a script 2022-09-29 12:30:31 +02:00
0penBrain
eb546e25d3 Gui: do not detach parameter observer from PythonEditor
Parameter observing (including observer deletion) is 100% managed by TextEditor superclass
2022-09-28 20:59:12 -05:00
0penBrain
8924e265c0 Gui: add 2 commands to store and recall working view in 3D viewport 2022-09-28 17:29:11 +02:00
0penBrain
0ca641f0d7 Gui: add getter about home position to QuarterAdaptor 2022-09-28 17:29:11 +02:00
0penBrain
63c7e62c79 Gui: remove hardcoded functions from NavigationStyle 2022-09-28 17:29:11 +02:00
Matthias Melcher
cfe9b1a70c Updating oversampling call to keep bold line style. 2022-09-28 16:49:57 +02:00
Matthias Melcher
c656abe21d Better Thumbnails by oversampling hires screenshot 2022-09-28 16:49:57 +02:00
Yorik van Havre
5a14ff96f4 Merge pull request #7519 from Hubhubhurra/master
Issue #7510 - rectified transparency in importOBJ.py
2022-09-27 10:54:43 +02:00
Yorik van Havre
0715f8cff4 Merge pull request #7527 from Roy-043/Draft-Improve-Draft_Edit-context-menus
Draft: Improve Draft_Edit context menus
2022-09-27 10:53:01 +02:00
Chris Hennes
b5e29c20dc App: Reformat Metadata per clang-tidy 2022-09-26 11:04:42 -05:00
Chris Hennes
66766282fa Addon Manager: Use Vermin to detect min Python 2022-09-26 11:04:42 -05:00
Chris Hennes
552d6ab895 Addon Manager: Add support for <pythonmin> tag 2022-09-26 11:04:42 -05:00
Chris Hennes
1d11c5805a App: Add support for <pythonmin> XML tag in metadata 2022-09-26 11:04:42 -05:00
wmayer
50bd4d8428 Mesh: move Extension3MFFactory outside Exporter3MF 2022-09-26 11:05:01 +02:00
Roy-043
fc14567d34 Draft: Improve Draft_Edit context menus 2022-09-26 10:03:50 +02:00
wmayer
cbc5cf8ee0 Part: [skip ci] cppcoreguidelines-prefer-member-initializer / cppcoreguidelines-owning-memory 2022-09-26 08:05:54 +02:00
Uwe
6f74903c3d [skip CI] [Part] TaskFaceColors.cpp: whitespace 2022-09-26 03:39:10 +02:00
Uwe
24e992e97d [Part] Task*: remove unused includes - part 2/2
- also some sorting
2022-09-26 03:37:33 +02:00
Uwe
998056364d [Part] Task*: remove unused includes - part 1
- also some sorting
2022-09-26 03:05:23 +02:00
Uwe
42a19ab883 [Part] So*: remove unused includes
- also some sorting
2022-09-26 00:33:53 +02:00
Uwe
412a5a982b [Part] Dlg*: remove unused includes - part 2/2
- also some sorting
2022-09-26 00:04:46 +02:00
Uwe
219ddd0ec5 [Part] Dlg*: remove unused includes - part 1
- also some sorting
2022-09-25 21:42:37 +02:00
wmayer
73f885a37d Addon Manager: [skip ci] fix typo 2022-09-25 12:37:32 +02:00
wmayer
198ce19e46 App: Consider using getpwuid_r(...) instead of getpwuid(...) for improved thread safety. [runtime/threadsafe_fn] 2022-09-25 11:43:15 +02:00
wmayer
e2a552a9c6 Sketcher: [skip ci] remove unused includes 2022-09-25 11:09:29 +02:00
wmayer
686eb74f5f Gui: fix cppcoreguidelines-non-private-member-variables-in-classes 2022-09-25 11:08:48 +02:00
wmayer
bf81c8035f Gui: fix regression of 2ef4b7a06 2022-09-25 10:36:08 +02:00
Uwe
5df9546907 [App] Application.cpp: silence some CI warnings
about whitespace, line length etc.
2022-09-24 20:44:07 +02:00
berniev
94a686f348 redundant 2022-09-24 20:36:21 +02:00
Uwe
2ef4b7a06b [Gui] fix some CI warnings
- narrowing conversion from 'unsigned long' to signed type 'int' is implementation-defined
- floating point literal has suffix 'f', which is not uppercase
- narrowing conversion from 'double' to 'float'
- Slots named on_foo_bar are error prone
- also tome Clang style fixes

(see here for the reports: https://github.com/FreeCAD/FreeCAD/pull/7522/commits/d9c2efcc)
2022-09-24 19:58:11 +02:00