Benjamin Bræstrup Sayoc
8f067e02f3
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-19 09:14:10 -04:00
Wanderer Fan
f5c5eec3bb
[TD]code review changes for Gui
2022-08-18 19:43:04 -04:00
Wanderer Fan
74cdc6db61
[TD]code clean ups
...
- QtConcurrent include and CMake for Win
- include clean up dvp, dvs, dvd
- variable names and nested if clean up
- remove debug code
2022-08-18 09:34:32 -04:00
Wanderer Fan
b1dd0bd2d0
[TD]add preference for progress reporting
2022-08-18 09:34:32 -04:00
Wanderer Fan
6677cd4d8f
[TD]clazy warnings and duplicate setter/getter
...
- clazy warning re missing Q_OBJECT
- include TechDrawGlobal.h in headers
- resolve duplicate setter/getters
2022-08-18 09:34:32 -04:00
Wanderer Fan
006cf78c7a
[TD]fix segfault on repeated open/close
...
[TD]fix memory leak in ViewProviderPage
[TD]fix QGView redraws at idle
2022-08-18 09:34:32 -04:00
Wanderer Fan
ac63550122
[TD]add progress reporting framework
2022-08-18 09:34:32 -04:00
Wanderer Fan
bdf4cea14e
[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
99120c2c74
[TD]include clean up continued
2022-08-14 10:29:25 -04:00
Wanderer Fan
f2ba030ebb
[TD]remove precompiled from *.h
2022-08-14 09:20:38 -04:00
Benjamin Bræstrup Sayoc
aa9a667506
[TechDraw] Clean up precompile in Gui
2022-08-14 09:20:38 -04:00
Wanderer Fan
4962c3da15
[TD]fix merge conflicts
2022-08-12 18:13:52 -04:00
Benjamin Bræstrup Sayoc
9905e17ba1
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-12 18:13:52 -04:00
grubertechnic
2a434e3b2e
[TechDraw] fix up button in TaskProjGroup
2022-08-12 10:40:33 -04:00
Tobias Frost
9311e2913e
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
cb96332a64
[TD]fix multiple dimension drag
2022-08-10 14:09:08 -04:00
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
wmayer
617f213d2f
TD: [skip ci] help code analyzers with export macro
2022-08-08 12:03:25 +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
953625d74b
[TechDraw] Use inherited isShow
...
Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
fda3fd731f
[TechDraw] Use inherited unsetEdit
...
Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
23966513c7
[TechDraw] Remove uneeded redefinitions of inherited functions
2022-08-04 10:02:47 -04:00
Benjamin Bræstrup Sayoc
86dfd0a862
[TechDraw] Simplify code getting default line weights
2022-08-02 16:13:01 -04:00
Wanderer Fan
0805d284d5
[TD]fix Symbol update on property change
2022-07-28 09:16:03 -04:00
wmayer
c4e4b5cf02
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
5a9ffe468c
Remove deprecated function
2022-07-26 08:52:04 -04: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
luz paz
a55f5eb1ae
Fix typos in Part and TechDraw workbenches
...
[skip ci]
2022-07-21 15:15:35 +02:00
edi271
a203b1ae30
[TD] Add SurfaceFinishSymbol command
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2022-07-20 16:13:56 -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
af18a97913
[TD] Gui: remove more superfluous nullptr checks
2022-07-19 03:40:32 +02:00
Uwe
2e5e4dced8
[TD] Gui: remove some superfluous nullptr checks
2022-07-19 02:49:46 +02:00
Wanderer Fan
3137a81604
[TD]check for spline on linear Dims
2022-07-16 11:28:38 -04:00
Wanderer Fan
5d93fbe0bb
[TD]fix ext line gap preference
2022-07-16 11:28:38 -04:00
Benjamin Bræstrup Sayoc
619c7942aa
[TechDraw] Improve readability of ViewProviderWeld.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
bb44c9ece4
[TechDraw] Improve readability of ViewProviderViewSection.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
700a0217b4
[TechDraw] Improve readability of ViewProviderViewPart.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
87d4c8e237
[TechDraw] Improve readability of ViewProviderTemplate.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
cd1cc2e6e9
[TechDraw] Improve readability of ViewProviderRichAnno.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
46ab6b7534
[TechDraw] Improve readability of ViewProviderProjGroupItem.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
0bf9f1de93
[TechDraw] Improve readability of ViewProviderPage.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
0001965476
[TechDraw] Improve readability of ViewProviderLeader.cpp
2022-07-15 11:31:11 -04:00
Benjamin Bræstrup Sayoc
4203420b02
[TechDraw] Improve readability of ViewProviderHatch.cpp
2022-07-15 11:31:11 -04:00