Uwe
5486c9808d
[TD] remove some more superfluous nullptr checks
2022-07-20 02:53:48 +02:00
Uwe
36add10c86
[TD] App: remove some superfluous nullptr checks
2022-07-19 02:03:50 +02:00
Wanderer Fan
74085b609d
[TD]fix preference file handling
2022-06-03 18:35:13 -04:00
Wanderer Fan
391bdcccaa
[TD]fix GeomHatch change file name
2022-04-23 10:00:02 -04:00
wmayer
e8f9c8a1d3
TD: modernize C++11
...
* use nullptr
2022-03-23 19:26:14 +01:00
Wanderer Fan
855941d5bb
[TD]fix misplaced section line
...
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
2022-03-03 09:31:29 -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
wandererfan
d66e3396a8
[TD]handle bad preferences in AppImage temp dir
2020-08-14 09:37:14 -04:00
wandererfan
41380359a8
[TD]fix misaligned PAT hatch on section
2020-07-25 10:30:13 -04:00
WandererFan
2db99798f6
[TD]Improve section face display
2020-06-04 09:00:22 -04:00
wandererfan
c7d59e8317
[TD]show section face pat hatch on restore
2020-05-10 11:03:15 -04:00
wandererfan
d210c14167
[TD]GeomHatch - handle empty parameter
2020-03-20 18:42:48 -04:00
wandererfan
4bc0718a3b
[TD]common preference getters for hatches
2020-03-20 07:28:33 -04:00
WandererFan
47aeca65e1
[TD]fix Section file included set up
2020-03-17 08:45:26 -04:00
wandererfan
fb035a9a0d
[TD]remove Hatches from Display when deleted
2020-03-11 18:17:46 -04:00
donovaly
39be11c459
[TD] reduce scaling increment
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=42780
2020-01-26 19:30:02 -05:00
wandererfan
879a259d81
[TD]embed geom hatch file in document
2020-01-12 11:38:53 -05:00
wandererfan
1f4fb612dd
[TD]Apply filters to PropertyFile
2019-09-20 12:56:26 -04:00
wandererfan
fbfdb69c20
[TD]Py Cosmetic Vertex, Line, Circle Arc
2019-07-15 12:36:48 -04:00
wandererfan
242717f5e3
Fix out of scope warnings
...
- Links within TD were not set to Global scope. This caused
problems when a Page was in a container, but Views were not
in the container.
2019-01-22 10:15:04 -02:00
wmayer
d7ec2b1368
Replace Base::Exception with appropriate subclass
2018-11-14 19:42:10 +01:00
luz.paz
69d46d1b43
Misc. typo and whitespace fixes
...
`codespell -q 3 -I ../fc-word-whitelist.txt --skip=".git,*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/zipios++"`
2018-09-11 07:27:22 +02:00
WandererFan
8671021f42
Fix upside down GeomHatch on asymmetric faces
2017-07-17 19:47:44 -03:00
WandererFan
235f0a93c6
DrawGeomHatch improvements
...
-draw & align dash patterns correctly on all QPainters using QGPathItem
-Allow patterns to start with space
-ensure horiz & vert lines pass through pattern origin
-Scalable complex patterns
2017-05-10 17:43:48 +02:00
WandererFan
bf4a80dad5
clean up GeomHatch feature, gui & dialog
...
Refactor code, allow dialog to edit feature, update graphics on change
prep for dash line start positioning.
2017-05-10 17:43:48 +02:00
WandererFan
813454993c
Change Scale to PropertyFloatConstaint to prevent OCC loop when Scale == 0
2017-02-07 10:51:42 -02:00
WandererFan
47d433b64c
Install default PAT file
2017-01-29 19:40:34 -05:00
WandererFan
1c8395e229
fix naming conflicts
2017-01-29 19:40:34 -05:00