Ryan K
|
dd5cb6aa61
|
TechDraw: ActiveView rework (#22107)
* TechDraw: Rework ActiveView
* Update src/Mod/TechDraw/Gui/TaskActiveView.cpp
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
---------
Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts>
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
|
2025-06-30 12:04:12 -04:00 |
|
wandererfan
|
9aeeeb61fd
|
[TD]disable crop fields if crop not checked
|
2024-06-13 19:25:29 -04:00 |
|
wmayer
|
ed251a914b
|
TD: modernize C++: use override
|
2023-08-04 17:09:53 +02:00 |
|
Uwe
|
993c5b1574
|
[TD] Task*, part 1: remove unused includes
- also some sorting
|
2022-12-07 16:15:40 +01:00 |
|
Wanderer Fan
|
0fd189a153
|
[TD]simplify ActiveView
- remove copyActiveViewToSvgFile
- use bitmap image instead of Svg
- upgrade Task with crop options
|
2022-09-09 19:58:40 -04:00 |
|
wandererfan
|
aa2b1b8392
|
[TD]CI clang warnings
|
2022-09-05 17:48:38 -04:00 |
|
berniev
|
180edfa3cc
|
Mod: Single arg ctors must be explicit
|
2022-08-24 16:55:20 +02: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 |
|
berniev
|
71dc5ead2f
|
Mod: Use override etc 2
|
2022-08-09 12:52:26 +02:00 |
|
berniev
|
f4ffd15864
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +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
|
093a8edec5
|
[TD] Gui Headers: remove unused header - part 2
|
2022-03-25 02:34:36 +01:00 |
|
donovaly
|
691eaa6e8f
|
[TD] make pointers to the UI std::unique_ptr
as noted in https://github.com/FreeCAD/FreeCAD/pull/4271#discussion_r554673632
the pointer to the UI should be a unique pointer.
This PR does this for all TD dialogs that don't already use a unique_ptr.
|
2021-01-19 19:24:27 +01:00 |
|
wmayer
|
a8d1f2dca1
|
LGTM: [skip ci] fix: Duplicate include guard
|
2020-07-24 20:22:00 +02:00 |
|
wandererfan
|
ab180c761e
|
[TD]Make TD View from ActiveView
|
2019-08-28 08:38:27 -04:00 |
|