Commit Graph

30470 Commits

Author SHA1 Message Date
Roy-043
8a91607778 Draft+Arch: Fix crash related to SoBrepEdgeSet 2022-09-28 17:32:12 +02:00
wmayer
849305b88a Mesh: move Extension3MFFactory outside Exporter3MF 2022-09-26 11:05:01 +02:00
wmayer
84b9b02909 Part: [skip ci] cppcoreguidelines-prefer-member-initializer / cppcoreguidelines-owning-memory 2022-09-26 08:05:54 +02:00
Uwe
51fa530569 [skip CI] [Part] TaskFaceColors.cpp: whitespace 2022-09-26 03:39:10 +02:00
Uwe
8c355e21f1 [Part] Task*: remove unused includes - part 2/2
- also some sorting
2022-09-26 03:37:33 +02:00
Uwe
379362bcd2 [Part] Task*: remove unused includes - part 1
- also some sorting
2022-09-26 03:05:23 +02:00
Uwe
be6f86f8d1 [Part] So*: remove unused includes
- also some sorting
2022-09-26 00:33:53 +02:00
Uwe
64ab0c2781 [Part] Dlg*: remove unused includes - part 2/2
- also some sorting
2022-09-26 00:04:46 +02:00
Uwe
105c80dd17 [Part] Dlg*: remove unused includes - part 1
- also some sorting
2022-09-25 21:42:37 +02:00
wmayer
031714f0e2 Addon Manager: [skip ci] fix typo 2022-09-25 12:37:32 +02:00
wmayer
220982748d CMske: move define 'BOOST_NO_CXX98_FUNCTION_BASE' to CompilerChecksAndSetups macro and support CMake < 3.12 2022-09-25 12:18:05 +02:00
berniev
0d67f70650 Fix for Boost with C++20 2022-09-25 11:58:23 +02:00
wmayer
26b5c67bb6 App: Consider using getpwuid_r(...) instead of getpwuid(...) for improved thread safety. [runtime/threadsafe_fn] 2022-09-25 11:43:15 +02:00
wmayer
cbac99a8ed Sketcher: [skip ci] remove unused includes 2022-09-25 11:09:29 +02:00
wmayer
36dea112bd Gui: fix cppcoreguidelines-non-private-member-variables-in-classes 2022-09-25 11:08:48 +02:00
wmayer
2f377a5782 Gui: fix regression of 9414a6572 2022-09-25 10:36:08 +02:00
Uwe
d1175ee174 [App] Application.cpp: silence some CI warnings
about whitespace, line length etc.
2022-09-24 20:44:07 +02:00
berniev
de22306a9d redundant 2022-09-24 20:36:21 +02:00
Uwe
3e8330fda2 [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
Chris Hennes
210f93d927 Addon Manager: Manually convert property to binary data 2022-09-24 11:45:15 -05:00
wmayer
87708925e5 App: [skip ci] improve whitespaces 2022-09-24 17:02:23 +02:00
berniev
86eab9aa77 play 2022-09-24 16:35:01 +02:00
0penBrain
99de061504 Sketcher/constraints: improve command opening management
TODO : do same in CmdSketcherConstrainTangent::substituteConstraintCombinations
2022-09-24 16:05:23 +02:00
0penBrain
5f92c03124 Sketcher: fix misleading indentation 2022-09-24 16:05:23 +02:00
0penBrain
f9fb72fdc8 [Bugfix]Sketcher/Point-on-object: do not substitute constraint if conditions are not OK 2022-09-24 16:05:23 +02:00
wandererfan
f970a321b2 [TD]fix StackTop and StackBottom 2022-09-24 08:18:38 -04:00
marioalexis
4c0781e0f1 Spreadsheet: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
6bff8ee833 Gui: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
7aa200b965 App: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
ce91630ab1 Base: Add helper function to check Python types 2022-09-24 05:10:34 +02:00
Uwe
fbd444eecc [.github] disable another check
- whitespace/semicolon is not very useful for us but clutters the PRs
2022-09-24 05:06:44 +02:00
Uwe
9fd89be501 [App] silence some CI whitespace warnings 2022-09-24 04:59:38 +02:00
Uwe
c74309fa94 [.github] disable a check
- runtime/indentation_namespace is not very useful for us but clutters the PRs
2022-09-24 04:58:08 +02:00
Uwe
1b2aa0459e [Addon] fix typo
spotted by the CI spellchecker
2022-09-23 14:44:41 +02:00
Roy-043
c4dab221b0 Part: Measure preferences: Improve UI texts 2022-09-23 14:41:54 +02:00
Adrian Insaurralde Avalos
44e475f00d [Sketcher] adjust some icons to better follow art style guide [skip-ci] 2022-09-23 14:40:24 +02:00
Chris Hennes
7bf7c45706 Addon Manager: Support setting min Python version 2022-09-22 20:45:39 -05:00
Chris Hennes
3937da0c46 App: Add support for 'discussion' URL attribute 2022-09-22 10:53:59 -05:00
Chris Hennes
ef6aacc318 App: Add support for <date> metadata element 2022-09-22 10:27:47 -05:00
wmayer
7470d800fd Base: fix const-correctness and include required header 2022-09-22 15:58:58 +02:00
Chris Hennes
abd601a147 Addon Manager: Show package dependencies 2022-09-21 14:44:35 -05:00
Chris Hennes
321fb6693e Core: Add missing xml namespace property to metadata output 2022-09-21 08:44:38 -05:00
Yorik van Havre
05be0db634 Merge pull request #7506 from Roy-043/Draft-Fix-several-path-array-issues
Draft: Fix several path array issues
2022-09-21 10:21:55 +02:00
Yorik van Havre
f88341ccff Merge pull request #7359 from Roy-043/Draft-Improve-In-Command-shortcut-Undo-implementation
Draft: Improve In-Command-shortcut Undo implementation
2022-09-21 10:20:23 +02:00
Chris Hennes
c5f50b3b25 Mesh: Add boost/regex.hpp to Mesh's PreCompiled.h 2022-09-20 16:47:27 -05:00
Chris Hennes
21c360248f Addon Manager: Switch custom repo prefs to a table 2022-09-20 15:59:17 -05:00
Chris Hennes
0d8b4df3ef Addon Manager: Migrate to managed pref page class 2022-09-20 15:59:17 -05:00
wmayer
d022e27f12 Mesh: split OBJ reader and writer from MeshIO 2022-09-20 20:22:30 +02:00
Chris Hennes
1d077ccba7 Addon Manager: Fix macro missing warings 2022-09-20 09:05:05 -05:00
Chris Hennes
9c10e9a860 Sketcher: Remove unnecessary translations
Several of the strings in TaskSketcherSolverAdvanced.ui should not be translated as they are later replaced in code.
2022-09-19 22:32:02 -05:00