Chris Hennes
3a87c4d50e
TD: PR4556 Step 2: remove native=true
2022-03-28 10:43:21 -05:00
wmayer
fd8719c85c
TD: [skip ci] activate PCH of TechDraw (Gui) and use forward declarations
...
For MSVC this reduces compile time by ~20%
2022-03-25 13:54:47 +01: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
2e7cb2c3fb
[TD] remove a single-header file
2022-03-25 04:11:53 +01:00
Uwe
ab682628c6
[TD] Gui Headers: remove unused header - part 4/4
2022-03-25 03:43:44 +01:00
Uwe
bf04eabb2d
[TD] add missing header
2022-03-25 03:04:39 +01:00
Uwe
b0ba3c756a
[TD] Gui Headers: remove unused header - part 3
2022-03-25 02:47:09 +01:00
Uwe
ef4274007a
[TD] Gui Headers: remove unused header - part 2
2022-03-25 02:34:36 +01:00
Uwe
68052db4da
[TD] Gui Headers: remove unused header - part 1
2022-03-25 01:58:33 +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
Yorik van Havre
1dd773e7b3
Translations: Merged crowdin strings
2022-03-23 10:37:50 +01:00
Stefan Brüns
043e6c8ba3
[TechDraw] Replace XQuery based SVG cleanup with DOM traversal
...
Evaluation of the XQuery has a complexity of more than O(3), as the
underlying QDomNodeModel::compareOrder is quite expensive.
Traversing the DOM tree directly is significantly faster, i.e. it now
takes constantly less time than the actual drawing via QPainter, while
previously it could take several magnitudes more time.
Fixes #6638
Also replace the XQuery used for reparenting the drawing group. Not
performance critical, but significantly simpler code.
2022-03-22 08:44:39 -04: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
andrea reale
13e09b36f8
remove QT4 references
2022-03-19 23:07:38 +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
Uwe
c4f5628899
[Gui] So headers: remove unused includes
...
- also sort out some headers to be used in precompiled headers
- also move a boost header to precompiled headers
2022-03-16 02:01:32 +01: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
Yorik van Havre
6efe74a554
Merged crowdin translations
2022-03-14 12:21:01 +01: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
3b4b5a4e7c
[TD]add missing ScaleType to Section dlg
2022-03-10 09:25:52 -05:00
Wanderer Fan
bbffb3f413
[TD]handle ScaleType in old documents
2022-03-10 09:25:52 -05:00
wmayer
9e91a8991e
Gui: Optimize includes to reduce compile time
2022-03-09 01:25:29 +01:00
Wanderer Fan
84f2340170
[TD]Change grid default to OFF
2022-03-08 08:21:28 -05:00
Uwe
bda12907de
[Gui] rename the Qt header list
2022-03-07 20:35:38 +01:00
wmayer
1ca7429705
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
Wanderer Fan
5926060281
[TD]fix ScaleType change behaviour
2022-03-07 09:30:39 -05:00
Yorik van Havre
7653a9473d
Merged crowdin translations
2022-03-07 14:55:22 +01:00
Wanderer Fan
273d7f8bd6
[TD]fix integer grid step variable to double
2022-03-06 08:54:24 -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
Wanderer Fan
c023c61562
[TD]update menu text and tip to std
2022-03-05 14:30:14 -05:00
wmayer
95c70e7f4c
App: use forward declarations
2022-03-04 21:09:46 +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
8020c1f975
[TD]fix folder name in preference ui
2022-03-04 09:28:16 -05:00