edi271
2c931a88b0
[TD] Add Command Axo Length Dimension
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-02-05 14:50:44 -08:00
luzpaz
b4780be1d1
Fix whitespace issues
2023-02-05 16:39:58 +01:00
luzpaz
a38b2ffbf7
Fix various trailing newlines, typos and grammar
2023-02-04 18:29:07 +01:00
wmayer
4b3fb1c079
TD: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wandererfan
951520a5c1
[TD]use correct shape for section of section
2023-02-02 05:55:32 -08:00
wandererfan
bd25c86973
[TD]fix handling of perforated section faces
2023-02-02 05:55:32 -08:00
wandererfan
d9afb06676
[TD]allow section line when base is section
2023-02-02 05:55:32 -08:00
wmayer
25a63f8750
TD: move to new style connect()
2023-02-01 01:33:34 +01:00
Yorik van Havre
4eca103469
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
166183e788
Merged crowdin translations
2023-01-23 11:25:49 +01:00
Yorik van Havre
d3149de589
Updated ts files
2023-01-23 10:41:33 +01:00
luzpaz
edfc993b7f
Fix various typos
2023-01-22 20:27:47 -06:00
luzpaz
729685316e
Fix trailing whitespace, typos, headers
...
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
luzpaz
d28d63b87b
TechDraw: header uniformity + trailing whitespace
2023-01-21 20:11:08 -05:00
wandererfan
7fc59a68a0
[TD]fix crash on dim create on Mac
2023-01-19 13:21:12 -05:00
wandererfan
72df799770
[TD]apply tester feedback on DimRepair
2023-01-18 17:48:22 -05:00
wandererfan
79c5f417ab
[TD]Ungroup dimension commands
2023-01-18 17:48:22 -05:00
Yorik van Havre
199ef42f62
Merged crowdin translations
2023-01-17 09:40:31 +01:00
Yorik van Havre
4641218403
Updated ts files
2023-01-17 09:24:46 +01:00
wandererfan
6f6315ac4c
[TD]adjust font to prevent clipping of tall glyphs
2023-01-16 15:08:40 -05:00
wandererfan
a4d824a9dd
[TD]ANSI A&B templates
2023-01-16 15:08:40 -05:00
wandererfan
5800d9155b
[TD]add ANSI Y14.5 compatible font
...
- also add osifont-italic
- update osifont to latest version
2023-01-16 15:08:40 -05:00
Uwe
a9ed294765
[TD] remove unused Console include
...
- no longer used since #8180
2023-01-14 02:39:43 +01:00
wandererfan
e1dc7bd94b
[TD]reset sceneRect on Template change
2023-01-13 12:15:33 -05:00
wandererfan
271e3c6b8a
[TD]Allow balloons to be attached to non-part views
2023-01-13 12:15:33 -05:00
wandererfan
12db3618df
[TD]remove obsolete log messages
2023-01-13 12:15:33 -05:00
Uwe
1ddd8b8a92
[skip ci] [TD] fix a typo as reported by the CI
2023-01-09 15:47:40 +01:00
Uwe
f8db7e9187
[TD] remove unused headers ( #8155 )
...
* [TD] remove unused headers
- also some sorting
- also improve readability by not using an abbreviation (we consistently don't abbreviate class names)
2023-01-09 14:55:22 +01:00
Yorik van Havre
3a8fcb53ec
Merged crowdin translations
2023-01-09 14:06:28 +01:00
Yorik van Havre
0439b4dca9
Updated ts files
2023-01-09 13:24:16 +01:00
Uwe
3c610a6c61
[TD] final fix of compilation after #8141
...
- in DimensionValidators.h the declarations must not be with TechDrawExport
- add missing precompiled headers
- also fix too long lines (fixed by clang)
- also some re-sorting
- also remove unused headers
2023-01-09 12:48:15 +01:00
Uwe
ce4a916875
[TD] minor fixes
...
- typos and code formatting as reported by the CI
- some more re-sorting
2023-01-09 12:02:50 +01:00
wmayer
a963ca5f8c
TD: fixes #8144 : TD crash
2023-01-09 11:43:14 +01:00
Uwe
e42f46a47b
[TD] attempt to fix compilation with PCH after #8141
...
- also resort includes
2023-01-09 11:26:51 +01:00
wandererfan
a1e295e92d
[TD]fix loss of precision in view direction
2023-01-08 17:50:49 -05:00
wandererfan
e82cf08991
[TD]fix dimension retains light on dark colour
2023-01-08 17:50:49 -05:00
wandererfan
664b2560ad
[TD]fix wrong calculation of 3d two edge angle
2023-01-07 16:32:03 -05:00
wandererfan
63be8da664
[TD]fix exception on empty list during restore
2023-01-07 16:32:03 -05:00
wandererfan
17554e29f1
[TD]fix issues reported by 3d dimension testers
...
- correct interpretation of True vs Projected
- handle long subelement names in references
- fix "too small" value condition
- better error messages for bad dimension geometry
2023-01-07 16:32:03 -05:00
wandererfan
1b547dff72
[TD]Refactor Dimensions for 3d upgrade
...
- separate validation, geometry and reference handling into
individual files
- improve 3d reference geometry handling
- eliminate duplicate dim creation code
- add Dimension reference repair dialog
- Refactor formatting out of DrawViewDimension
- move dimension repaint control to ViewProvider
2023-01-07 16:32:03 -05:00
wmayer
620aaac90d
TD: [skip ci] fix -Winconsistent-missing-override
2023-01-05 11:14:30 +01:00
Uwe
b2ab8edba4
[TD] fix compilation with PCH after d63ac0f7
...
- also add includes to QtAll
2023-01-05 00:50:32 +01:00
wandererfan
d63ac0f7f6
[TD]add light text on dark page mode
...
- some visually impaired users need white graphics on
dark page.
- revise Annotation dialog to respect dark style
2023-01-03 17:41:33 -05:00
wandererfan
d1cf5f9c88
[TD]fix Win link error in ViewProvider extensions
2023-01-02 13:49:50 -05:00
wmayer
e69e7ef08a
TD: [skip ci] fix possible crash in ViewProviderViewPart::onChanged
2022-12-28 21:17:23 +01:00
wandererfan
af3c057f99
[TD]make detail highlight interactive
...
- drag detail highlight to change detail anchor point
- change detail reference position using HighlightAdjust property
2022-12-28 09:41:44 -05:00
wandererfan
da06fc45a2
[TD]add extensions for drag and drop
2022-12-27 19:43:44 -05:00
wandererfan
14994bd9f7
[TD]remove debug statements
2022-12-26 12:13:34 -05:00
wandererfan
d7a9f44f20
[TD]fix startup exception on empty compound
2022-12-26 12:13:34 -05:00
Yorik van Havre
8890f229ba
Regenerated ts files using lupdate6.6
2022-12-22 15:39:42 +01:00