index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
printsupport
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace variable length array in qt_mac_draw_pattern with QVarLengthArray
Tor Arne Vestbø
2025-04-03
1
-2
/
+2
*
Replace QPair/qMakePair with std::pair in qtbase/printsupport
Isak Fyksen
2024-11-13
1
-3
/
+3
*
print: Clamp margins entered by the user in the page setup dialog
Jarkko Koivikko
2024-04-25
2
-6
/
+8
*
print: windows: Fix setting page orientation
Jarkko Koivikko
2024-04-12
1
-1
/
+1
*
Honor QPrinter::setFullPage(true) on Windows too (no margins)
David Faure
2024-03-08
1
-1
/
+2
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-06
1
-1
/
+1
*
QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODE
Friedemann Kleint
2023-11-22
2
-0
/
+18
*
QWin32PrintEnginePrivate: Brush up the code
Friedemann Kleint
2023-11-22
2
-62
/
+49
*
qprintengine_mac: use const methods more
Anton Kudryavtsev
2023-09-25
1
-2
/
+2
*
qpaintengine: use rvalue overload more
Anton Kudryavtsev
2023-09-19
1
-1
/
+1
*
Refix printing of dpr>1 images on Windows
Eirik Aavitsland
2023-04-20
1
-1
/
+1
*
QtGui: Add a header declaring the Windows image conversion functions
Friedemann Kleint
2023-02-08
1
-1
/
+1
*
Support the scaling factor of some Windows pdf print devices
Eirik Aavitsland
2023-01-24
1
-3
/
+12
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-08-04
2
-4
/
+4
*
Fix printing of dpr>1 images on Windows
Eirik Aavitsland
2022-07-12
1
-0
/
+1
*
Move file-static const arrays out of qprint_p.h file
Øystein Heskestad
2022-06-04
1
-21
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
15
-572
/
+32
*
Printsupport: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
3
-3
/
+9
*
Printsupport: stop using QL1Char constructor for creating char literals
Sona Kurazyan
2022-04-19
1
-1
/
+1
*
Windows: Fix potential crash when retrieving default printer
Friedemann Kleint
2022-03-29
1
-1
/
+1
*
Misc: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
4
-1
/
+5
*
Link printer plugins into user projects when using a static Qt
Joerg Bornemann
2021-11-19
2
-4
/
+0
*
Fix printing with unhinted fonts
Eskil Abrahamsen Blomfeldt
2021-08-16
1
-2
/
+36
*
QPrintEngineMac: code tidies
Giuseppe D'Angelo
2021-05-04
1
-4
/
+4
*
Fix mingw compiler warnings
Mårten Nordheim
2021-02-11
1
-1
/
+1
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
2
-33
/
+0
*
QWin32PrintEngine: fix compilation
Alex Trotsenko
2020-11-20
1
-2
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-2
/
+2
*
Remove Qt4Compatible painting
Allan Sandfeld Jensen
2020-11-12
2
-2
/
+2
*
Move QPolygonClipper to XCB native painting
Allan Sandfeld Jensen
2020-10-29
1
-1
/
+0
*
QFontEngine: get rid of userData() trickery
Konstantin Ritt
2020-10-28
1
-16
/
+7
*
QWindowsPrintDevice: Fix signedness warnings
Friedemann Kleint
2020-09-24
1
-7
/
+6
*
QWindowsPrintDevice: Brush up the code
Friedemann Kleint
2020-09-24
1
-19
/
+22
*
Windows: Build print support plugin directly into QtPrintSupport
Friedemann Kleint
2020-09-24
9
-0
/
+3119
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-2
/
+2
*
macOS: Remove PPD deprecation warning
Tor Arne Vestbø
2020-07-01
1
-4
/
+1
*
macOS: Build print support plugin directly into QtPrintSupport
Tor Arne Vestbø
2020-06-04
3
-1
/
+32
*
Move macOS print support from platform plugin into QtPrintSupport
Tor Arne Vestbø
2020-06-04
9
-0
/
+3421