Markus Reitböck
0019739095
TechDraw: use CMake to generate precompiled headers on all platforms
...
"Professional CMake" book suggest the following:
"Targets should build successfully with or without compiler support for precompiled headers. It
should be considered an optimization, not a requirement. In particular, do not explicitly include a
precompile header (e.g. stdafx.h) in the source code, let CMake force-include an automatically
generated precompile header on the compiler command line instead. This is more portable across
the major compilers and is likely to be easier to maintain. It will also avoid warnings being
generated from certain code checking tools like iwyu (include what you use)."
Therefore, removed the "#include <PreCompiled.h>" from sources, also
there is no need for the "#ifdef _PreComp_" anymore
2025-09-23 00:50:59 +02:00
bofdahof
998f4e4d45
Console: rename PascalCase named methods to camelCase
2025-05-06 17:50:21 +02:00
Benjamin Bræstrup Sayoc
835905f76e
TechDraw: Use QStringLiteral
2025-02-10 18:32:44 +01:00
Chris Hennes
4454275146
TD: Use new Qt6.5 interface for setContent ( #14543 )
2024-06-17 11:33:15 -05:00
pavltom
aac48eb2f9
[TechDraw] Issue #5903 - Autofill template information
2024-03-23 08:56:47 -04:00
pavltom
d11d3cd7b8
[TechDraw] Reimplement Rich Annotation parent linking
2024-02-26 16:22:30 -05:00
pavltom
c21dca3a21
[TechDraw] Add Owner property to Symbols
2024-02-11 16:03:44 -05:00
Benjamin Bræstrup Sayoc
70c9cf0fc0
[TechDraw] Simplify return logic
...
Easy warmup
2023-04-11 13:00:45 -04:00
Benjamin Bræstrup Sayoc
4455e40463
[TechDraw] Improve readability of DrawViewSymbol.cpp
2023-04-05 19:19:52 -04:00
wmayer
c585a9f430
TD: move all XML query handling to a single function
2023-03-18 19:26:01 -04: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
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
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
c6615a1af5
[TD]fix read only scale property in DraftView
...
- also affects DrawViewSymbol and derivatives
2022-11-08 19:31:29 -05:00
Uwe
5dc30b159c
[TD] DrawView*: remove unused includes - part 2
...
- also sort includes
- also additions to precompiled header
2022-10-08 02:10:26 +02:00
wandererfan
acf17905ed
[TD]CI clang warnings
2022-09-05 17:48:38 -04:00
berniev
da9ebc572f
Mod: redundant void 2
2022-08-08 10:27:50 +02:00
berniev
2d4c5a4cfb
Mod: use emplace_back
2022-08-05 10:36:16 +02:00
Wanderer Fan
0805d284d5
[TD]fix Symbol update on property change
2022-07-28 09:16:03 -04:00
marioalexis
63d34c8e41
TechDraw: Fix Unicode and UTF-8 encoding character behavior
2021-09-23 21:21:24 -03:00
wandererfan
6bc2d5ac2d
[TD]hide Symbol property in Editor
2020-06-09 16:12:14 -04:00
wandererfan
ba6e870bb6
[TD]fix error message on empty svg symbol
2020-03-31 20:27:12 -04: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
Tomas Pavlicek
7157a4ac4d
TechDraw - Fix Annotation and Symbol international characters mangling
2019-10-07 16:56:09 -04:00
Tomas Pavlicek
cf721089a9
TechDraw - SVG changes via DOM manipulation instead of Regex replace
2019-10-06 07:31:34 -04:00
wandererfan
b2d8eeeb65
[TD]Allow forced redraw of Page
2019-08-29 21:03:39 -04:00
wandererfan
0679d73092
Fix non-Delete of Graphic on DocObject delete
...
- While the source document obj was "removing", the
graphic was being deleted and readded by the view
provider.
2019-04-18 18:47:03 -04:00
wandererfan
09f607c5fc
Remove debugging messages
2018-05-16 18:58:10 -04:00
wandererfan
eefaaa58db
Eliminate some redundant executes
...
- excessive calls to DrawView::execute were
slowing data entry in PropertyEditor.
2018-05-11 10:32:24 -03:00
WandererFan
3e21b97867
Fix handling of Scale change in DrawViewSymbol classes
2017-09-10 15:24:30 +02:00
WandererFan
9e6248acc9
Add dumpSymbol method to DrawViewSymbol based classes
...
- this is mainly for debugging output from Arch/Draft
2017-09-10 15:24:14 +02:00
WandererFan
d27b8387e8
Eliminate superfluous DPG executes
2017-09-10 15:22:49 +02:00
WandererFan
e8f2c68b5c
Allow DrawPage updates to be suspended
2017-09-10 15:21:54 +02:00
WandererFan
f68cbc83e3
Basic working HiResolution TD
2017-01-29 19:40:32 -05:00
WandererFan
eb2490bb33
Add editable text ability to DrawSymbol
2016-11-18 10:13:23 +01:00
WandererFan
cf90d69319
Implement automatic scaling
2016-08-16 14:29:15 +02:00
WandererFan
57b79da3af
regex_replace invalidates iterators
2016-07-11 15:32:16 +02:00
WandererFan
3eba56d463
Apply fix (FC2347) for boost v1.60.0
2016-07-11 15:32:16 +02:00
WandererFan
665bea53cf
Svg DrawViewSpreadsheet
2016-07-11 15:32:16 +02:00
WandererFan
5bf42856fd
1st cut PyClip functionality
2016-07-11 15:32:16 +02:00
WandererFan
3b2d07e8af
ProjectionAlgo & DrawingExport renames
2016-07-11 15:32:16 +02:00
WandererFan
189839e93d
Add Mod/TechDraw/App
2016-07-11 15:32:16 +02:00