wandererfan
2d72806e29
[TD]Fix no dimensions from old document ( #10880 )
2023-10-02 09:39:27 -04:00
wandererfan
b47e9b6420
[TD]add line spacing property
...
- requires Arch PR #10816 to see results
2023-10-01 19:54:32 -04:00
wandererfan
2f069bb94f
[TD]fix missing reference geometry
2023-09-28 09:01:39 -04:00
wandererfan
a48490f518
[TD]fix centerline rotation
2023-09-27 12:24:21 -04:00
wandererfan
68f79e06ae
[TD]allow centerline deletion with Del
2023-09-27 12:24:21 -04:00
wandererfan
80539ff4c4
[TD]initial implementation of cosmetic cicle command
2023-09-20 13:42:11 -04:00
Pieter Hijma
776649be06
TechDraw: Expose two functions for SVG export
2023-09-20 09:27:17 -04:00
André Caldas
0f27212d57
TechDraw: creates closure for concurrent thread context.
...
We use a lambda function with a copy of variables
that might be destructed in the original calling thread,
possibly producing dangling references.
See: https://forum.freecad.org/viewtopic.php?t=81260
2023-09-20 09:26:15 -04:00
wandererfan
272df02684
[TD]fix inverted detail of body
2023-09-15 13:53:54 -04:00
wandererfan
82db4a3e47
[TD]allow cosmetic deletion via DEL
2023-09-15 11:46:37 -04:00
wandererfan
84a8800767
[TD]fix hatch fail due to missing translate method
2023-09-14 12:05:13 -04:00
wandererfan
ac94b43eaf
[TD]rotate centerlines with view
2023-09-13 12:35:25 -04:00
wandererfan
404351065e
[TD]fix fail on section delete
...
- fails in onChange during delete due to null BaseView
2023-09-10 14:25:15 -04:00
wandererfan
5e29c03c63
[TD]fix double delete of centerline
2023-08-29 20:44:14 -04:00
wandererfan
f3b3e25513
[TD]Allow section line stretch/shrink
2023-08-29 20:44:14 -04:00
Chris Hennes
c60e03741a
TD: Wrap PyArg_ParseTupleAndKeywords
2023-08-25 15:34:26 -05:00
wandererfan
ba6365f950
[TD]use original shape for section of section
2023-08-21 20:31:06 -04:00
wandererfan
858c3444d1
[TD]add preference for choice of section shape
2023-08-21 20:31:06 -04:00
luzpaz
09a965d595
Fix typos
2023-08-21 20:20:47 +02:00
wandererfan
ba721cb0e4
[TD]Fix section of section
2023-08-20 12:25:12 -04:00
wandererfan
2f8a8beca8
[TD]fix 10013 detail of sketch
2023-08-20 12:25:12 -04:00
wandererfan
b0b7df2424
[TD]fix 9990 page parms before display
2023-08-20 12:25:12 -04:00
wandererfan
098757b360
[TD]fix omission in splitting GeometryObject
2023-08-19 17:18:42 -04:00
wandererfan
9084bfd81a
[TD]Rotate CosmeticEdge with View
2023-08-19 17:18:42 -04:00
wandererfan
6eae743361
[TD]rotate CosmeticVertex with View
2023-08-19 17:18:42 -04:00
wandererfan
a94e5b0235
[TD]resolve merge conflicts
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
7503015807
[TechDraw] Improve DimensionGeometry.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
09f1c2ded7
[TechDraw] Improve DimensionFormatter.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
bef32983b0
[TechDraw] Improve CosmeticVertex.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
7c7823dd9b
[TechDraw] Improve CosmeticExtension.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
576aba95a2
[TechDraw] Improve Cosmetic.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
e5c31512ec
[TechDraw] Improve CenterLine.cpp typing
...
Make type safe by using const keywords when appropriate and improve memory handling by using references when appropriate.
2023-08-19 13:28:53 -04:00
wandererfan
41817c188f
[TD]split GeometryObject
2023-08-18 15:18:42 -04:00
wandererfan
b1e03c2292
[TD]fix #9265 - memory leak in cosmetic features
2023-08-18 15:18:42 -04:00
Benjamin Bræstrup Sayoc
90f22b4eba
[TechDraw] CenterLine should use enums
2023-08-18 10:22:17 -04:00
wandererfan
d69551eccb
[TD]add label translation for Page and Template
2023-08-17 19:23:29 -04:00
wandererfan
a8cc561396
[TD]apply translateLabel after all addObject calls
2023-08-17 19:23:29 -04:00
wandererfan
6c0f8728bb
[TD]add view name translation tokens
2023-08-17 19:23:29 -04:00
wandererfan
f4180658dc
[TD]Add method to translate View labels
2023-08-17 19:23:29 -04:00
wandererfan
6565732207
[TD]move dvp cosmetic functions to extension
2023-08-10 10:17:22 -04:00
wandererfan
77ef529c5a
[TD]provide result of detail to other views
2023-08-10 10:17:22 -04:00
wandererfan
08237b6c2c
[TD]remove unused code dvp & sections
2023-08-10 10:17:22 -04:00
Benjamin Bræstrup Sayoc
da2ae719f2
[Everywhere] FileInfo::hasExtension for multiple values ( #9774 )
...
* [Base] Add hasExtension for multiple values
* [Gui] Use hasExtension for multiple values
* [Drawing] Use hasExtension for multiple values
* [Fem] Use hasExtension for multiple values
* [Import] Use hasExtension for multiple values
* [Mesh] Use hasExtension for multiple values
* [Part] Use hasExtension for multiple values
* [TechDraw] Use hasExtension for multiple values
2023-08-07 09:55:19 -06:00
wmayer
b6f331f4fa
modernize C++: use transparent functors
2023-08-07 16:08:35 +02:00
wmayer
7a3106d31b
modernize C++: use bool literals
2023-08-06 01:35:39 +02:00
wmayer
b8a7849dd3
Misc: modernize C++: use override
2023-08-04 17:09:53 +02:00
wmayer
ed251a914b
TD: modernize C++: use override
2023-08-04 17:09:53 +02:00
grubertechnic
a972cbd249
[TechDraw] seam line in HLR default false
2023-07-30 12:48:30 -04:00
wandererfan
fc0ce9e4fa
[TD]reduce number of tiles for svg hatching
...
- reduce the size of the overlay area from 200% to an
adjustable size with a default of 125%.
2023-07-25 12:50:39 -04:00
wandererfan
f88297bbb5
[TD]fix pathological centerline for points
2023-07-06 19:20:08 -04:00