liukaiwen
4f8fe8fd4a
[cmake] some definitions do not matter build now
2023-09-27 18:17:14 +08:00
wandererfan
0b191c477b
[TD]initial implementation of cosmetic cicle command
2023-09-20 13:42:11 -04:00
Pieter Hijma
1fc5dea14c
TechDraw: Expose two functions for SVG export
2023-09-20 09:27:17 -04:00
André Caldas
695a314229
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
Chris Hennes
730d471fb1
Update translations
2023-09-19 22:25:14 -05:00
wandererfan
b45cb18ce1
[TD]fix inverted detail of body
2023-09-15 13:53:54 -04:00
wandererfan
01256623ff
[TD]allow cosmetic deletion via DEL
2023-09-15 11:46:37 -04:00
wandererfan
1b64b265ae
[TD]fix hatch fail due to missing translate method
2023-09-14 12:05:13 -04:00
wandererfan
71f1e6b09b
[TD]rotate centerlines with view
2023-09-13 12:35:25 -04:00
wmayer
88b9cf2ecc
TD: remove unused class member
...
Fix compiler warning: -Wunused-private-field
2023-09-11 11:34:29 -04:00
wandererfan
114e6ca2a9
[TD]fix label generation complex section
2023-09-10 14:25:15 -04:00
wandererfan
cf94a892d6
[TD]fix label generation simple section
2023-09-10 14:25:15 -04:00
wandererfan
be74909b9a
[TD]fix fail on section delete
...
- fails in onChange during delete due to null BaseView
2023-09-10 14:25:15 -04:00
Chris Hennes
857ddacb6e
Update translations ( #10613 )
...
* Update translations
* Start: Remove Start.ts
2023-09-10 13:06:26 -05:00
wandererfan
7f2076afb8
[TD]fix fail on multiple empty annotation
2023-09-07 13:11:09 -04:00
wandererfan
4046e03cc6
[TD]refactor print routines out of MDIViewPage
2023-09-06 08:58:33 -04:00
wandererfan
ae7415c39e
[TD]add support for view menu zoom
2023-09-05 08:47:40 -04:00
wandererfan
2e4ed1ae99
[TD]fix selection highlighting from tree
2023-09-03 10:09:42 -04:00
wandererfan
7ca834acc5
[TD]fix Tolerance format issue in dialog
2023-09-02 21:32:14 -04:00
wandererfan
61add5ea7a
[TD]fix keyboard zoomIn/zoomOut for Touchpad mode
2023-09-01 09:11:55 -04:00
wandererfan
a2735416e1
[TD]fix #10440 Balloon arrow end point
2023-08-30 14:01:24 -04:00
wandererfan
4fb7b912b4
[TD]fix double delete of centerline
2023-08-29 20:44:14 -04:00
wandererfan
fdd3a8d2cf
[TD]Allow section line stretch/shrink
2023-08-29 20:44:14 -04:00
Chris Hennes
6bfafc62dc
Update translations
2023-08-29 07:38:09 -05:00
liukaiwen
974da86cb4
fix: windows build need /utf-8
2023-08-28 11:43:39 -04:00
Chris Hennes
c60944ed62
TD: Wrap PyArg_ParseTupleAndKeywords
2023-08-25 15:34:26 -05:00
wandererfan
9c1bc2e0e9
[TD]use original shape for section of section
2023-08-21 20:31:06 -04:00
wandererfan
9b6dd9f8bd
[TD]add preference for choice of section shape
2023-08-21 20:31:06 -04:00
luzpaz
ed9ff68935
Fix typos
2023-08-21 20:20:47 +02:00
wandererfan
44c40067b2
[TD]Fix section of section
2023-08-20 12:25:12 -04:00
wandererfan
a51e46775f
[TD]fix 10013 detail of sketch
2023-08-20 12:25:12 -04:00
wandererfan
8e600f0a44
[TD]fix 9990 page parms before display
2023-08-20 12:25:12 -04:00
wandererfan
afd06d09f7
[TD]fix omission in splitting GeometryObject
2023-08-19 17:18:42 -04:00
wandererfan
12f137397d
[TD]revert change to PdfVersion_A1b
2023-08-19 17:18:42 -04:00
wandererfan
993cf8eeb3
[TD]add missing command to menu
...
- 3 point angle was not in menu
- grouped menu items
2023-08-19 17:18:42 -04:00
wandererfan
8e52a0baf8
[TD]Rotate CosmeticEdge with View
2023-08-19 17:18:42 -04:00
wandererfan
a40033ef9a
[TD]rotate CosmeticVertex with View
2023-08-19 17:18:42 -04:00
wandererfan
5776112570
[TD]resolve merge conflicts
2023-08-19 13:28:53 -04:00
Benjamin Bræstrup Sayoc
bb50fd1079
[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
575489b816
[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
d0d0a6f923
[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
4051e29188
[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
5cb05ce3c1
[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
78ef7a8f39
[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
3e164a5700
[TD]split GeometryObject
2023-08-18 15:18:42 -04:00
wandererfan
d23ca906b0
[TD]fix #9265 - memory leak in cosmetic features
2023-08-18 15:18:42 -04:00
Damiano Lombardi
d443a1d37a
TechDraw: Check for valid selection before asking for destination page
2023-08-18 10:29:52 -04:00
Damiano Lombardi
8303c79c47
TechDraw: Check for valid selection before asking for destination page
2023-08-18 10:29:52 -04:00
Benjamin Bræstrup Sayoc
45232752fd
[TechDraw] CenterLine should use enums
2023-08-18 10:22:17 -04:00
wandererfan
0e201064f1
[TD]Fix wrong export macro
2023-08-18 16:14:34 +02:00