wandererfan
513f3b55c5
[TD]embed geom hatch file in document
2020-01-12 11:38:53 -05:00
wandererfan
8d117827b8
[TD]embed Svg hatch file in Document
2020-01-12 11:38:53 -05:00
wandererfan
e81171147a
[TD]use new PropertyFileIncluded.isEmpty()
2020-01-12 11:38:53 -05:00
wandererfan
d823952795
[TD]embed section hatch file(s) in Document
2020-01-12 11:38:53 -05:00
wandererfan
e4cd11e4e8
[TD]correct PropertyFileIncluded handling in Welding
2020-01-12 11:38:53 -05:00
WandererFan
49e4e45ff3
[TD]fix compile error on Win re M_PI
2020-01-10 18:04:41 -05:00
wandererfan
b7190a8b50
[TD]refix Dim select area problem
2020-01-08 15:07:28 -05:00
WandererFan
0ef89a9e57
[TD]fix Section label
2020-01-04 08:19:11 -05:00
wandererfan
7e3197abe0
[TD]fix Dimension selection issues
2019-12-31 17:28:41 -05:00
WandererFan
36d158ac1b
[TD]support Pyramid in Balloon
2019-12-31 08:11:40 -05:00
WandererFan
3c97d0b9e8
[TD]support pyramid arrow in leader
2019-12-31 08:11:40 -05:00
WandererFan
ac680bf9b7
[TD]add arrow style - Pyramid
...
- contributed by @lidiriel
2019-12-31 08:11:40 -05:00
wandererfan
dcc2790834
[TD]fix potential nullptr while restoring
2019-12-30 18:20:48 -05:00
wandererfan
e33a90dc50
[TD]adjust symbol location for font and text
2019-12-29 09:39:47 -05:00
wandererfan
4cca918a76
[TD]fix #4234 initial display of section label
2019-12-29 09:39:47 -05:00
wmayer
e900384250
declare getMDIView and getMDIViewPage as const
2019-12-29 13:55:39 +01:00
wmayer
6a4dd82415
TechDraw: [skip ci] fix -Winconsistent-missing-override
2019-12-29 00:02:15 +01:00
WandererFan
ec602a0934
[TD]update property name in Balloon test case
2019-12-27 20:27:19 -05:00
WandererFan
c50491dca2
[TD]fix overload warning
2019-12-27 20:27:19 -05:00
WandererFan
ccd107f1ce
[TD]fix Balloon placement issues
...
- contributed by @lidiriel
2019-12-27 20:27:19 -05:00
wmayer
e78e468e0f
TechDraw: [skip ci] fix warnings -Wunused-private-field and -Winconsistent-missing-override
2019-12-26 20:13:52 +01:00
wandererfan
4a736b7731
[TD]fix Py2/Qt4 errors
2019-12-26 08:56:21 -05:00
wandererfan
d9d440bb6c
[TD]format RichAnno frame
2019-12-26 08:56:21 -05:00
wandererfan
1e48af0fbb
[TD]make symbol text adjustable
...
- also fix QGIWeldSymbol bounding rect
2019-12-26 08:56:21 -05:00
wandererfan
e7a0cd4dfa
[TD] remove obsolete code
2019-12-26 08:56:21 -05:00
wandererfan
c05f2268a8
[TD]fix Leader position override by QGIView
2019-12-26 08:56:21 -05:00
wandererfan
f252aaff68
[TD]add static routine for default line weights
2019-12-26 08:56:21 -05:00
wandererfan
b5f12376a9
[TD]fix LeaderLine point edit
2019-12-26 08:56:21 -05:00
luz.paz
cbdba0b5bb
TD: fix header uniformity
...
This PR fixes header uniformity across all TechDraw WB.
2019-12-21 09:57:45 -05:00
wandererfan
e499f38424
[TD]fix SectionFace hatch on SVG Export
2019-12-18 15:03:22 -05:00
wandererfan
c05ad5c875
[TD]add Tolerance size factor to preferences
2019-12-18 07:01:46 -05:00
wandererfan
92e714726f
[TD]remove duplicate line
2019-12-18 07:01:46 -05:00
wandererfan
6a31795600
[TD]improve presentation of tolerance text
2019-12-18 07:01:46 -05:00
wandererfan
57bfc2e380
[TD]fix Svg hatch on export
2019-12-17 08:29:49 -05:00
wmayer
b33e1687b4
TechDraw: [skip ci] fix 'copy-constructor' of CenterLine
2019-12-17 12:41:14 +01:00
wandererfan
3186d4753e
[TD]fix Py2 errors
2019-12-16 20:36:10 -05:00
wandererfan
a04d0f2574
[TD]Py routines for CenterLines
2019-12-16 20:36:10 -05:00
wandererfan
1ad2d35bce
[TD]Python routines and extension for line formating
2019-12-16 20:36:10 -05:00
wandererfan
08f23b84f7
[TD]Python routines and extension for Cosmetic Edges
2019-12-16 20:36:10 -05:00
wandererfan
d9e0c2e452
[TD]Python routines & extension for CosmeticVertex
2019-12-16 20:36:10 -05:00
wmayer
1a87354282
[skip ci] fix some warnings:
...
-Wunused-parameter
-Winconsistent-missing-override
2019-12-11 10:17:24 +01:00
wandererfan
e1e9c7e7bd
[TD]add ability to filter obvious geometry errors
...
- also add checks for geometry errors
2019-12-10 06:51:09 -05:00
wandererfan
17b61adf16
[TD]soft fail on bad geometry error w/ polygon algo
2019-12-10 06:51:09 -05:00
donovaly
78e6861127
TD: DrawProjGroup: add units for spacing
...
-also improve some tooltips
2019-12-10 06:50:27 -05:00
donovaly
0721f7f1e4
TD: DrawView.cpp: add routine for PropertyDistance change
...
X and Y were changed at first by me to PropertyLength and later by Wandererfan to PropertyDistance. For this second change there is handleChangedPropertyType() code missing. This PR adds this.
- also some code formatting improvements automatically done by MSVC
2019-12-08 15:42:07 -05:00
wandererfan
ceeb776fff
[TD]DrawViewBalloon OriginX/Y to PropertyDistance
2019-12-07 15:44:48 -05:00
wandererfan
efed66da15
[TD]fix merge resolution error
2019-12-07 15:44:48 -05:00
Mikhaylov-yv
c1f177b528
Edit A4
2019-12-07 12:59:56 -05:00
donovaly
de1be3b381
TD: add units for line widths
...
- this also prevents negative values
- also fix an issue in DrawViewBalloon introduced by me recently
2019-12-07 08:37:56 -05:00
donovaly
2fa9369d42
TechDraw: add unit for rotation
2019-12-07 07:29:07 -05:00