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 |
|
wandererfan
|
5ed00d52dc
|
[TD]Expose getVisibleVertexes/getHiddenVertexes to Python
|
2024-04-18 08:35:31 -04:00 |
|
wandererfan
|
d611611055
|
[TD]fix crash on corrupt reference
|
2024-04-17 18:42:16 -04:00 |
|
Chris Hennes
|
6d504a0351
|
Update translations.
|
2024-04-17 16:50:38 -05:00 |
|
wandererfan
|
8ebb848154
|
[TD]fix merge issue from PR13369
- PR13369 will not merge. This is the final 2 commits.
|
2024-04-17 08:06:05 -04:00 |
|
wandererfan
|
96cfd6b3dc
|
[TD]fix 3d dimension position on DetailView
|
2024-04-16 13:20:02 -04:00 |
|
wandererfan
|
41bce2eaf4
|
[TD]fix BrokenView dimensions
|
2024-04-15 19:59:22 -04:00 |
|
David Planella
|
34238a0b3d
|
Renamed locale folders according to IETF subtags, added README file with instructions on how to add a new translation
|
2024-04-14 08:51:25 -04:00 |
|
David Planella
|
830c5e7943
|
Remove stray translations into their own locale folder
|
2024-04-14 08:51:25 -04:00 |
|
David Planella
|
9a592a64af
|
Move all existing translation folders into locale subfolder
|
2024-04-14 08:51:25 -04:00 |
|
luzpaz
|
a3d72167b6
|
TD: Remove incorrect TODO
Closes #13410
|
2024-04-13 17:15:35 +02: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 |
|
wandererfan
|
94c2d4fff1
|
[TD]fix fail on corrupt dimension reference
|
2024-04-03 08:48:39 -04: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
|
4596aa1ae6
|
Add missing files to PreCompiled.h
|
2024-03-26 07:36:24 +01:00 |
|
wandererfan
|
2712a98d47
|
[TD]fix ComplexSection with ViewDirection == Z
|
2024-03-25 21:22:04 -04:00 |
|
wandererfan
|
a171886f8c
|
[TD]remove 2 unused methods
|
2024-03-25 21:22:04 -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 |
|
Marco Patzer
|
897e969477
|
Code reformat (black)
|
2024-03-23 08:52:06 -04:00 |
|