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
wmayer
c1e7057dbb
CMake: fix compiler warnings about macro redefinition
2022-09-27 08:17:31 +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
608fb15d40
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
bd88f7275c
Fix for Boost with C++20
2022-09-25 11:58:23 +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
Chris Hennes
2849d7bec3
Addon Manager: Manually convert property to binary data
2022-09-24 11:45:15 -05:00
wmayer
414ff3fb35
App: [skip ci] improve whitespaces
2022-09-24 17:02:23 +02:00
berniev
bf1c7eb345
play
2022-09-24 16:35:01 +02:00
0penBrain
5cd2160bf5
Sketcher/constraints: improve command opening management
...
TODO : do same in CmdSketcherConstrainTangent::substituteConstraintCombinations
2022-09-24 16:05:23 +02:00
0penBrain
e4916d8057
Sketcher: fix misleading indentation
2022-09-24 16:05:23 +02:00
0penBrain
189875b769
[Bugfix]Sketcher/Point-on-object: do not substitute constraint if conditions are not OK
2022-09-24 16:05:23 +02:00
wandererfan
74c1fed8a6
[TD]fix StackTop and StackBottom
2022-09-24 08:18:38 -04:00
marioalexis
14db1b7c98
Spreadsheet: Check Python types using Base::PyTypeCheck
2022-09-24 05:10:34 +02:00
marioalexis
fa6cf56020
Gui: Check Python types using Base::PyTypeCheck
2022-09-24 05:10:34 +02:00
marioalexis
5cb31ece93
App: Check Python types using Base::PyTypeCheck
2022-09-24 05:10:34 +02:00
marioalexis
2185b8086d
Base: Add helper function to check Python types
2022-09-24 05:10:34 +02:00
Uwe
1636997745
[.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
3eb9207639
[App] silence some CI whitespace warnings
2022-09-24 04:59:38 +02:00
Uwe
598889b227
[.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
6013781b23
[Addon] fix typo
...
spotted by the CI spellchecker
2022-09-23 14:44:41 +02:00
Roy-043
faef448019
Part: Measure preferences: Improve UI texts
2022-09-23 14:41:54 +02:00
Adrian Insaurralde Avalos
af198507f5
[Sketcher] adjust some icons to better follow art style guide [skip-ci]
2022-09-23 14:40:24 +02:00
Hubhubhurra
bfbb86ccff
Merge branch 'master' into master
2022-09-23 06:51:53 +02:00
Chris Hennes
94498816bd
Addon Manager: Support setting min Python version
2022-09-22 20:45:39 -05:00
Andreas Matthus
a4fb515d9e
transparency
2022-09-22 19:13:30 +02:00
Chris Hennes
cc17bd4335
App: Add support for 'discussion' URL attribute
2022-09-22 10:53:59 -05:00
Chris Hennes
4f51123626
App: Add support for <date> metadata element
2022-09-22 10:27:47 -05:00
wmayer
a6c061715f
Base: fix const-correctness and include required header
2022-09-22 15:58:58 +02:00
Chris Hennes
9e1ed4a68a
Addon Manager: Show package dependencies
2022-09-21 14:44:35 -05:00