Wanderer Fan
b467cd32f2
[TD]refactor scene/view/mdi
...
- move scene related functions out of mdiViewPage
and QGVPage.
- route requests for scene/view/mdi through
ViewProviderPage
2022-08-18 09:34:32 -04:00
Wanderer Fan
144a88d1e0
[TD]include clean up continued
2022-08-14 10:29:25 -04:00
Wanderer Fan
fdfc73fe93
[TD]remove precompiled from *.h
2022-08-14 09:20:38 -04:00
Benjamin Bræstrup Sayoc
71758ecf9b
[TechDraw] Clean up precompile in Gui
2022-08-14 09:20:38 -04:00
Wanderer Fan
817aca49f4
[TD]fix merge conflicts
2022-08-12 18:13:52 -04:00
Benjamin Bræstrup Sayoc
b498e85f43
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-12 18:13:52 -04:00
grubertechnic
fd0a0dd1a2
[TechDraw] fix up button in TaskProjGroup
2022-08-12 10:40:33 -04:00
Tobias Frost
d20a2c60a1
Replace edit-cut.svg
...
Replace 2 instances of edit-cut.svg with the version from the tango icon
library to reslove license issue. Closes #7347 .
Tango Icon Library used: http://tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz
Location within the tarball:
./tango-icon-theme-0.8.90/scalable/actions/edit-cut.svg
2022-08-11 10:23:02 -04:00
Wanderer Fan
cf52d87dba
[TD]fix multiple dimension drag
2022-08-10 14:09:08 -04:00
wmayer
c87e1cc1c2
clang: fix warnings [-Winconsistent-missing-override]
2022-08-09 17:36:25 +02:00
berniev
71dc5ead2f
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
berniev
5fa05ab83d
Mod: Redundant_string_initialization
2022-08-08 16:52:42 +02:00
wmayer
1c71691c1c
TD: [skip ci] help code analyzers with export macro
2022-08-08 12:03:25 +02:00
berniev
f4ffd15864
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
berniev
53ba98d636
Mod: use empty
2022-08-06 19:30:13 +02:00
berniev
47ac049e14
Mod: use emplace_back
2022-08-05 10:36:16 +02:00
Benjamin Bræstrup Sayoc
3613d7069e
[TechDraw] Use inherited isShow
...
Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
17bcd06464
[TechDraw] Use inherited unsetEdit
...
Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
aed0346cdb
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
f30c30b06f
[TechDraw] Simplify code getting default line weights
2022-08-02 16:13:01 -04:00
Wanderer Fan
eca5ff6db7
[TD]fix Symbol update on property change
2022-07-28 09:16:03 -04:00
wmayer
781997984d
TD: Use new-style syntax of connect()
...
When fixing clazy issues -Wclazy-fully-qualified-moc-types then old-style syntax of connect() may fail. Thus, replace it with the new-style syntax
2022-07-26 16:10:45 +02:00
andrea
e3adea272c
Remove deprecated function
2022-07-26 08:52:04 -04:00
wmayer
c5910c1530
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
luz paz
e3bdf0a1ef
Fix typos in Part and TechDraw workbenches
...
[skip ci]
2022-07-21 15:15:35 +02:00
edi271
a1b7e3e33b
[TD] Add SurfaceFinishSymbol command
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2022-07-20 16:13:56 -04:00
Uwe
b2bb479788
[TD] last part of removal of superfluous nullptr checks
2022-07-20 12:17:16 +02:00
Uwe
b81d7e4864
[TD] remove some more superfluous nullptr checks
2022-07-20 11:54:28 +02:00
Uwe
5486c9808d
[TD] remove some more superfluous nullptr checks
2022-07-20 02:53:48 +02:00
Uwe
7b4e5d7522
[TD] remove more superfluous nullptr checks
2022-07-20 02:32:52 +02:00
Uwe
15ec3e2cda
[TD] Gui: remove more superfluous nullptr checks
2022-07-19 03:40:32 +02:00
Uwe
b514f47c21
[TD] Gui: remove some superfluous nullptr checks
2022-07-19 02:49:46 +02:00
Wanderer Fan
c25756af8a
[TD]check for spline on linear Dims
2022-07-16 11:28:38 -04:00
Wanderer Fan
94dde1b9fb
[TD]fix ext line gap preference
2022-07-16 11:28:38 -04:00
Benjamin Bræstrup Sayoc
5931199b24
[TechDraw] Improve readability of ViewProviderWeld.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
85fea935ab
[TechDraw] Improve readability of ViewProviderViewSection.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
3b809fe77b
[TechDraw] Improve readability of ViewProviderViewPart.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
fc3fdf337c
[TechDraw] Improve readability of ViewProviderTemplate.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
a006618177
[TechDraw] Improve readability of ViewProviderRichAnno.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
5302576015
[TechDraw] Improve readability of ViewProviderProjGroupItem.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
51b9c1df14
[TechDraw] Improve readability of ViewProviderPage.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
92997d1338
[TechDraw] Improve readability of ViewProviderLeader.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
b3f7458a2e
[TechDraw] Improve readability of ViewProviderHatch.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
2309dfc547
[TechDraw] Improve readability of ViewProviderGeomHatch.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
5d29f60040
[TechDraw] Improve readability of ViewProviderGeomHatch.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
2cd5adc0f9
[TechDraw] Improve readability of ViewProviderBalloon.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
3f277ddb16
[TechDraw] Improve readability of TaskWeldingSymbol.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
75db87a1ee
[TechDraw] Improve readability of TaskSelectLineAttributes.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
c4de72c93c
[TechDraw] Improve readability of TaskSectionView.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
9c0c565ecb
[TechDraw] Improve readability of TaskRichAnno.cpp
2022-07-15 11:31:11 -04:00