Commit Graph

1705 Commits

Author SHA1 Message Date
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
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
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
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
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
05442206ac TD: Correct translation in TaskComplexSection 2023-08-12 17:52:16 -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
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
wandererfan
20ee438746 [TD]fix text size & position on Svg export #9968 2023-07-30 12:48:30 -04:00
Yorik van Havre
ebc65ee713 Merged crowdin translations 2023-07-26 11:05:11 +02:00
Yorik van Havre
6bfeb5ff53 Update ts files 2023-07-26 11:04:24 +02:00
wandererfan
cd710bd48d [TD]remove unsupported file type from dialog 2023-07-25 17:02:07 -04:00
wandererfan
13d6615938 [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
a3851d4701 [TD]fix handling of multiple pages 2023-07-24 13:47:08 -04:00
wandererfan
be6484b150 [TD]use shared renderer for svg tiles 2023-07-24 11:49:14 -04:00
Chris Hennes
6838740153 Update translations 2023-07-24 13:37:52 +00:00
wandererfan
195520d4a3 [TD]fix face colour preference ignored 2023-07-23 19:14:06 -04:00
wandererfan
382832cde2 [TD]add missing command to menu
- 3 point angle was not in menu
- grouped menu items
2023-07-21 18:13:36 -04:00
wandererfan
4d1fa6d07d [TD]fix lock in Rich Text Anno 2023-07-13 19:50:45 -04:00
wandererfan
f83a3fbb6a [TD]fix rich text font size in pdf 2023-07-13 14:28:29 -04:00
wandererfan
2559d7e7b6 [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
6f97b74fdb Apply translations 2023-07-09 18:09:53 -05:00
wandererfan
6a0d3dedfb [TD]fix pathological centerline for points 2023-07-06 19:20:08 -04:00
wandererfan
0cfb18f71b [TD]clarify tooltip 2023-07-06 16:02:28 -04:00
Chris Hennes
97771dc673 Update translations 2023-07-06 08:20:59 -05:00
wandererfan
6cb8851bf3 [TD]fix missing translations 2023-07-02 09:18:06 -04:00