wandererfan
086de5430f
[TD]fix check of wrong variable
...
- replace check of pages in selection with check of
pages in document
- fix mixed {} conventions
- fix fail to exit on user cancel
2022-10-20 21:28:04 -04:00
wandererfan
30d2514020
[TD]ActiveView from different document
2022-10-18 09:04:28 -04:00
Uwe
afc4451a50
[TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes
...
- also sort includes
2022-10-09 17:20:00 +02:00
wmayer
840fc70106
Mod: replace QRegExp with QRegularExpression
2022-10-07 14:03:53 +02:00
wandererfan
aa2b1b8392
[TD]CI clang warnings
2022-09-05 17:48:38 -04:00
Wanderer Fan
a1cc69c8e3
[TD]code review changes for Gui
2022-08-18 19:43:04 -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
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
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
Uwe
b514f47c21
[TD] Gui: remove some superfluous nullptr checks
2022-07-19 02:49:46 +02:00
Wanderer Fan
db89eec8e3
[TD]implement navigation styles
2022-06-24 10:03:02 -04:00
wmayer
ccc0d54d97
TD: [skip ci] activate PCH of TechDraw (Gui) and use forward declarations
...
For MSVC this reduces compile time by ~20%
2022-03-25 13:54:47 +01:00
Uwe
a3023ed0b9
[TD] some style unification
...
automatically done by MSVC
2022-01-03 23:30:43 +01:00
Wanderer Fan
5f109b5ee3
[TD]Allow selection of Page when adding View
2022-01-02 09:49:33 -05:00
wmayer
1ae38aea04
PVS: V522 There might be dereferencing of a potential null pointer
2020-07-18 10:59:27 +02:00
wandererfan
992d584b20
[TD]handle new identifier for Draft objects
2020-05-20 21:44:26 -04:00
wandererfan
71192a9129
[TD]improve selection filtering for ArchSection
2020-03-19 08:00:53 -04:00
wandererfan
75e1ed95d0
[TD]improve selection filtering for DraftView
2020-03-19 08:00:53 -04:00
wandererfan
c485904ab8
[TD]make Arrow enums translatable
2020-03-11 09:33:54 -04:00
wandererfan
b493b3841d
[TD]harmonize Arrow enums
2020-03-11 09:33:54 -04:00
wandererfan
9d9d41bcd0
[TD]correct alignment of Section & Detail with Base
2019-11-27 07:31:45 -05:00
Zheng, Lei
afeaec3d0d
TechDraw: fix face based projection direction detection
2019-08-17 15:32:51 +02:00
Zheng, Lei
e90d09dc40
TechDraw: Link related changes
...
* Support link and group objects
* Support view sync by implementing view provider API getMDIView()
* Use handleChangedPropertyType() for object migration instead of
reimplementing Restore() because of a lots of changes in
PropertyContainer::Restore().
* Various other small fixes.
2019-08-17 15:15:46 +02:00
wandererfan
95f95d54fb
Use Face or 3D direction for View and ProjGroup
...
- use current 3D window direction as starting
direction for DrawViewPart and ProjectionGroup
- if a Face is selected, use Face normal as
starting direction.
2018-09-06 08:00:00 +02:00
wmayer
1b0724b0fc
fix -Wparentheses-equality
2018-05-23 18:40:47 +02:00
wandererfan
7e1de990bb
Fix selection when multiple pages
2018-05-15 21:50:48 +02:00
wandererfan
91a0aff25f
Coverity fixes
...
CID 174671
CID 174670
CID 174669
CID 174668
CID 174667
CID 174664
2018-04-23 07:55:38 +02:00
WandererFan
172eab4fc2
Correct Selection When Multiple Pages
...
- when inserting a new View in a document with
multiple Pages, the View did not always get
added to the proper Page.
2018-02-06 13:58:00 -05:00
WandererFan
8431ec0fc1
Add debug utils for QRectF/QPointF
2017-09-17 18:50:07 +02:00
WandererFan
610ddeb59f
Fix 2889 Toggle Frames for DrawViewSymbol
2017-02-07 10:51:42 -02:00
WandererFan
e657fff42c
Only enable Commands when appropriate
...
Remove dupl code
2016-09-28 20:24:47 -04:00