wandererfan
895c3a88dd
[TD]fix hatch test script
...
- test was erroneously adding hatch to page. Hatches only
belong to DrawViewPart.
2022-11-07 07:56:43 -05:00
marioalexis
e07c80a1db
TechDraw: Improve code in Python DrawPagePy class
2022-11-06 19:37:55 -05:00
wandererfan
3a120c22d5
[TD]fix tooltip for Equal Tolerance
2022-11-03 10:11:50 -04:00
wandererfan
290a19e773
[TD]fix view drag and drop to page
2022-11-03 10:10:41 -04:00
Roy-043
158142d641
TechDraw: "Alternate Decimals" label in prefs should be italic
2022-11-02 16:26:50 -04:00
Chris Hennes
1fac3fead0
cMake: Add support for compiling against Qt6 ( #7647 )
...
Removes the BUILD_QT5 flag and adds a new FREECAD_QT_VERSION option,
which can be set to either "Auto" (default), 5, or 6. Auto detects which
version of Qt is installed on the system and chooses it. If both version
are installed, Qt5 is used.
Note that this DOES NOT implement compiling against Qt6, it only adds
the necessary cMake infrastructure to begin work on the source code
changes that will be required.
2022-10-31 09:24:09 -05:00
marioalexis
b64d987ac1
TechDraw: Improve code in Python CenterLinePy class
2022-10-31 09:08:52 -04:00
wandererfan
f6fc9554ec
[TD]remove export macros from PreCompiled.h
2022-10-29 19:19:54 -04:00
wandererfan
ee2a4656a1
[TD]fix windows compile warnings
2022-10-29 19:19:54 -04:00
marioalexis
c8aef3b75b
TechDraw: Improve code in Python DrawViewPartPy class
2022-10-29 09:01:52 -04:00
Chris Hennes
8ecb72ff74
TechDraw: Windows compilation fix
2022-10-29 08:49:16 -04:00
wandererfan
86e7f36791
[TD]fix missing include for CI
2022-10-28 08:47:45 -04:00
wandererfan
87cc3fe864
[TD]SectionView/ComplexSection - preview, direction selection
...
- add preview/live update to TaskSectionView & TaskComplexSection
- add view direction selector to uis
- use SectionNormal as Direction. Make Direction read-only
- simplify section line end point calculation
- section group command in toolbar
- make section and complex section icons consistent
- fix compsolid cutting tool
- terminology: single/piecewise to offset/aligned
2022-10-28 08:47:45 -04:00
wandererfan
0ff473a9b6
[TD]Complex Section - initial implementation
2022-10-28 08:47:45 -04:00
wandererfan
086de5430f
[TD]fix check of wrong variable
...
- replace check of pages in selection with check of
pages in document
- fix mixed {} conventions
- fix fail to exit on user cancel
2022-10-20 21:28:04 -04:00
wandererfan
e9d988d43c
[TD]expose DVP projectPoint to Python
2022-10-19 20:00:27 -04:00
wandererfan
30d2514020
[TD]ActiveView from different document
2022-10-18 09:04:28 -04:00
Yorik van Havre
1ae780d3b1
Merged crowdin translations
2022-10-17 15:12:16 +02:00
wandererfan
47db16d521
[TD]update export icons
2022-10-16 07:55:35 -04:00
Ajinkya Dahale
024114cb40
[TD] Explicitly call std::signbit
...
Snaps are failing because `signbit` isn't declared. Probably because of
42136ff0c48ae54edc48d1eff0cc9438f21e6786.
2022-10-11 11:56:40 +05:30
Yorik van Havre
9c24f0f5b8
Merged crowdin translations
2022-10-10 11:06:08 +02:00
Yorik van Havre
4ba1b0e4dc
Updated ts files
2022-10-10 10:19:30 +02:00
Uwe
ce93dce31f
[TD] Gui, PreCompiled.h: add missing OCC files
2022-10-10 03:00:57 +02:00
Uwe
aee2e64c2e
[TD] [skip CI] PreCompiled.h: add comments
2022-10-09 20:05:45 +02:00
Uwe
f66263ec37
[TD] Gui, Dlg*: remove unused includes
...
- also sort includes
- also two whitespace changes
2022-10-09 19:14:31 +02:00
Uwe
afc4451a50
[TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes
...
- also sort includes
2022-10-09 17:20:00 +02:00
Uwe
a722122807
[TD] Gui, A*-C*: remove unused includes
...
- also sort includes
- also an addition to precompiled header
- TaskCenterLine: remove unused code that interferes with used code with the same name
2022-10-09 03:34:53 +02:00
wmayer
9f2d7ec51f
TD: [skip ci] adding missing Qt header to PCH
2022-10-08 19:06:34 +02:00
Uwe
4d73bd5a50
[TD] DrawD* - DrawT*: remove unused includes - part 2/2
...
- also sort includes
- also additions to precompiled header
2022-10-08 17:21:26 +02:00
Uwe
0e9a9466e2
[TD] TaskSurfaceFinishSymbols.cpp: add missing include
...
- (I will not understand why this compiles for me without any warning also without this include)
2022-10-08 16:51:47 +02:00
Uwe
4a5cac2c52
[TD] DrawD* - DrawT*: remove unused includes - part 1
...
- also sort includes
2022-10-08 16:33:16 +02:00
wmayer
a7dc5c23e4
TD: replace QRegExp with QRegularExpression
2022-10-08 13:33:10 +02:00
Uwe
1640f01e34
[TD] [skip CI] DrawSVGTemplate.cpp: uniform whitespace
2022-10-08 12:33:12 +02:00
Uwe
a67f118d7f
[TD] DrawR* - DrawT*: remove unused includes
...
- also sort includes
2022-10-08 12:21:25 +02:00
Uwe
fda14d45c2
[TD] Draw*Imp: remove unused includes
...
- also some sorting
2022-10-08 04:06:10 +02:00
Uwe
6b3a117d8a
[TD] TaskRichAnno.cpp: add missing include
...
- also some sorting and removal of unused includes
2022-10-08 04:05:17 +02:00
Uwe
c8b51fb79c
[TD] DrawUtil: remove unused includes
...
- also sort includes
- also move a definition to it
- also adapt two Gui files accordingly
2022-10-08 03:35:59 +02:00
Uwe
909e4f2dd3
[TD] DrawView*: remove unused includes - part 2
...
- also sort includes
- also additions to precompiled header
2022-10-08 02:10:26 +02:00
wmayer
840fc70106
Mod: replace QRegExp with QRegularExpression
2022-10-07 14:03:53 +02:00
Uwe
44a91217a2
[TD] DrawView*: remove unused includes - part 1
...
- also sort includes
- also additions to precompiled header
2022-10-07 01:08:38 +02:00
Yorik van Havre
4ca1b838a9
Merged crowdin translations
2022-10-06 12:48:05 +02:00
Yorik van Havre
3d75b4fb74
Updated ts files
2022-10-06 12:16:32 +02:00
Uwe
fbdfdf4fbc
[TD] [skip CI] TechDrawExport.cpp: whitespace fixes
2022-10-06 02:56:35 +02:00
Uwe
4c92678dfd
[TD] ShapeExtractor.cpp: fix whitespace
2022-10-06 02:45:00 +02:00
Uwe
55f0cf4255
[TD] P* - T*: remove unused includes
...
- also sort includes
- also additions to precompiled header
2022-10-06 02:36:48 +02:00
wmayer
d474d2aaa8
TD: [skip ci] may explicitly require gp_Ax3 header depending on OCCT version
2022-10-05 09:36:31 +02:00
Uwe
f04cab01a4
[TD] next attempt to fix CI compiler error
...
- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127909597
2022-10-05 04:19:50 +02:00
Uwe
934dbef946
[TD] attempt to fix CI compiler error
...
- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127855862
(compiles fine with Visual Studio, thus I can only guess)
2022-10-05 04:08:20 +02:00
Uwe
d3c70c8740
[TD] E* - L*: remove unused includes
...
- also sort includes
- also additions to precompiled header
2022-10-05 03:43:42 +02:00
wandererfan
c1871ced15
[TD]encode Xml characters in spreadsheet
2022-10-04 08:16:36 -04:00