summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio2025-05-271-0/+3
* QPrintPreviewDialog: Improve i18n for percent valueEmir SARI2025-04-031-3/+10
* Replace variable length array in qt_mac_draw_pattern with QVarLengthArrayTor Arne Vestbø2025-04-031-2/+2
* rely on CUPS for multiple page ranges in unix version of QPrintDialogAlexander Stippich2025-03-231-4/+2
* Correct doc/images licensingLucie Gérard2025-02-181-6/+0
* Make module ready for source SBOM checkingLucie Gérard2025-01-271-1/+12
* Docs: Add that Qt Print Support is not available on AndroidNicholas Bennett2025-01-211-1/+5
* QPrinterInfoPrivate: code tidiesGiuseppe D'Angelo2025-01-082-6/+1
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-1/+1
* Unix printing: Check for a valid page range before accepting dialogJonathan Marten2024-12-041-7/+10
* Replace QPair/qMakePair with std::pair in qtbase/printsupportIsak Fyksen2024-11-133-7/+7
* Add REUSE.toml filesLucie Gérard2024-11-051-0/+20
* Mark Cups::Cups optional target when building for non-APPLE systemsAlexey Edelev2024-09-241-2/+7
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-2/+0
* Manage the PrintSupport dependencies on Cups correctlyAlexey Edelev2024-06-241-0/+13
* Remove GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-121-1/+0
* iOS: Enable the Qt Print Support moduleTor Arne Vestbø2024-05-297-11/+11
* Emit QPrintDialog::accepted(QPrinter*) before QDialog::finishedTor Arne Vestbø2024-05-271-2/+8
* Add -Wweak-vtables to headerscleanJesus Fernandez2024-05-193-2/+18
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko2024-04-254-10/+13
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* print: windows: Fix setting page orientationJarkko Koivikko2024-04-121-1/+1
* Honor QPrinter::setFullPage(true) on Windows too (no margins)David Faure2024-03-081-1/+2
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-013-0/+9
* Correct doc snippet licenseLucie Gérard2024-02-281-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* QPrintEngine: emit CMYK colors as CMYK when printing in PDFGiuseppe D'Angelo2024-02-031-1/+1
* Add CMYK support for pens/fills in the PDF engineGiuseppe D'Angelo2024-02-023-2/+28
* printpreview: Avoid rendering artifacts while scrolling zoomed viewJarkko Koivikko2023-12-211-1/+0
* QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODEFriedemann Kleint2023-11-223-0/+19
* QWin32PrintEnginePrivate: Brush up the codeFriedemann Kleint2023-11-223-68/+56
* QPrinter: allow any margins when setting a fullpage QPageLayoutEirik Aavitsland2023-11-091-0/+4
* Use Desktop Handle in case of no valid app HWND for QPrintDialogWladimir Leuschner2023-11-081-1/+6
* print: Use transient parent for native print dialog if providedJarkko Koivikko2023-10-261-13/+16
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+4
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* qprintengine_mac: use const methods moreAnton Kudryavtsev2023-09-251-2/+2
* qpaintengine: use rvalue overload moreAnton Kudryavtsev2023-09-191-1/+1
* printsupport: use string view types moreAnton Kudryavtsev2023-09-122-5/+5
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-2/+3
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* Fix GCC 13 warning about freeing the global staticThiago Macieira2023-06-061-1/+1
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* QPrinterInfo: fix mismatching types to ternary operatorThiago Macieira2023-05-051-1/+1
* Refix printing of dpr>1 images on WindowsEirik Aavitsland2023-04-201-1/+1
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-031-9/+4
* Fix build with -no-feature-lineeditTasuku Suzuki2023-03-041-0/+5
* Fix build with -no-feature-formlayoutTasuku Suzuki2023-02-211-1/+1