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
Chris Hennes
09edbbebaf
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
wandererfan
49a9442d61
[TD]add label translation for Page and Template
2023-08-17 19:23:29 -04:00
wandererfan
414e06d54d
[TD]apply translateLabel after all addObject calls
2023-08-17 19:23:29 -04:00
wandererfan
6595ed01d1
[TD]add view name translation tokens
2023-08-17 19:23:29 -04:00
wandererfan
bb08f70d04
[TD]Add method to translate View labels
2023-08-17 19:23:29 -04:00
Chris Hennes
94426e1f54
TD: Translate default labels
2023-08-17 19:23:29 -04:00
Chris Hennes
28f396cc75
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
Chris Hennes
2536c0d855
TD: Correct use of TRANSLATE_NOOP
...
Direct UI access should use translate()
2023-08-12 17:53:26 -04:00
Chris Hennes
05442206ac
TD: Correct translation in TaskComplexSection
2023-08-12 17:52:16 -04:00
wandererfan
b7f149864b
[TD]move dvp cosmetic functions to extension
2023-08-10 10:17:22 -04:00
wandererfan
a379f17b1c
[TD]provide result of detail to other views
2023-08-10 10:17:22 -04:00
wandererfan
d087a8fea4
[TD]remove unused code dvp & sections
2023-08-10 10:17:22 -04:00
wandererfan
0f504fc9da
[TD]refactor QGIViewPart
2023-08-10 10:17:22 -04:00
wmayer
a4e8ed4217
TD: fix possible crash in QGIWeldSymbol::customBoundingRect()
...
Forum thread: https://forum.freecad.org/viewtopic.php?t=80203
2023-08-09 10:48:11 -04:00
Chris Hennes
d3c08a2da9
Update translations
2023-08-08 17:52:59 -06:00
wmayer
d150fa7164
modernize C++: avoid bind
...
In many cases std::bind() is kept because the code is much simpler
2023-08-08 21:10:16 +02:00
wmayer
68d22d864b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02:00
Benjamin Bræstrup Sayoc
33384cff9c
[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
f94b026456
modernize C++: use transparent functors
2023-08-07 16:08:35 +02:00
wmayer
2a88c7c7df
modernize C++: use bool literals
2023-08-06 01:35:39 +02:00
Tobias Falk
5965956293
added PDF/A-1b compliancy to all PDF export functions
...
for more details about this look at: https://www.kdab.com/creating-pdfa-documents-qt/
2023-08-05 14:46:11 -06:00
wmayer
3975f31f89
Misc: modernize C++: use override
2023-08-04 17:09:53 +02:00
wmayer
d2c9f8cbdc
TD: modernize C++: use override
2023-08-04 17:09:53 +02:00
Yorik van Havre
82742861fa
Merge pull request #9999 from yorikvanhavre/translations
...
Translations
2023-08-01 09:27:18 +02:00
grubertechnic
122c34e2cf
[TechDraw] seam line in HLR default false
2023-07-30 12:48:30 -04:00
wandererfan
21e61995fd
[TD]fix leader end symbol does not scale
2023-07-30 12:48:30 -04:00