Wanderer Fan
459dde957c
[TD]add preference for progress reporting
2022-08-18 09:34:32 -04:00
Wanderer Fan
2483b1524e
[TD]fix detail of section not displayed on restore
2022-08-18 09:34:32 -04:00
Wanderer Fan
0babc10a99
[TD]fix projectShape for shape outline
2022-08-18 09:34:32 -04:00
Wanderer Fan
aa1193559b
[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
2c047e361d
[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
80d5e9a0b8
[TD]respect AutoDistribute on load
2022-08-18 09:34:32 -04:00
Wanderer Fan
2c19c29d3c
[TD]move section cut and detail common to thread
2022-08-18 09:34:32 -04:00
Wanderer Fan
ae3a955877
[TD]add progress reporting framework
2022-08-18 09:34:32 -04:00
Wanderer Fan
5a92b30f17
[TD]run hlr and extractFaces in threads
2022-08-18 09:34:32 -04:00
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
e86d281ff3
[TD]hatch file default handling
2022-08-13 19:45:56 -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
Wanderer Fan
93fb6b999c
[TD]fix LineFormat ctor line color
2022-08-12 13:00:21 -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
Benjamin Bræstrup Sayoc
bbbc044934
[TechDraw] Remove deprecated replaceGeomFormat
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
ac8099d1f6
[TechDraw] Remove deprecated replaceCenterLine
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
b36d6b53cd
[TechDraw] Remove deprecated replaceCosmeticEdge
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
a017cb41bc
[TechDraw] Remove deprecated replaceCosmeticVertex
2022-08-02 16:09:54 -04:00
Benjamin Bræstrup Sayoc
abaee2d0fe
[TechDraw] Improve readability of DrawWeldSymbol.cpp
2022-07-29 14:39:21 -04:00
Benjamin Bræstrup Sayoc
692838bd53
[TechDraw] Improve readability of DrawViewSpreadsheet.cpp
2022-07-29 14:39:21 -04:00
wmayer
8fb716643c
Mod: [skip ci] fix warning: [-Wreturn-std-move]
2022-07-29 18:55:10 +02:00
Uwe
40e9759070
[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
Benjamin Bræstrup Sayoc
ea06981ccc
[TechDraw] Make projection group test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
7cd860f28c
[TechDraw] Fix making template bug for tests
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
d3d15d36d0
[TechDraw] Make balloon test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
886c1415d8
[TechDraw] Make section view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
937d19c4ad
[TechDraw] Make view test a unittest
2022-07-28 14:51:50 -04:00
Benjamin Bræstrup Sayoc
3fda6b8c62
[TechDraw] Make dimension test a unittest
2022-07-28 14:51:50 -04:00
Wanderer Fan
bfffd53493
[TD]fix redraw does not paint all views
2022-07-28 09:16:03 -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
Benjamin Bræstrup Sayoc
c8ca1c4631
[TechDraw] Make image test a unittest
2022-07-26 09:40:19 -04:00
Benjamin Bræstrup Sayoc
ab612c3cd5
[TechDraw] Make symbol test a unittest
2022-07-26 09:40:19 -04:00