summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-171-2/+2
* QtPrintSupport: Disambiguate static functionsFriedemann Kleint2023-01-122-4/+4
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-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-112-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-043-10/+10
* Respect CMake source tree when installing header filesAlexey Edelev2022-09-071-0/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Fix several more improperly placed #include mocThiago Macieira2022-08-043-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* Doc: Adjust widget printing example to not use removed functionsChristian Ehrlicher2022-07-121-7/+9
* Fix printing of dpr>1 images on WindowsEirik Aavitsland2022-07-121-0/+1
* macOS: set print dialog up with page attributes when no printer is installedVolker Hilsheimer2022-06-171-1/+7
* Fix typos in docs and commentsKai Köhne2022-06-153-3/+3
* Move file-static const arrays out of qprint_p.h fileØystein Heskestad2022-06-044-151/+183
* Use SPDX license identifiersLucie Gérard2022-05-1670-2647/+143
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-1/+1
* QtPrintSupport: includemocsMarc Mutz2022-04-294-0/+8
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-192-3/+3
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1911-50/+72
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-194-13/+12
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-074-5/+21
* Windows: Fix potential crash when retrieving default printerFriedemann Kleint2022-03-291-1/+1
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Unix: Correctly update options pane for PDF printerAlexander Volkov2022-03-151-2/+2
* QPrintDialog/win: Fix use of deprecated QMessageBox::warningMårten Nordheim2022-03-051-3/+3
* Fix assert showing default-constructed QPrintPreviewDialogFriedemann Kleint2022-02-281-1/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-244-1/+5
* Fix UI mismatch when QPrinter::setDuplexZhang Hao2022-02-181-3/+4
* Sync QPrinter orientation when PageSetup Orientation selectedZhang Hao2022-02-181-0/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-38/+0
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Link printer plugins into user projects when using a static QtJoerg Bornemann2021-11-193-4/+6
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-161-2/+36
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-121-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-14/+2
* Remove old configure-related filesJoerg Bornemann2021-06-181-102/+0
* Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
* Doc: Add disclaimer about QtPrintSupport not being available on iOSPaul Wicking2021-06-092-0/+3
* Use icon themes in QPrintPreviewDialog [if they exist]Albert Astals Cid2021-06-0515-31/+31
* Make sure _q_printerChanged is called even if only pdf printer is availableAlbert Astals Cid2021-05-211-0/+2
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-33/+32
* QPrintEngineMac: code tidiesGiuseppe D'Angelo2021-05-041-4/+4
* Silence warning in QPrintDialogSzabolcs David2021-05-013-8/+8