Commit Graph

29211 Commits

Author SHA1 Message Date
Uwe
19cfe956d1 [Robot] remove unnecessary Boolean comparisons 2022-06-19 18:24:36 +02:00
Uwe
ca93124421 [Meh] Core: remove unnecessary Boolean comparisons - part 2/2 2022-06-19 18:22:22 +02:00
Uwe
1b73fbf645 [Meh] Core: remove unnecessary Boolean comparisons - part 1 2022-06-19 18:12:56 +02:00
Uwe
c78775163e [Meh] Gui: remove unnecessary Boolean comparisons 2022-06-19 18:00:46 +02:00
Uwe
f67c2be7fa [Path] cleanup formatting of Area.cpp/.h
- MSVC always kind of "stumbled" over this file, therefore it was on my ToDo lost to let run MSVC's syntax unification over this file

- still many MSVC warnings, but now some less
2022-06-19 17:49:08 +02:00
Uwe
d74fdebd11 [Path] remove unnecessary Boolean comparisons 2022-06-19 17:28:08 +02:00
Uwe
80919201fc [Image] remove unnecessary Boolean comparisons 2022-06-19 17:13:25 +02:00
Uwe
c92739a95d [Point] remove unnecessary Boolean comparisons 2022-06-19 17:10:55 +02:00
Uwe
c795967bd2 [Reverse Engineering] remove unnecessary Boolean comparisons 2022-06-19 17:07:02 +02:00
Uwe
3060e6197b Revert "remove unused python<3.6 code"
This reverts commit 62d8116bb8af1df8b971bb591611356111a4488c.
2022-06-19 16:23:13 +02:00
Christoph Moench-Tegeder
ecc3fb7218 fix Expressions assignment for FreeBSD
Just like Apple, FreeBSD uses clang as it's main compiler, and thus
runs afoul of the same problem in src/App/PropertyExpressionEngine.cpp
like Apple (issue #5281): "error: no viable overloaded '='".
Extend the fix from #5281 for the BSDs (check macro FC_OS_BSD) -
at least OpenBSD uses clang, too (maybe this check should be reworked
to test for clang, but I can't test on Apple, so let's keep this fix
minimalistic).

References: #5281
2022-06-19 16:14:10 +02:00
marioalexis
af94c6c9b7 Base: Set angle in Rotation::inverse function 2022-06-19 15:44:05 +02:00
andrea
9b640f10cf remove unused python<3.6 code 2022-06-19 15:33:44 +02:00
Uwe
2be61a64c5 [TD] remove unnecessary Boolean comparisons 2022-06-19 15:20:03 +02:00
Uwe
d215b28eba [Part] remove unnecessary Boolean comparisons 2022-06-19 15:19:13 +02:00
Uwe
881b168beb [App] remove unnecessary Boolean comparisons 2022-06-19 15:18:34 +02:00
Uwe
a04db55476 [Base] remove unnecessary Boolean comparisons 2022-06-19 15:17:50 +02:00
Uwe
0828d769e8 [Gui] remove unnecessary Boolean comparisons 2022-06-19 15:17:01 +02:00
Uwe
a289ec4a06 [FEM] fix a variable casting
- reported by MSVC not to cast a float to a double but as double directly

- also remove some superfluous Boolean comparisons
2022-06-19 15:15:18 +02:00
Wanderer Fan
4f03c996bd [TD]fix ProjGroup view spacing 2022-06-18 14:34:28 -04:00
Wanderer Fan
2a03c3a38c [TD]fix dimension update on scale change 2022-06-18 14:34:28 -04:00
Uwe
9ca09017c0 [Gui] View.cfg: fix typo 2022-06-17 01:30:11 +02:00
Uwe
380000cb30 [Gui] Add more general color settings to Preference Pack
- also sort the file entries
2022-06-17 01:23:09 +02:00
Uwe
30989389af [Gui] Add more saving view data in Preference Pack
- it was reported that the user-visible settings like the NaviCube size etc. cannot be saved via a preferences pack
2022-06-17 01:21:28 +02:00
Chris Hennes
8062d28bad Gui: Add saving view data in Preference Pack 2022-06-16 11:48:47 -05:00
wmayer
464e1951b0 Spreadsheet: add tests for merging cells and binding cells 2022-06-16 15:05:43 +02:00
Uwe
3e0c654164 update screenshot in Readme
update screenshot to FC 0.20
2022-06-16 14:19:45 +02:00
Uwe
c364219b6e Update Readme to FreeCAD 0.20 2022-06-16 13:05:53 +02:00
wmayer
30f50740d8 Part: [skip ci] add tests for ruled surfaces 2022-06-16 11:48:27 +02:00
wmayer
67846b8ea4 plugin: do not exclude widget plugins from tarball 2022-06-15 12:23:48 +02:00
wmayer
c856e8a13b Mesh: fixes #7018: 3mf created with FreeCAD cannot be loaded with PrusaSlicer 2022-06-14 18:55:05 +02:00
TotalCaesar659
ad776ed0c8 Update URL to HTTPS 2022-06-14 14:13:44 +02:00
wmayer
b350f338b5 Mesh: fixes #6902: Conda test errors 2022-06-14 11:32:07 +02:00
Uwe
ba19c81eda [Win installer] update information
- also refine a script
2022-06-14 03:43:04 +02:00
wmayer
052a2d8f82 Fem: remove string from translation 2022-06-14 01:43:45 +02:00
wmayer
d64b9750da Fem: added signals and slots to notify when first function is added 2022-06-14 01:38:55 +02:00
Uwe
26d6192b07 [Win installer] refine deletion script
- remove more unnecessary files for the installer
2022-06-14 01:22:20 +02:00
Uwe
f1e3c30d6a [FEM] point filter: use a LineEdit to output value
- that one copy the result to the clipboard
- also fix a typo
2022-06-14 01:21:17 +02:00
Uwe
6a0db7c42e [FEM] next try to proper revert 2022-06-14 00:58:08 +02:00
Uwe
772a3c8ded Revert "Fixing principal stress plots part 2"
This reverts commit 07119b9e5452e60a0514e43fecf95c9ebd109243.
2022-06-14 00:40:51 +02:00
FEA-eng
5f49558f6b Fixing principal stress plots part 2
https://forum.freecadweb.org/viewtopic.php?f=18&t=69385
2022-06-13 19:52:16 +02:00
FEA-eng
1751520ffb Fixing principal stress plots part 1
https://forum.freecadweb.org/viewtopic.php?f=18&t=69385
2022-06-13 19:51:53 +02:00
wmayer
66fab4bb81 Fem: for PointMarker and DataMarker use the internal name instead of label, in customEvent() do not expect a fix name 2022-06-13 17:37:26 +02:00
wmayer
46ce091344 Fem: in FEM_PostFilterLinearizedStresses command do not use a hard-coded object name but that of the selected FemPostDataAlongLineFilter 2022-06-13 17:08:58 +02:00
wmayer
6bc14921b5 Fem: do not use the Label property but the internal name to access an FEM post object via Python 2022-06-13 17:01:38 +02:00
wmayer
1da5971f00 Fem: do not access the active document but the document the FEM post object is part of 2022-06-13 16:46:15 +02:00
wmayer
5d560405b8 Gui: add overloaded version of cmdAppDocument and cmdGuiDocument() that has a string as first parameter 2022-06-13 15:21:55 +02:00
Chris Hennes
0c33741785 GUI: Preliminary support for HiDPI splashscreen 2022-06-13 15:19:40 +02:00
marioalexis
fb30939e8f Base: Improve docstrings in BoundBoxPy.xml 2022-06-13 08:42:40 -04:00
wmayer
82b8ddc042 Fem: use WeakPtrT classes instead of raw pointers to avoid possible dangling pointers and to avoid undefined behaviour if a wrong static_cast is performed 2022-06-13 14:21:18 +02:00