Wanderer Fan
|
175d2cf2dd
|
[TD]remove build depend on DrawingWB
|
2022-06-25 10:22:30 -04:00 |
|
Wanderer Fan
|
9894964eb6
|
[TD]implement navigation styles
|
2022-06-24 10:03:02 -04:00 |
|
Wanderer Fan
|
fb1a7af360
|
[TD]fix ProjGroup view spacing
|
2022-06-18 14:34:28 -04:00 |
|
Wanderer Fan
|
4b47d38eb6
|
[TD]fix dimension update on scale change
|
2022-06-18 14:34:28 -04:00 |
|
Wanderer Fan
|
2b0dd54fe7
|
[TD]fix preference file handling
|
2022-06-03 18:35:13 -04:00 |
|
Wanderer Fan
|
977127012e
|
[TD]fix misleading error messages
|
2022-06-02 11:39:21 -04:00 |
|
Wanderer Fan
|
8891394d5a
|
[TD]fix Rotation not applied
|
2022-06-02 09:09:53 -04:00 |
|
Wanderer Fan
|
d223d4362c
|
[TD]fix double draw on position change
|
2022-06-02 09:09:53 -04:00 |
|
Wanderer Fan
|
7b79c9697c
|
[TD]prevent spurious recompute on click/drag
|
2022-05-29 13:19:34 -04:00 |
|
Wanderer Fan
|
bfecd1359b
|
[TD]fix checkFit to use current scale
|
2022-05-22 18:03:44 -04:00 |
|
Wanderer Fan
|
00c8916341
|
[TD]Fix group item moving when locked
|
2022-05-13 13:41:37 -04:00 |
|
Wanderer Fan
|
ccc8ac65c5
|
[TD]fix X,Y change propagation
- X,Y changes to object1 were not propagated to
object2 linked by expression
|
2022-05-02 17:51:51 -04:00 |
|
Zheng, Lei
|
3ef438eaf0
|
Fix mixed line endings
|
2022-04-26 12:52:55 -05:00 |
|
Wanderer Fan
|
d36cbb522a
|
[TD]fix ExtendShorten handling of CenterLine
|
2022-04-23 18:43:27 -04:00 |
|
Wanderer Fan
|
30faedfce2
|
[TD]fix GeomHatch change file name
|
2022-04-23 10:00:02 -04:00 |
|
wmayer
|
23eb600774
|
TD: fixes warning: local variable will be copied despite being returned by name [-Wreturn-std-move]
|
2022-04-17 17:21:37 +02:00 |
|
Chris Hennes
|
c44ccc0ff2
|
TD: PR6497 move return statement to new line
|
2022-03-29 13:26:01 -05:00 |
|
Wanderer Fan
|
7c24e54704
|
[TD]skip LCS infinite shapes
|
2022-03-29 08:21:36 -04:00 |
|
wmayer
|
ca9fb5400c
|
TD: [skip ci] activate PCH of TechDraw (App)
For MSVC this reduces compile time by ~50%
|
2022-03-25 13:34:07 +01:00 |
|
Uwe
|
b219c50ed6
|
[TD] App Headers: remove unused header - part 3/3
|
2022-03-25 01:13:34 +01:00 |
|
Uwe
|
5f817f64da
|
[TD] EdgeWalker: try to fix CI compilation issue
|
2022-03-25 00:29:29 +01:00 |
|
Uwe
|
4193686594
|
[TD] App Headers: remove unused header - part 2
|
2022-03-25 00:01:49 +01:00 |
|
Uwe
|
f1a4c703b4
|
[TD] App Headers: remove unused header - part 1
|
2022-03-24 23:06:08 +01:00 |
|
Wanderer Fan
|
36a46f0cb6
|
[TD]fix diameter dim alignment in DXF
|
2022-03-24 15:22:23 -04:00 |
|
wmayer
|
97330443a2
|
All: modernize C++11
* replace deprecated headers
|
2022-03-23 22:44:18 +01:00 |
|
wmayer
|
a99be14233
|
TD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Wanderer Fan
|
1620fd5a69
|
[TD]fix double units in dxf page export
|
2022-03-22 08:41:36 -04:00 |
|
Uwe
|
5e6699e48d
|
[TD] remove Python.h and Xerces
seems not to be necessary anymore
|
2022-03-21 02:53:47 +01:00 |
|
Wanderer Fan
|
c9f6aea463
|
[TD]fix default scale
|
2022-03-18 08:21:21 -04:00 |
|
wmayer
|
d69defaa3c
|
Py: replace BaseExceptionFreeCADError with more suitable exception types
|
2022-03-17 13:54:23 +01:00 |
|
Wanderer Fan
|
aa4ba37a6c
|
[TD]fix update suppression logic
|
2022-03-16 09:31:29 -04:00 |
|
Wanderer Fan
|
02155296ce
|
[TD]fix spelling mistake in comment for CI
|
2022-03-14 20:03:08 -04:00 |
|
Wanderer Fan
|
8f1bd5340b
|
[TD]fix DetailView alignment
|
2022-03-14 20:03:08 -04:00 |
|
Wanderer Fan
|
7c6a7aa25b
|
[TD]fix detail highlight on DrawViewDetail
|
2022-03-14 20:03:08 -04:00 |
|
wmayer
|
0054cbddaa
|
Fix coverity issue:
* CID 332682: Resource leak
* CID 350607: Resource leak
* CID 332677: Resource leak
|
2022-03-14 11:35:04 +01:00 |
|
Uwe
|
7a2952abf7
|
[TD] fix compilation error
|
2022-03-14 01:13:56 +01:00 |
|
Wanderer Fan
|
244caf39cd
|
[TD]fix unit display to standards
|
2022-03-13 19:04:42 -04:00 |
|
wmayer
|
68171bd20c
|
TD: Fix several coverity issues:
* CID 316569: Uninitialized scalar variable
* CID 350651: Unchecked dynamic_cast
* CID 350565: Unchecked dynamic_cast
* CID 350595: Unchecked dynamic_cast
* CID 350638: Unchecked dynamic_cast
* CID 350547: Division or modulo by float zero
|
2022-03-13 15:40:49 +01:00 |
|
Wanderer Fan
|
12f0736189
|
[TD]fix 2 edge angle Dim special case
|
2022-03-12 08:55:35 -05:00 |
|
Wanderer Fan
|
ed82b361bf
|
[TD]fix getScale should be Scale.getValue
|
2022-03-11 11:59:31 -05:00 |
|
Wanderer Fan
|
0676c27443
|
[TD]fix Dim text on wrong side
|
2022-03-11 08:10:58 -05:00 |
|
Wanderer Fan
|
bbffb3f413
|
[TD]handle ScaleType in old documents
|
2022-03-10 09:25:52 -05:00 |
|
Wanderer Fan
|
5926060281
|
[TD]fix ScaleType change behaviour
|
2022-03-07 09:30:39 -05:00 |
|
wmayer
|
58a719e207
|
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
|
2022-03-06 10:13:47 +01:00 |
|
wmayer
|
ca3c8185e0
|
App/Gui: move template classes (ViewProvider)ExtensionPythonT to their own header files
|
2022-03-04 18:54:42 +01:00 |
|
Wanderer Fan
|
3c34abc0fa
|
[TD]move format spec to dimension tab
- also make %.2w default format
|
2022-03-04 09:28:16 -05:00 |
|
Wanderer Fan
|
913fb21502
|
[TD]fix misplaced section line
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
|
2022-03-03 09:31:29 -05:00 |
|
Wanderer Fan
|
eb4a5384c0
|
[TD]add alignment grid to page
|
2022-02-27 14:34:35 -05:00 |
|
Roy-043
|
8a92953f2a
|
TechDraw: Use Draft.get_svg instead of Draft.getSVG
The Draft.getSVG has been renamed. Using it results in warnings in the Report view. The new function Draft.get_svg has the same signature.
|
2022-02-15 08:58:25 -05:00 |
|
Wanderer Fan
|
484ff4fafb
|
[TD]fix handling of composite shapes
|
2022-02-12 08:12:50 -05:00 |
|