Chris Hennes
|
c44ccc0ff2
|
TD: PR6497 move return statement to new line
|
2022-03-29 13:26:01 -05:00 |
|
wmayer
|
a99be14233
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Wanderer Fan
|
e91cc8e329
|
[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 |
|
donovaly
|
21dc72ed10
|
[TD] make more pointers to the UI std::unique_ptr
addendum to PR #4293
(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 remaining TD dialogs that don't already use a unique_ptr.)
|
2021-02-05 13:24:21 +01:00 |
|
donovaly
|
b5f57ed2f0
|
[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
|
e9bc970c28
|
PVS: V522 There might be dereferencing of a potential null pointer
|
2020-07-18 10:59:27 +02:00 |
|
donovaly
|
d9e65c7780
|
[TD] use Gui::QuantitySpinBox in dialogs
as recently discussed
- also add lost alignment properties
|
2020-03-28 08:51:12 -04:00 |
|
donovaly
|
bf4e6b6316
|
[TD] refurbish LineDecorDlg
- also set a better step size
- also apply the changes in the DLG immediately
see: https://forum.freecadweb.org/viewtopic.php?f=35&t=44362&p=379377#p379377
|
2020-03-23 09:23:50 -04:00 |
|
wandererfan
|
a04d0f2574
|
[TD]Py routines for CenterLines
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
1ad2d35bce
|
[TD]Python routines and extension for line formating
|
2019-12-16 20:36:10 -05:00 |
|
wandererfan
|
08f23b84f7
|
[TD]Python routines and extension for Cosmetic Edges
|
2019-12-16 20:36:10 -05:00 |
|
donovaly
|
15e5b29c22
|
TD renaming tools, part 2/2
as discussed in https://forum.freecadweb.org/viewtopic.php?p=344899#p344800
we need a more consistent naming for the Wiki
|
2019-11-17 08:22:09 -05:00 |
|
wandererfan
|
e406b2f3e6
|
[TD]Remove NoLine option from dialogs
|
2019-07-18 08:53:38 -04:00 |
|
wandererfan
|
621b66be17
|
[TD]Add Properties for Cosmetic persistence
|
2019-07-15 12:36:48 -04:00 |
|
wandererfan
|
b561190d4f
|
[TD]Add restore invisible lines
|
2019-07-15 12:36:48 -04:00 |
|
wandererfan
|
3d2edd0f7e
|
[TD]Add line appearance editor
|
2019-07-15 12:36:48 -04:00 |
|