Uwe
993c5b1574
[TD] Task*, part 1: remove unused includes
...
- also some sorting
2022-12-07 16:15:40 +01:00
Uwe
7a2d0037ff
[TD] QGIView*: remove unused includes
...
- also some sorting
2022-12-04 04:21:01 +01:00
Uwe
75b8a4264d
[TD] QGIL - QGIVE:remove unused includes
...
- also some sorting
2022-12-04 03:29:19 +01:00
Uwe
c585fc565b
[TD] QGIA - QGIH:remove unused includes
...
- also some sorting
2022-12-04 03:10:56 +01:00
Uwe
c2ff5475c7
[TD] QGV*:remove unused includes
...
- also some sorting
2022-12-04 02:29:20 +01:00
Uwe
6dd2327711
[TD] QGC* - QGE:remove unused includes
...
- also some sorting
2022-12-04 02:16:43 +01:00
Uwe
3645edf142
[TD] QGIW* - QGT:remove unused includes
...
- also some sorting
2022-12-04 01:45:12 +01:00
wandererfan
6cc849fb73
[TD]allow rotation of hatch directions
...
- faces can have their svg and bitmap hatches rotated to match
the view rotation or special situations
- section cut face can have svg hatch rotated
2022-12-03 15:15:25 -05:00
luz paz
07d34012dd
L10N: Don't translate strings that dont contain any alphabetic character
...
Per 0penBrain's suggestion
2022-12-02 11:57:34 +01:00
luz paz
772fe258b9
L10N: Don't translate "..." string
...
Follow-up to 1d001afcc7
2022-12-02 11:57:34 +01:00
berniev
89ced8e8a7
QString.midRef is removed in Qt6
2022-12-01 12:17:49 +01:00
Bruno Bigras
f0faec613d
fix typo: 'instead if' -> 'instead of'
2022-11-30 21:52:10 -06:00
wandererfan
02008c8877
[TD]fix fail on missing base view ( #7856 )
2022-11-22 20:38:46 -05:00
wandererfan
59e2aa9189
[TD]fix alignment of section line marks on rotated base view
2022-11-16 08:56:00 -05:00
luz paz
2d94a99740
TechDraw: remove trailing whitespace
2022-11-15 16:17:22 +01:00
wandererfan
356faf94da
[TD]prevent Complex Section with no Base View
2022-11-14 19:41:12 -05:00
wandererfan
33bee19d81
[TD]add section line marks for simple section
2022-11-14 19:41:12 -05:00
wandererfan
edf7d93188
[TD]simplify section hatch file handling
2022-11-12 11:35:22 -05:00
wandererfan
a2976bcfbc
[TD]simplify embedded hatch file handling
2022-11-12 11:35:22 -05:00
wandererfan
1cf51ec1c3
[TD]fix embedded template file handling
2022-11-12 11:35:22 -05:00
wandererfan
101a25185a
[TD]Section dialog gui tweaks
2022-11-11 08:53:29 -05:00
wandererfan
bc0c95259c
[TD]fix oblique section line ends
2022-11-10 19:19:22 -05:00
wandererfan
48996a15a9
[TD]Section dialogs minor fixes
...
- make simple and complex dialogs consistent
- fix translation contexts
2022-11-10 19:19:22 -05:00
luz paz
e75ffa0566
Fix typos in TD and FEM source comments/documentation [skip ci]
2022-11-07 08:03:39 -05:00
wandererfan
67ec157e59
[TD]Prevent ComplexSection creation without valid direction
2022-11-07 07:57:37 -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
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
Chris Hennes
8ecb72ff74
TechDraw: Windows compilation fix
2022-10-29 08:49:16 -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
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
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
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
wmayer
a7dc5c23e4
TD: replace QRegExp with QRegularExpression
2022-10-08 13:33: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
wmayer
840fc70106
Mod: replace QRegExp with QRegularExpression
2022-10-07 14:03:53 +02:00