wandererfan
b1e03c2292
[TD]fix #9265 - memory leak in cosmetic features
2023-08-18 15:18:42 -04:00
Damiano Lombardi
e82fd8d3fd
TechDraw: Check for valid selection before asking for destination page
2023-08-18 10:29:52 -04:00
Damiano Lombardi
377ce29b7f
TechDraw: Check for valid selection before asking for destination page
2023-08-18 10:29:52 -04:00
Benjamin Bræstrup Sayoc
90f22b4eba
[TechDraw] CenterLine should use enums
2023-08-18 10:22:17 -04:00
wandererfan
b892fee07f
[TD]Fix wrong export macro
2023-08-18 16:14:34 +02:00
Chris Hennes
bac14e81f7
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05: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
Chris Hennes
ad8177c9fa
TD: Translate default labels
2023-08-17 19:23:29 -04:00
Chris Hennes
58cf9f3212
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
Chris Hennes
dfb6ca367e
TD: Correct use of TRANSLATE_NOOP
...
Direct UI access should use translate()
2023-08-12 17:53:26 -04:00
Chris Hennes
62087c2561
TD: Correct translation in TaskComplexSection
2023-08-12 17:52:16 -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
wandererfan
5df5be3774
[TD]refactor QGIViewPart
2023-08-10 10:17:22 -04:00
wmayer
efe323395e
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
3bad74fe7d
Update translations
2023-08-08 17:52:59 -06:00
wmayer
948cbfccd9
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
52e1c7c33b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02: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
Tobias Falk
529f9401f7
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
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
Yorik van Havre
69e035caa9
Merge pull request #9999 from yorikvanhavre/translations
...
Translations
2023-08-01 09:27:18 +02:00
grubertechnic
a972cbd249
[TechDraw] seam line in HLR default false
2023-07-30 12:48:30 -04:00
wandererfan
1d858e9279
[TD]fix leader end symbol does not scale
2023-07-30 12:48:30 -04:00
wandererfan
b559fc54f7
[TD]fix text size & position on Svg export #9968
2023-07-30 12:48:30 -04:00
Yorik van Havre
51d8f94f10
Merged crowdin translations
2023-07-26 11:05:11 +02:00
Yorik van Havre
4501cf479c
Update ts files
2023-07-26 11:04:24 +02:00
wandererfan
483b5f1f7a
[TD]remove unsupported file type from dialog
2023-07-25 17:02:07 -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
dae186b565
[TD]fix handling of multiple pages
2023-07-24 13:47:08 -04:00
wandererfan
b3ec719c30
[TD]use shared renderer for svg tiles
2023-07-24 11:49:14 -04:00
Chris Hennes
dd40387478
Update translations
2023-07-24 13:37:52 +00:00
wandererfan
734d1adb46
[TD]fix face colour preference ignored
2023-07-23 19:14:06 -04:00
wandererfan
de6f33f004
[TD]add missing command to menu
...
- 3 point angle was not in menu
- grouped menu items
2023-07-21 18:13:36 -04:00
Pascal de Bruijn
8173b85bda
TechDraw: fix black filled logo due to #9958
2023-07-20 10:01:29 -04:00
Pascal de Bruijn
f892a92206
TechDraw: fix FreeCAD logo path issue
...
In two templates the FreeCAD logo path had a deviation from the other
templates, which resulting in some erratic/weird behaviors presumably
due to some rounding errors on some zoom levels.
2023-07-20 10:01:29 -04:00
Pascal de Bruijn
da604677d9
TechDraw: scour (tidy) template SVGs
2023-07-19 09:21:37 -04:00
Pascal de Bruijn
603d29ce6b
TechDraw: fix zh_CN template binding hole duplicate stroke
2023-07-19 09:21:37 -04:00
Pascal de Bruijn
e8f845d20e
TechDraw: convert template FreeCAD logos to line art
2023-07-19 09:21:37 -04:00
wandererfan
8df700c0af
[TD]fix lock in Rich Text Anno
2023-07-13 19:50:45 -04:00
wandererfan
e02875fe1a
[TD]fix rich text font size in pdf
2023-07-13 14:28:29 -04:00
wandererfan
72be73fc4e
[TD]allow delete of dependents on delete of parent
...
- deleting a dvp will now delete any hatches, dimensions or
balloons belonging to it.
- deleting a dvp that is the base view for a section or detail
is still blocked.
2023-07-10 17:05:57 -04:00
Chris Hennes
e1ca567172
Apply translations
2023-07-09 18:09:53 -05:00