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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Enable automatic linking to sources on code.qt.io
Topi Reinio
2025-05-27
1
-0
/
+3
*
QPrintPreviewDialog: Improve i18n for percent value
Emir SARI
2025-04-03
1
-3
/
+10
*
Replace variable length array in qt_mac_draw_pattern with QVarLengthArray
Tor Arne Vestbø
2025-04-03
1
-2
/
+2
*
rely on CUPS for multiple page ranges in unix version of QPrintDialog
Alexander Stippich
2025-03-23
1
-4
/
+2
*
Correct doc/images licensing
Lucie Gérard
2025-02-18
1
-6
/
+0
*
Make module ready for source SBOM checking
Lucie Gérard
2025-01-27
1
-1
/
+12
*
Docs: Add that Qt Print Support is not available on Android
Nicholas Bennett
2025-01-21
1
-1
/
+5
*
QPrinterInfoPrivate: code tidies
Giuseppe D'Angelo
2025-01-08
2
-6
/
+1
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
Unix printing: Check for a valid page range before accepting dialog
Jonathan Marten
2024-12-04
1
-7
/
+10
*
Replace QPair/qMakePair with std::pair in qtbase/printsupport
Isak Fyksen
2024-11-13
3
-7
/
+7
*
Add REUSE.toml files
Lucie Gérard
2024-11-05
1
-0
/
+20
*
Mark Cups::Cups optional target when building for non-APPLE systems
Alexey Edelev
2024-09-24
1
-2
/
+7
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-2
/
+0
*
Manage the PrintSupport dependencies on Cups correctly
Alexey Edelev
2024-06-24
1
-0
/
+13
*
Remove GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-06-12
1
-1
/
+0
*
iOS: Enable the Qt Print Support module
Tor Arne Vestbø
2024-05-29
7
-11
/
+11
*
Emit QPrintDialog::accepted(QPrinter*) before QDialog::finished
Tor Arne Vestbø
2024-05-27
1
-2
/
+8
*
Add -Wweak-vtables to headersclean
Jesus Fernandez
2024-05-19
3
-2
/
+18
*
print: Clamp margins entered by the user in the page setup dialog
Jarkko Koivikko
2024-04-25
4
-10
/
+13
*
Long live [[nodiscard]] QFile::open
Giuseppe D'Angelo
2024-04-17
1
-0
/
+1
*
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
*
Fix previewing a preview on reentrance
Allan Sandfeld Jensen
2024-03-01
3
-0
/
+9
*
Correct doc snippet license
Lucie Gérard
2024-02-28
1
-1
/
+1
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-06
1
-1
/
+1
*
QPrintEngine: emit CMYK colors as CMYK when printing in PDF
Giuseppe D'Angelo
2024-02-03
1
-1
/
+1
*
Add CMYK support for pens/fills in the PDF engine
Giuseppe D'Angelo
2024-02-02
3
-2
/
+28
*
printpreview: Avoid rendering artifacts while scrolling zoomed view
Jarkko Koivikko
2023-12-21
1
-1
/
+0
*
QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODE
Friedemann Kleint
2023-11-22
3
-0
/
+19
*
QWin32PrintEnginePrivate: Brush up the code
Friedemann Kleint
2023-11-22
3
-68
/
+56
*
QPrinter: allow any margins when setting a fullpage QPageLayout
Eirik Aavitsland
2023-11-09
1
-0
/
+4
*
Use Desktop Handle in case of no valid app HWND for QPrintDialog
Wladimir Leuschner
2023-11-08
1
-1
/
+6
*
print: Use transient parent for native print dialog if provided
Jarkko Koivikko
2023-10-26
1
-13
/
+16
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
2
-0
/
+4
*
Doc: Fix warnings and linking issues
Topi Reinio
2023-10-09
1
-0
/
+3
*
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
*
printsupport: use string view types more
Anton Kudryavtsev
2023-09-12
2
-5
/
+5
*
Remove redundant QPair includes
Ahmad Samir
2023-09-06
1
-1
/
+0
*
QPrintDialog on macOS: Don't crash when parent is not a window
Volker Hilsheimer
2023-09-05
1
-2
/
+3
*
Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase
Giuseppe D'Angelo
2023-07-11
1
-0
/
+1
*
Use a global value for warning limit when testing documentation in CI
Topi Reinio
2023-06-27
1
-3
/
+0
*
Fix GCC 13 warning about freeing the global static
Thiago Macieira
2023-06-06
1
-1
/
+1
*
Clarify module changes in Qt6
Jaishree Vyas
2023-05-09
1
-1
/
+1
*
QPrinterInfo: fix mismatching types to ternary operator
Thiago Macieira
2023-05-05
1
-1
/
+1
*
Refix printing of dpr>1 images on Windows
Eirik Aavitsland
2023-04-20
1
-1
/
+1
*
Use Qt CMake APIs to exclude files from Unity Build
Amir Masoud Abdol
2023-04-03
1
-9
/
+4
*
Fix build with -no-feature-lineedit
Tasuku Suzuki
2023-03-04
1
-0
/
+5
*
Fix build with -no-feature-formlayout
Tasuku Suzuki
2023-02-21
1
-1
/
+1
[next]