PaddleStroke
337cd39244
TechDraw: Improve Arc Length dimension tool so that it can do any edge length: arc of ellipse, bspline.
2024-05-06 18:40:46 +02:00
PaddleStroke
05b6e9e2ee
TechDraw: Smart Dimension tool : Integrate chain and coord dimensions.
2024-05-06 18:40:46 +02:00
PaddleStroke
3bd3c953de
TechDraw: Smart Dimension tool : Integrate extent dimensions.
2024-05-06 18:40:46 +02:00
PaddleStroke
7f67c4f30d
TechDraw: Implement smart dimension tool.
2024-05-06 18:40:46 +02:00
Chris Hennes
a2b0941540
Update translations
...
Also removes Web from translation scripts.
2024-05-06 18:17:53 +02:00
WandererFan
89b9a324b2
Merge pull request #13703 from Reqrefusion/main
...
Gui:Making Technical Drawing icons compatible with Part Design and Assembly icon
2024-04-30 07:45:42 -04:00
PaddleStroke
14a12b916a
TechDraw: remove 'Project Shape' from Techdraw toolbar
2024-04-29 18:08:50 +02:00
Reqrefusion
1e697c3369
Correction of some line colors
2024-04-29 15:44:39 +03:00
Reqrefusion
72be35c304
Making Technical Drawing icons more compatible with Part Design and Assembly icons Continue
...
Another overlooked logo was combined and hidden lines were made into dash lines
2024-04-29 15:18:37 +03:00
Reqrefusion
e0964efb77
Making Technical Drawing icons more compatible with Part Design and Assembly icons
...
It is aimed to provide integrity by including the shape used in other workbenches in technical drawing icons. For the hidden line, color variation was used instead of dashed. The reason for this is to comply with the art guide. I think the dashed line looks better.
2024-04-28 23:59:51 +03:00
wmayer
fada9ed82c
TD: Fix compiler warning
...
Warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare]
2024-04-25 10:46:24 +02:00
Chris Hennes
1ec93fdbc2
Update translations
...
Note: Web and Start omitted
2024-04-24 13:58:21 -05:00
WandererFan
a389403cdc
Merge pull request #13219 from Ondsel-Development/TD_Insert
...
TechDraw: Unify Insert View tools (View, ProjGroup, Sheet, Arch, svg, image)
2024-04-24 08:24:26 -04:00
PaddleStroke
2960c4e57a
Fix typo introduced by solving conflict.
2024-04-22 17:16:50 +02:00
PaddleStroke
724c01b8d9
TechDraw: TaskProjGroup.ui : use QGroupBox instead of lines for app consistency.
2024-04-22 15:53:14 +02:00
PaddleStroke
55fbbb5d6e
TechDraw: Insert tool insert DrawViewProjGroupItem that can then be transfered into groups and back.
2024-04-22 15:53:14 +02:00
PaddleStroke
4ebe22f166
TechDraw: Enable setting a custom direction. Fixes #5821
2024-04-22 15:53:14 +02:00
PaddleStroke
59f8d6391f
TechDraw: InsertView switch the MDI to page when triggered.
2024-04-22 15:53:14 +02:00
PaddleStroke
77ed2eeed5
TechDraw: Add taskbox to Part View. Removes Projection Group from toolbar.
2024-04-22 15:53:14 +02:00
PaddleStroke
3fff49f7f6
TechDraw: Insert View : Enable handling of image and SVG if no selection.
2024-04-22 15:53:14 +02:00
PaddleStroke
68fe9df121
TechDraw: Insert View : Enable handling of spreadsheet and arch objects. Remove the spreadsheet and arch specific commands from the toolbars
2024-04-22 15:53:14 +02:00
Farley Runkel
31f5ca51da
TechDraw: Refractor tracker action with proper enum
2024-04-22 18:21:49 +08:00
wandererfan
1b39f6f3d9
[TD]set Leader QGraphicsItem parentage on restore
2024-04-18 14:41:38 -04:00
PaddleStroke
4f3bb4e543
TechDraw: Fix child of linked view.
2024-04-18 12:14:10 -04:00
PaddleStroke
156ae209f5
TechDraw: Fix child not moving when drag and dropping a view between pages.
2024-04-18 12:14:10 -04:00
PaddleStroke
0f06f509d3
TechDraw: Remove Share View from toolbars. Leave it in menu.
2024-04-18 12:14:10 -04:00
PaddleStroke
fc32946149
TechDraw: Enable App::Links to work with TechDraw views.
2024-04-18 12:14:10 -04:00
Chris Hennes
6d504a0351
Update translations.
2024-04-17 16:50:38 -05:00
wandererfan
74556bced8
[TD]handle odd projection cs in broken view
2024-04-12 13:41:46 -04:00
wandererfan
cea3370a24
[TD]fix regression of svg hatch during export
...
- last worked in v0.20
- svg hatch tile field is not cropped on export to svg. svg tiles are
replaced by pixmap tiles for export.
2024-04-12 09:00:06 -04:00
wandererfan
ee39814f0c
[TD]fix templated autofill for sheet
2024-04-07 14:32:02 -04:00
wandererfan
e39f6f69e7
[TD]create BrokenView from base view
2024-04-06 15:25:23 -04:00
wandererfan
adb1c75a98
[TD]add guards for null shape
2024-04-06 15:25:23 -04:00
wandererfan
239d0423ec
[TD]adjust breakline position
2024-04-06 15:25:23 -04:00
wandererfan
33a3c84d92
[TD]implement BrokenView
2024-04-06 15:25:23 -04:00
FEA-eng
4a10991596
TECHDRAW: Update DimensionValidators.h
2024-04-03 22:42:59 +02:00
FEA-eng
2f7b5a1cf5
TECHDRAW: Update DimensionValidators.cpp
2024-04-03 22:42:59 +02:00
wmayer
d92267c6a7
Fix several compiler warnings
...
* fix -Winconsistent-missing-override
* fix -Wunused-but-set-variable
* fix -Wunused-parameter
* fix -Wunused-lambda-capture
* fix -Wunused-private-field
* fix -Wpessimizing-move
2024-04-03 10:04:56 +02:00
ppphp
c014ab7a4e
fix: some unuse argument warning
2024-03-31 10:47:32 +02:00
ppphp
da7ee06d67
fix: c++20 deprecate [=]
2024-03-31 10:47:32 +02:00
Chris Hennes
49451b3c7f
Merge pull request #13154 from chennes/translations20240325
...
Update translations and fix script
2024-03-28 13:51:39 -05:00
wandererfan
10b9229492
[TD]fix fail on undo of cosmetic delete
2024-03-27 13:23:45 -04:00
PaddleStroke
01aca973b2
TechDraw: Remove "cosmetic eraser" from toolbar
2024-03-26 09:01:58 -04:00
Chris Hennes
af131413c5
Update translations
2024-03-25 18:08:22 -05:00
Chris Hennes
47df83c4db
Translation update: move Path to CAM
2024-03-25 17:32:59 -05:00
PaddleStroke
dfb4afb3af
TechDraw: Enable drag and drop to and from clip groups.
...
Remove TechDraw_ClipGroupAdd and TechDraw_ClipGroupRemove from the UI.
2024-03-25 13:17:46 -04:00
PaddleStroke
fae245be0e
TechDraw: double clicking page switch to techdraw wb. Fixes #13061
2024-03-25 13:17:46 -04:00
PaddleStroke
fdfa5de192
TechDraw: Remove "TechDraw_MoveView" as it is now handled by drag and drop.
2024-03-25 13:17:46 -04:00
PaddleStroke
843dd55dd4
TechDraw: Enable dragging and dropping of views between pages.
2024-03-25 13:17:46 -04:00
pavltom
aac48eb2f9
[TechDraw] Issue #5903 - Autofill template information
2024-03-23 08:56:47 -04:00