wandererfan
58bef18aee
[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
c792e7b6c5
[TD] remove unused Console include
...
- no longer used since #8180
2023-01-14 02:39:43 +01:00
wandererfan
4cddf5d1ae
[TD]reset sceneRect on Template change
2023-01-13 12:15:33 -05:00
wandererfan
bc036abb30
[TD]Allow balloons to be attached to non-part views
2023-01-13 12:15:33 -05:00
wandererfan
437457e996
[TD]remove obsolete log messages
2023-01-13 12:15:33 -05:00
Uwe
1ca527c6ad
[skip ci] [TD] fix a typo as reported by the CI
2023-01-09 15:47:40 +01:00
Uwe
c947055821
[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
ec6b14bbee
Merged crowdin translations
2023-01-09 14:06:28 +01:00
Yorik van Havre
c1160c598a
Updated ts files
2023-01-09 13:24:16 +01:00
Uwe
2f2480df7b
[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
864ef31d81
[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
c80a60d8be
TD: fixes #8144 : TD crash
2023-01-09 11:43:14 +01:00
Uwe
79ae9b8280
[TD] attempt to fix compilation with PCH after #8141
...
- also resort includes
2023-01-09 11:26:51 +01:00
wandererfan
6a42d6991c
[TD]fix loss of precision in view direction
2023-01-08 17:50:49 -05:00
wandererfan
503b58daee
[TD]fix dimension retains light on dark colour
2023-01-08 17:50:49 -05:00
wandererfan
97b6788464
[TD]fix wrong calculation of 3d two edge angle
2023-01-07 16:32:03 -05:00
wandererfan
7d5c47c633
[TD]fix exception on empty list during restore
2023-01-07 16:32:03 -05:00
wandererfan
88c7aac0d9
[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
208104e9e0
[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
90b7b461b8
TD: [skip ci] fix -Winconsistent-missing-override
2023-01-05 11:14:30 +01:00
Uwe
0a0902532d
[TD] fix compilation with PCH after b18f1e5e
...
- also add includes to QtAll
2023-01-05 00:50:32 +01:00
wandererfan
0e402ae075
[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
3bae9ab611
[TD]fix Win link error in ViewProvider extensions
2023-01-02 13:49:50 -05:00
wmayer
da956906e3
TD: [skip ci] fix possible crash in ViewProviderViewPart::onChanged
2022-12-28 21:17:23 +01:00
wandererfan
1f3bfe0dd4
[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
ff1147fbae
[TD]add extensions for drag and drop
2022-12-27 19:43:44 -05:00
wandererfan
411bf827a7
[TD]remove debug statements
2022-12-26 12:13:34 -05:00
wandererfan
02ca0ff998
[TD]fix startup exception on empty compound
2022-12-26 12:13:34 -05:00
Yorik van Havre
89147ef8de
Regenerated ts files using lupdate6.6
2022-12-22 15:39:42 +01:00
wandererfan
99114448b6
[TD]fix expression in Scale fails to propagate
2022-12-20 19:08:36 -05:00
Yorik van Havre
3376e387da
Merged crowdin translations
2022-12-20 10:01:00 +01:00
Yorik van Havre
d206d5cd1f
Updated ts files
2022-12-20 09:31:25 +01:00
wandererfan
100d4956c8
[TD]detail of rotated ComplexSection
2022-12-18 09:42:42 -05:00
wandererfan
02386e3150
[TD]move makeAlignedPieces to separate thread
...
- correct ComplexSection rotation
- fix fail to load CS for some profiles and directions
2022-12-18 09:42:42 -05:00
wandererfan
66e9039a51
[TD]dialog fixes from user testing
...
- fix jumping direction field in dialogs
- apply default rotation to simple sections
- fix rounding error in vector widget
- remove "enter" button on CompassWidget
- add lost focus trap in event filter.
[TD]prevent recompute on cancel without change
2022-12-18 09:42:42 -05:00
wandererfan
fbc458df66
[TD]fix parent page counting
...
- was returning inflated counts of owning page
2022-12-18 09:42:42 -05:00
wandererfan
ea6fb190f1
[TD]remove problematic boost check for planarity
...
- boost check for planar graph was consuming memory until
crashing.
- since all our edges have been projected onto a plane, we
don't require this check
2022-12-17 08:07:05 -05:00
luz paz
26cf9e771f
Add missing brackets + change indentation to spaces
2022-12-12 11:38:06 +01:00
luz paz
f17b73a7bf
Cleanup: move return statement to new line + trailing
...
Follow-up to #6497
2022-12-12 11:38:06 +01:00
Uwe
2dcddfef7d
[skip ci] [TD] only whitespace and sorting
2022-12-12 02:23:22 +01:00
wandererfan
362d15f967
[TD]fix wrong error message on load
...
- also improve temp file name generation
2022-12-11 19:11:28 -05:00
wmayer
6c7c001618
TD: [skip ci] fix build failure with boost >= 1.78 on Windows
2022-12-08 22:11:33 +01:00
Uwe
7e70d28761
[TD] Task*, part 2/2: remove unused includes
...
- also some sorting
- also take care of PreCompiled.h
2022-12-07 19:49:05 +01:00
Uwe
993c5b1574
[TD] Task*, part 1: remove unused includes
...
- also some sorting
2022-12-07 16:15:40 +01:00
Uwe
7a2d0037ff
[TD] QGIView*: remove unused includes
...
- also some sorting
2022-12-04 04:21:01 +01:00
Uwe
75b8a4264d
[TD] QGIL - QGIVE:remove unused includes
...
- also some sorting
2022-12-04 03:29:19 +01:00
Uwe
c585fc565b
[TD] QGIA - QGIH:remove unused includes
...
- also some sorting
2022-12-04 03:10:56 +01:00
Uwe
c2ff5475c7
[TD] QGV*:remove unused includes
...
- also some sorting
2022-12-04 02:29:20 +01:00
Uwe
6dd2327711
[TD] QGC* - QGE:remove unused includes
...
- also some sorting
2022-12-04 02:16:43 +01:00
Uwe
3645edf142
[TD] QGIW* - QGT:remove unused includes
...
- also some sorting
2022-12-04 01:45:12 +01:00