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
donovaly
2fbd3729b7
[TD] Section dialog overhaul
...
- replace use uniformly Gui::QuantitySpinBox
- fix and uniform size of all objects in the dialog
- apply changes immediately once the section is created because this speeds up the workflow a lot, especially for when changing the plane position
- some code cleanup: remove unused void, avoid unused variables
2020-03-29 15:14:13 -04:00
wandererfan
eb3e4ce56c
[TD]fix crash when Section deleted during creation
...
- if the Section is deleted while the section dialog
is still in progress, further processing in the
dialog would cause a crash.
- should have "update intent" locks to prevent this
2020-03-16 08:57:08 -04:00
WandererFan
85ba410276
[TD]Prevent crash when base view deleted
...
- happened during creation of DVSection
2019-12-04 20:44:13 -05:00
wandererfan
cefb719b6e
[TD]Add Scale to Section gui
2019-11-27 07:31:45 -05:00
wandererfan
51d4c16e47
[TD]Section UI changes
2019-11-27 07:31:45 -05:00
wandererfan
55778c7458
[TD]Section dialog revisions & editor
2019-10-01 17:30:35 -04:00
wmayer
3114df352d
in forward declaration replace class keyword when struct is expected
...
comment out unused parameters
2016-12-29 17:52:39 +01:00
WandererFan
3797f7ebc3
Fix segfault on bad input
2016-11-18 10:14:10 +01:00
WandererFan
a662cad5be
Section Rebuild subproject
...
new dialog
new Section/SectionLine logic
remove XAxisDirection property
2016-10-31 11:06:15 -02:00
WandererFan
a5b5104875
Implement Cancel logic for TaskViewSection
2016-09-11 13:12:24 -04:00
WandererFan
34644e9d71
Fix Section arrows,xDir,label
2016-09-01 12:14:42 -04:00
WandererFan
4cb4e5f04a
Create ViewSection from ViewPart
...
Property name changes
Touch section when View SymbolSection changes
2016-08-26 11:39:03 -03:00