summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko16 hours1-2/+3
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-012-0/+6
* 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
* QPrinter: allow any margins when setting a fullpage QPageLayoutEirik Aavitsland2023-11-091-0/+4
* printsupport: use string view types moreAnton Kudryavtsev2023-09-121-2/+2
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Fix GCC 13 warning about freeing the global staticThiago Macieira2023-06-061-1/+1
* QPrinterInfo: fix mismatching types to ternary operatorThiago Macieira2023-05-051-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-2/+2
* Avoid warning from QPrinter::setFromTo() in the documented 0,0 caseEirik Aavitsland2022-10-191-1/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-4/+4
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Move file-static const arrays out of qprint_p.h fileØystein Heskestad2022-06-042-129/+179
* Use SPDX license identifiersLucie Gérard2022-05-1626-989/+53
* QtPrintSupport: includemocsMarc Mutz2022-04-291-0/+2
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-191-2/+2
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-193-15/+21
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-191-2/+2
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-074-5/+21
* Link printer plugins into user projects when using a static QtJoerg Bornemann2021-11-191-0/+6
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-251-14/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-34/+0
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-131-2/+0
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-1/+1
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-082-24/+7
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-243-2072/+0
* Fix some qdoc warnings: printer API cleanupVolker Hilsheimer2020-09-221-5/+5
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-678/+3
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-031-1/+33
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-012-3/+3
* QPrinterInfo: Remove deprecated methodsMarcel Krems2020-08-252-50/+0
* Drop spurious const from parameterEdward Welbourne2020-08-231-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-15/+15
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-12/+12
* Use QList instead of QVector in printsupportJarek Kobus2020-07-067-31/+30
* Remove winrtOliver Wolff2020-06-062-8/+2
* Support multiple page ranges in QPrinterSzabolcs David2020-04-092-11/+23
* Pass QDate and QTime as value classesEdward Welbourne2020-02-272-3/+3
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-5/+5
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-12/+12
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+4