luzpaz
|
91a336b659
|
TechDraw: header uniformity + trailing whitespace
|
2023-01-21 20:11:08 -05:00 |
|
Uwe
|
7e70d28761
|
[TD] Task*, part 2/2: remove unused includes
- also some sorting
- also take care of PreCompiled.h
|
2022-12-07 19:49:05 +01:00 |
|
wandererfan
|
aa2b1b8392
|
[TD]CI clang warnings
|
2022-09-05 17:48:38 -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 |
|
Uwe
|
5486c9808d
|
[TD] remove some more superfluous nullptr checks
|
2022-07-20 02:53:48 +02:00 |
|
Uwe
|
b514f47c21
|
[TD] Gui: remove some superfluous nullptr checks
|
2022-07-19 02:49:46 +02:00 |
|
Benjamin Bræstrup Sayoc
|
04371d3fca
|
[TechDraw] Rename icon filenames for consistency
|
2022-07-09 14:38:30 -04:00 |
|
Uwe
|
5757cdf2ad
|
[TD] remove a single-header file
|
2022-03-25 04:11:53 +01:00 |
|
wmayer
|
e8f9c8a1d3
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Wanderer Fan
|
d4c5074ee5
|
[TD]remove redundant edits from 9 Task dialogs
|
2022-01-22 14:51:20 -05:00 |
|
Wanderer Fan
|
28c5890bc9
|
[TD] avoid memory leaks by using shared_ptr
TD geometry objects are sometimes double deleted. This
change uses shared_ptr instead of raw pointers to manage
deletions.
|
2022-01-07 13:34:20 -05:00 |
|
Tomas Pavlicek
|
2a1597cded
|
TechDraw - Undo for Cosmetics Vertices and Lines
|
2021-08-11 10:07:02 +02: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 |
|
luz paz
|
89664642fb
|
TD: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the TechDraw Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
|
2020-12-01 14:53:35 +01:00 |
|
luz paz
|
ae71abd1cc
|
TechDraw: Header uniformity and whitespace fixes
|
2020-11-14 16:59:51 +01:00 |
|
wmayer
|
716433e55b
|
TechDraw: [skip ci] Coverity: Uninitialized scalar variable/Uninitialized scalar field
|
2020-09-14 13:54:55 +02:00 |
|
wandererfan
|
fa111f86ad
|
[TD]draw line through 2 points
|
2020-08-19 09:02:25 -04:00 |
|