pre-commit-ci[bot]
25c3ba7338
All: Reformat according to new standard
2025-11-11 13:49:01 +01:00
Markus Reitböck
ef670e7880
Sketcher: use CMake to generate precompiled headers on all platforms
...
"Professional CMake" book suggest the following:
"Targets should build successfully with or without compiler support for precompiled headers. It
should be considered an optimization, not a requirement. In particular, do not explicitly include a
precompile header (e.g. stdafx.h) in the source code, let CMake force-include an automatically
generated precompile header on the compiler command line instead. This is more portable across
the major compilers and is likely to be easier to maintain. It will also avoid warnings being
generated from certain code checking tools like iwyu (include what you use)."
Therefore, removed the "#include <PreCompiled.h>" from sources, also
there is no need for the "#ifdef _PreComp_" anymore
2025-09-23 00:51:00 +02:00
Chris Hennes
791fe02934
Sketcher: Reformat to current clang-format standard
2023-09-04 07:17:28 -05:00
Abdullah Tahiri
ec899d75c6
SketcherGui: apply clang-format
2023-05-25 17:08:03 +02:00
wmayer
7ccee344c7
Sketcher: move to new style connect()
2023-01-13 20:17:53 +01:00
Uwe
44d464251b
[Sketch] Gui: Sketch - So: remove unused headers
...
- also some sorting
2022-12-13 02:45:17 +01:00
berniev
da9ebc572f
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
0penBrain
0ccdf8b717
[Sketcher] Improve a bit XZ plane mapping by using quaternions directly
2021-11-27 08:58:25 +01:00
donovaly
65656f6d22
[Sketcher] make more pointers to the UI std::unique_ptr
...
addendum to PR #4362
(Same as PR #4293 , just for Sketcher
as noted in https://github.com/FreeCAD/FreeCAD/pull/4271#discussion_r554673632
the pointer to the UI should be a unique pointer.
This PR does this for all Sketcher dialogs that don't already use a unique_ptr.)
2021-02-05 17:14:24 +01:00
wmayer
3845350c0a
PVS: V773 A memory leak is possible
2019-02-17 18:40:06 +01:00
wmayer
d39bd4906b
fix Coverity issues
2016-08-20 19:45:36 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
2a569497b9
+ fixes #0002118 : Units conversion when using Imperial decimal (in/lb)
2015-09-15 11:30:11 +02:00
wmayer
5e05f55a53
0001291: plane offset precision is limited to 0.1
2013-10-30 10:28:50 +01:00
wmayer
7511f16541
0000611: Explanatory illustrations for Choose orientation dialog
2012-02-25 21:20:08 +01:00
wmayer
66033dedc7
+ reorient camera for reversed sketches
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5038 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-19 10:04:16 +00:00
wmayer
7713342af9
+ reorient camera for reversed sketches
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5037 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-19 09:44:31 +00:00
wmayer
445b981760
+ implement 'Reverse orientation' of sketch dialog
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5033 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-17 10:06:59 +00:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00