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
looooo
d8bb25960c
add_definitions(-DSALOME_USE_64BIT_IDS) for smesh via config
2022-10-02 18:19:58 +02:00
Stanislav
6743bb564e
i18n: Manually update language files from Crowdin ( #7540 )
...
* Manual update from Crowdin
2022-10-02 18:18:25 +02:00
0penBrain
1aac41f315
[Bugfix]Gui: TinkerCAD mouse mode was always stopping RMB propagation
2022-10-01 04:38:12 +02:00
fandaL
0a11ed0288
FEM:fix remaining result object in memory in femmesh2mesh
2022-10-01 04:29:00 +02:00
wmayer
51d83e19bf
Gui: [skip ci] use string version of QTextStream::setCodec
2022-09-30 15:11:34 +02:00
wmayer
249eb7ff79
Qt6: remove or replace QTextCodec
2022-09-30 14:52:11 +02:00
wmayer
31da72fa17
Gui: change Selection.getCompleteSelection() to return a list of SelectionObject instead of DocumentObject
2022-09-29 17:13:56 +02:00
wmayer
6435653355
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
642254dd95
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
186d671a0c
Gui: add 2 commands to store and recall working view in 3D viewport
2022-09-28 17:29:11 +02:00
0penBrain
fe12d2e4ba
Gui: add getter about home position to QuarterAdaptor
2022-09-28 17:29:11 +02:00
0penBrain
53a7e22d0c
Gui: remove hardcoded functions from NavigationStyle
2022-09-28 17:29:11 +02:00
berniev
652e8015a9
Remove redundant reference to C++14
2022-09-28 17:03:54 +02:00
Matthias Melcher
d7dde0c0c6
Updating oversampling call to keep bold line style.
2022-09-28 16:49:57 +02:00
Matthias Melcher
b6a9cf363a
Better Thumbnails by oversampling hires screenshot
2022-09-28 16:49:57 +02:00
Yorik van Havre
101ba3732b
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
5f9f8be9f2
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
c7123c48f0
CMake: fix compiler warnings about macro redefinition
2022-09-27 08:17:31 +02:00
Chris Hennes
98f37a4e84
App: Reformat Metadata per clang-tidy
2022-09-26 11:04:42 -05:00
Chris Hennes
b253f5acce
Addon Manager: Use Vermin to detect min Python
2022-09-26 11:04:42 -05:00
Chris Hennes
f4bae7f9d3
Addon Manager: Add support for <pythonmin> tag
2022-09-26 11:04:42 -05:00
Chris Hennes
0a95fbb258
App: Add support for <pythonmin> XML tag in metadata
2022-09-26 11:04:42 -05:00
wmayer
849305b88a
Mesh: move Extension3MFFactory outside Exporter3MF
2022-09-26 11:05:01 +02:00
Roy-043
25ee38495e
Draft: Improve Draft_Edit context menus
2022-09-26 10:03:50 +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