ppphp
|
ab8ae5ffdd
|
Merge branch 'master' into remove_redundant_definition
|
2023-09-28 01:38:38 +08:00 |
|
wandererfan
|
68f79e06ae
|
[TD]allow centerline deletion with Del
|
2023-09-27 12:24:21 -04:00 |
|
liukaiwen
|
329904a055
|
[cmake] some definitions do not matter build now
|
2023-09-27 18:17:14 +08:00 |
|
wandererfan
|
80539ff4c4
|
[TD]initial implementation of cosmetic cicle command
|
2023-09-20 13:42:11 -04:00 |
|
Chris Hennes
|
3f3ab1ae15
|
Update translations
|
2023-09-19 22:25:14 -05:00 |
|
wandererfan
|
82db4a3e47
|
[TD]allow cosmetic deletion via DEL
|
2023-09-15 11:46:37 -04:00 |
|
wmayer
|
db9d6db34e
|
TD: remove unused class member
Fix compiler warning: -Wunused-private-field
|
2023-09-11 11:34:29 -04:00 |
|
wandererfan
|
1fccf89745
|
[TD]fix label generation complex section
|
2023-09-10 14:25:15 -04:00 |
|
wandererfan
|
7ea6b4202d
|
[TD]fix label generation simple section
|
2023-09-10 14:25:15 -04:00 |
|
Chris Hennes
|
0bc6870618
|
Update translations (#10613)
* Update translations
* Start: Remove Start.ts
|
2023-09-10 13:06:26 -05:00 |
|
wandererfan
|
c700a9feb8
|
[TD]fix fail on multiple empty annotation
|
2023-09-07 13:11:09 -04:00 |
|
wandererfan
|
4dd2b8d757
|
[TD]refactor print routines out of MDIViewPage
|
2023-09-06 08:58:33 -04:00 |
|
wandererfan
|
3769dbeeb9
|
[TD]add support for view menu zoom
|
2023-09-05 08:47:40 -04:00 |
|
wandererfan
|
9a6f12d9c6
|
[TD]fix selection highlighting from tree
|
2023-09-03 10:09:42 -04:00 |
|
wandererfan
|
ffad14a7ff
|
[TD]fix Tolerance format issue in dialog
|
2023-09-02 21:32:14 -04:00 |
|
wandererfan
|
76567cfc1b
|
[TD]fix keyboard zoomIn/zoomOut for Touchpad mode
|
2023-09-01 09:11:55 -04:00 |
|
wandererfan
|
4d09bb117a
|
[TD]fix #10440 Balloon arrow end point
|
2023-08-30 14:01:24 -04:00 |
|
Chris Hennes
|
40f130643a
|
Update translations
|
2023-08-29 07:38:09 -05:00 |
|
liukaiwen
|
7d9ac16e6c
|
fix: windows build need /utf-8
|
2023-08-28 11:43:39 -04:00 |
|
wandererfan
|
523e80a617
|
[TD]revert change to PdfVersion_A1b
|
2023-08-19 17:18:42 -04:00 |
|
wandererfan
|
13feebf461
|
[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
|
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 |
|
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 |
|
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
|
62087c2561
|
TD: Correct translation in TaskComplexSection
|
2023-08-12 17:52:16 -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 |
|
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 |
|