PaddleStroke
|
7f67c4f30d
|
TechDraw: Implement smart dimension tool.
|
2024-05-06 18:40:46 +02:00 |
|
Tomas Pavlicek
|
f3fa2ba9c9
|
[TechDraw] Implement proper selection of subitems (#11804)
|
2023-12-22 08:25:58 -05:00 |
|
wandererfan
|
4046e03cc6
|
[TD]refactor print routines out of MDIViewPage
|
2023-09-06 08:58:33 -04:00 |
|
wandererfan
|
ae7415c39e
|
[TD]add support for view menu zoom
|
2023-09-05 08:47:40 -04:00 |
|
wandererfan
|
62a681db8e
|
[TD]fix lost parent on undo
|
2023-06-24 19:21:25 -04:00 |
|
Uwe
|
1b7e53acbc
|
[TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes
- also sort includes
|
2022-10-09 17:20:00 +02:00 |
|
wandererfan
|
3cb442b1c3
|
[TD]fix printall banner page
|
2022-09-15 07:48:03 -04:00 |
|
wandererfan
|
20f5db1ad1
|
[TD]fix extent dimension
|
2022-09-09 13:02:08 -04:00 |
|
wandererfan
|
d6330b7103
|
[TD]add PrintAll command
|
2022-09-07 16:06:54 -04:00 |
|
wandererfan
|
acf17905ed
|
[TD]CI clang warnings
|
2022-09-05 17:48:38 -04:00 |
|
wmayer
|
97967743a4
|
TD: modernize C++: replace 'typedef' with 'using'
|
2022-08-30 10:59:39 +02:00 |
|
berniev
|
6953310116
|
Mod: Single arg ctors must be explicit
|
2022-08-24 16:55:20 +02: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
|
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
|
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 |
|
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
|
da9ebc572f
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +02:00 |
|
Wanderer Fan
|
fdcfd4c565
|
[TD]Navigation Styles - context menu handling & std cursors
|
2022-06-30 08:50:33 -04:00 |
|
Wanderer Fan
|
9894964eb6
|
[TD]implement navigation styles
|
2022-06-24 10:03:02 -04:00 |
|
wmayer
|
fd8719c85c
|
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
|
b0ba3c756a
|
[TD] Gui Headers: remove unused header - part 3
|
2022-03-25 02:47:09 +01:00 |
|
wmayer
|
a99be14233
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
wmayer
|
ca5c799ce2
|
Gui: rename methods of SelectionObserver to clarify intention in client code
|
2021-12-07 14:17:07 +01:00 |
|
wmayer
|
d64b698d05
|
TD: make MDIViewPagePy acting as sub-class of MDIViewPy
|
2021-11-21 17:33:19 +01:00 |
|
0penBrain
|
d8194ec237
|
[TechDraw] Add 'getPage' Python API ; returns page from view
|
2021-06-09 17:38:25 +02:00 |
|
Chris Hennes
|
cbdc2ac48e
|
[TD] Remove deprecated Qt < 5.9 code
|
2021-04-02 12:02:54 +02:00 |
|
Aapo
|
4d40ab0f49
|
[TD] MDIViewPage: Support printing/exporting arbitrary custom paper sizes for Qt5.
|
2021-01-19 11:03:24 +02:00 |
|
Aapo
|
d79fd9d6a9
|
[TD] MDIViewPage: Add support for Qt5 automatic paper size handling with many new paper sizes possible.
|
2021-01-19 00:49:57 +02:00 |
|
Mateusz Skowroński
|
294a2ebc9d
|
Fix Qt deprecation warnings. QPrinter::paperSize() and QPrinter::setPaperSize() are obsolete.
|
2021-01-04 13:40:58 +01:00 |
|
Mateusz Skowroński
|
712f6c1251
|
Fix Qt deprecation warnings. QPrinter::orientation() and QPrinter::setOrientation() are obsolete.
|
2021-01-03 15:08:10 +01:00 |
|
luz paz
|
4344f6bc08
|
Fix typos in source comments
Found via `codespell`
|
2020-08-29 19:14:13 +02:00 |
|
wandererfan
|
980ecc87a3
|
[TD]Dim blocks selection of geometry
|
2020-07-28 15:09:40 -04:00 |
|
wmayer
|
9a1a06c94b
|
LGTM: [skip ci] fix: Duplicate include guard
|
2020-07-24 20:22:00 +02:00 |
|
wandererfan
|
d0215f7637
|
[TD]fix variable name
|
2020-02-16 14:24:14 -05:00 |
|
wandererfan
|
00c69a9c64
|
[TD]fix LeaderLine noshow on doc load
|
2020-01-12 18:38:59 -05:00 |
|
wmayer
|
1bfe0f3bea
|
fixes #0004125: MDIViews not accessible correctly
|
2019-09-15 18:15:44 +02:00 |
|
Zheng, Lei
|
f243db0d5b
|
TechDraw: fix drawing update on undo/redo
|
2019-08-17 15:32:51 +02:00 |
|
Tomas Pavlicek
|
fad4db3300
|
TechDraw: Fix font size issues when exporting to SVG
|
2019-05-27 22:18:14 -04:00 |
|
wandererfan
|
d42c79c146
|
Fix #3695 Frame toggle sync
|
2019-05-13 12:29:15 -04:00 |
|
wandererfan
|
6c699887c0
|
Leader and RichText block improvements
|
2019-05-05 21:01:31 -04:00 |
|
Franck Jullien
|
b5613b2bd8
|
TechDraw: add Balloons
|
2019-04-01 23:24:17 +02:00 |
|
wandererfan
|
8ea5b43f88
|
Fix unnecessary update on Save
|
2019-03-28 10:44:33 -03:00 |
|
wandererfan
|
7b5458b7fa
|
Ensure ProjGroup is created before child
|
2019-03-07 10:58:29 +01:00 |
|
wandererfan
|
a2bca22fc9
|
Fix #3800 Connect TD export to FC Gui Export
- TD did not define export types for the general Export
command in Gui.
|
2019-02-14 21:14:11 +01:00 |
|
wmayer
|
f898eafd64
|
move from deprecated boost.signals to boost.signals2 library
|
2018-10-30 19:09:03 +01:00 |
|
wandererfan
|
733dae2b3d
|
Update context menu
- Page context menu was left over from
Drawing module. Now updated with
appropriate actions.
|
2018-10-25 10:58:53 -03:00 |
|
wandererfan
|
3ca8eb0989
|
Use Page Label for Tab Text
|
2018-10-22 15:34:13 -03:00 |
|