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
Marco Patzer
961e547161
Add leading plus (+) in hole/shaft fit limit
...
ISO 286/14405-1 calls for a plus sign if the limit is positive and a
minus sign if the limit is negative. A zero limit should have neither
a plus nor a minus sign. This commit adds the plus sign.
2024-03-23 08:52:06 -04:00
wandererfan
c7ecfcee43
[TD]fix no PAT hatch on first paint
2024-03-23 08:47:36 -04:00
wandererfan
6337b454e1
[TD]protect against bad pref value
...
- this is a temporary measure to prevent problems caused by a
bad value for LineStandard parameter. A previous devel version
stored on invalid value. This patch can be removed before
moving to production.
- this condition can be corrected by editing LineStandard to 0, 1 or
2. a plethora of warning messages is issued until the parameter is
corrected.
2024-03-23 08:47:36 -04:00
wandererfan
b4e11db78d
[TD]use weak_ptr as deletion guard
...
- prevent crash if dimension deleted by Python while dialog
is open
2024-03-17 13:22:51 -04:00
wmayer
2326d52a78
[TD]Refactor LTNP correction code for Dimensions
...
- additional geometry types
- add method to handle line like bsplines
- handle deleted ref body feature
- add test for empty savedGeometry
- add switch for matcher/LTNP on/off
2024-03-17 08:56:34 -04:00
edi271
934395913a
[TD] AxoLengthDimension: use getScale() instead of Scale
2024-03-16 20:00:27 -04:00
pavltom
8a4f13fb16
[TechDraw] Unify Projection Group parent linking
2024-03-16 19:59:49 -04:00
luzpaz
0fc8adc7c9
TD: fix whitespace in CommandPositionSectionView.py
...
Fix header whitespace
2024-03-17 00:46:19 +01:00
luzpaz
129e204236
TD: fix whitespace in CommandVertexCreations.py
...
Fix whitespace in header
2024-03-17 00:46:19 +01:00
luzpaz
92dff95b62
TD: Fix whitespace in CommandAxoLengthDimension.py
...
Fix header whitespace
[skip ci]
2024-03-17 00:46:19 +01:00
wmayer
f2f312ce3b
TD: fixes #12984 : Doing Ctrl-Z in TechDraw reliably causes a segfault
2024-03-16 09:43:40 +01:00
wandererfan
fca3b80da8
[TD]fix over/under tolerance
...
- left justify tolerances
- use format spec for tolerance == zero
- prevent uncommanded tolerance format changes
- use 'w' format for HoleShaftFit
- allow zero tolerance values for HoleShaftFit
2024-03-14 21:45:16 -04:00
wandererfan
a63ed712f6
[TD]fix thread line alignment
2024-03-14 21:45:16 -04:00
wandererfan
29cfe6db51
[TD]prevent fail on delete with open dialog
2024-03-14 21:45:16 -04:00
Chris Hennes
df8ae11f00
Merge pull request #12737 from chennes/cleanTrailingSpacesForTranslation
...
Clean trailing spaces for translation
2024-03-13 14:00:54 -05:00
wandererfan
fe89dbb030
[TD]remove obsolete LinkDimension from toolbar
2024-03-13 13:54:59 -04:00
wandererfan
91350aad36
[TD]expose getScale() to Python
2024-03-13 13:54:59 -04:00
Marco Patzer
ab3296b124
TechDraw: Add space before tolerance class for hole/shaft fits
2024-03-13 13:52:13 -04:00
Pierre
0d228bcec4
PR for issue #12910
2024-03-13 09:02:15 -04:00
Chris Hennes
fcddb21d0e
TD: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
edi271
28ff03a081
[TD] Solve scale issue in AxoLengthDimension
2024-03-12 08:38:36 -04:00
pavltom
7212cccae5
[TechDraw] Reimplement Weld Symbol parent linking
2024-03-09 08:32:24 -05:00
Chris Hennes
bdf46e7337
TD: Add missing translation strings to menu
2024-03-05 12:54:54 -05:00
Chris Hennes
f3378bc113
TD: Fix translation of pending updates string
...
Switch to %n form so translators can adjust based on the number. Also allows English adaptation to plural/singular, if desired.
2024-03-05 12:53:59 -05:00
Chris Hennes
b257870c16
TD: Clean up translations of HoleShaftFit
2024-03-05 12:52:19 -05:00