wmayer
2062f9ce87
clang: fix warnings [-Winconsistent-missing-override]
2022-08-09 17:36:25 +02:00
berniev
ddafb98813
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
berniev
915369d8a2
Mod: Redundant_string_initialization
2022-08-08 16:52:42 +02:00
berniev
da9ebc572f
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
berniev
b796a0d376
Mod: use empty
2022-08-06 19:30:13 +02:00
berniev
2d4c5a4cfb
Mod: use emplace_back
2022-08-05 10:36:16 +02:00
Benjamin Bræstrup Sayoc
86dfd0a862
[TechDraw] Simplify code getting default line weights
2022-08-02 16:13:01 -04:00
Benjamin Bræstrup Sayoc
750fa24b2e
[TechDraw] Remove deprecated replaceGeomFormat
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
8719b71e39
[TechDraw] Remove deprecated replaceCenterLine
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
0bb56ad93f
[TechDraw] Remove deprecated replaceCosmeticEdge
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
127af5bea4
[TechDraw] Remove deprecated replaceCosmeticVertex
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
79d4c1556f
[TechDraw] Improve readability of DrawWeldSymbol.cpp
2022-07-29 14:39:21 -04:00
Benjamin Bræstrup Sayoc
811b85caeb
[TechDraw] Improve readability of DrawViewSpreadsheet.cpp
2022-07-29 14:39:21 -04:00
wmayer
e48a3a8cea
Mod: [skip ci] fix warning: [-Wreturn-std-move]
2022-07-29 18:55:10 +02:00
Uwe
666fab995e
[TD] silence a MSVC compiler warning
...
- as suggested here: https://forum.freecadweb.org/viewtopic.php?p=613409#p613409
2022-07-29 02:21:21 +02:00
Wanderer Fan
54ce3d0fc3
[TD]fix redraw does not paint all views
2022-07-28 09:16:03 -04:00
Wanderer Fan
0805d284d5
[TD]fix Symbol update on property change
2022-07-28 09:16:03 -04:00
andrea
5a9ffe468c
Remove deprecated function
2022-07-26 08:52:04 -04:00
Uwe
c9b709d814
[TD] remove unnecessary nullptr checks
2022-07-26 00:28:57 +02:00
wmayer
e7edda9679
TD: [skip ci] Fix several clazy issues:
...
* Using copy-ctor but class TechDraw::anglePoints has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
* Using copy-ctor but class TechDraw::arcPoints has a trivial copy-ctor but non trivial assign operator [-Wclazy-rule-of-two-soft]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* C++11 range-loop might detach Qt container (QList) [-Wclazy-range-loop-detach]
* signal arguments need to be fully-qualified (TechDrawGui::QGIView instead of QGIView) [-Wclazy-fully-qualified-moc-types]
* Use multi-arg instead [-Wclazy-qstring-arg]
* Use midRef() instead [-Wclazy-qstring-ref]
2022-07-25 17:00:48 +02:00
Benjamin Bræstrup Sayoc
6ed38eeb99
[TechDraw] Improve readability of DrawViewDetail.cpp
...
[TechDraw] Improve readability of DrawViewDimension.cpp
[TechDraw] Improve readability of DrawViewDimExtent.cpp
[TechDraw] Improve readability of DrawViewDraft.cpp
[TechDraw] Improve readability of DrawViewImage.cpp
[TechDraw] Improve readability of DrawViewMulti.cpp
2022-07-20 16:44:26 -04:00
Wanderer Fan
111aef4866
[TD]review comments and rebase for PR7197
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
e326f9bd99
[TechDraw] Improve readability of DrawViewClip.cpp
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
3979d589a3
[TechDraw] Improve readability of DrawViewBalloon.cpp
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
b349d02496
[TechDraw] Improve readability of DrawViewArch.cpp
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
fa27525021
[TechDraw] Improve readability of DrawViewAnnotation.cpp
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
6aef122551
[TechDraw] Improve readability of DrawTile.cpp
2022-07-20 12:59:12 -04:00
Benjamin Bræstrup Sayoc
380219ad7f
[TechDraw] Improve readability of DrawRichAnno.cpp
2022-07-20 12:59:12 -04:00
Uwe
7ab531c51a
[TD] last part of removal of superfluous nullptr checks
2022-07-20 12:17:16 +02:00
Uwe
40d8ebb372
[TD] remove some more superfluous nullptr checks
2022-07-20 11:54:28 +02:00
Uwe
31bc9f3913
[TD] remove some more superfluous nullptr checks
2022-07-20 02:53:48 +02:00
Uwe
8304a0942e
[TD] remove more superfluous nullptr checks
2022-07-20 02:32:52 +02:00
Uwe
93796e2d92
[TD] App: remove some superfluous nullptr checks
2022-07-19 02:03:50 +02:00
Uwe
a4ec6d4f83
[TD] fix compilation on MSVC
...
- CLMODE was used before its declaration, therefore it did not compile
forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=70316
2022-07-17 00:26:13 +02:00
Benjamin Bræstrup Sayoc
e80e8bf731
[TechDraw] Improve readability of DrawUtil.cpp
2022-07-16 16:00:43 -04:00
Benjamin Bræstrup Sayoc
0421d7cc5d
[TechDraw] Gather rotation calculations in a single function
2022-07-16 16:00:10 -04:00
Benjamin Bræstrup Sayoc
137a4e0ee6
[TechDraw] Improve readability of Cosmetic.cpp
2022-07-16 16:00:10 -04:00
Benjamin Bræstrup Sayoc
568cc79186
[TechDraw] Refactor CosmeticEdge constructors
...
Use constructor delegation and default parameters for CosmeticEdge
2022-07-16 16:00:10 -04:00
Benjamin Bræstrup Sayoc
fac4e72ea4
[TechDraw] Use constructor delegation for CosmeticEdge
2022-07-16 16:00:10 -04:00
Benjamin Bræstrup Sayoc
eb3a04f30e
[TechDraw] Use default parameters for LineFormat constructor
2022-07-16 16:00:10 -04:00
Wanderer Fan
5d93fbe0bb
[TD]fix ext line gap preference
2022-07-16 11:28:38 -04:00
Benjamin Alterauge
83203153cd
Group dxf relevant files in one folder
2022-07-16 10:55:24 +02:00
Wanderer Fan
5abbfd7087
[TD]fix crash on body with no shape
2022-07-13 14:31:16 -04:00
Wanderer Fan
e0a73327c2
[TD]fix bad edge in face finder
2022-07-07 10:22:50 -04:00
Wanderer Fan
b6c20202cd
[TD]adjustable extension line gap
2022-07-04 20:43:49 -04:00
Wanderer Fan
11c6f4a9e9
[TD]fix scaling of bitmap
2022-07-04 10:49:22 -04:00
Uwe
0a5a7f6744
[TD] DrawDimHelper.cpp: add missing include
2022-07-03 22:08:37 +02:00
Uwe
c5ed57c405
[TD] ShapeExtractor.cpp: add missing include
2022-07-03 21:54:39 +02:00
Wanderer Fan
ac4fa39ad4
[TD]fix bitmap hatch
2022-07-03 10:18:37 -04:00
Wanderer Fan
866da5980c
[TD]fix Dimension export to DXF
2022-06-30 08:50:07 -04:00