summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinter/tst_qprinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QPrinter: compile with QT_NO_FOREACHAhmad Samir2023-08-191-6/+7
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* QPrinter: unit tests fail when default printer supports duplexAndreas Buhr2020-09-301-3/+2
* QPrinter: fix unit tests for special case when no printer is defaultAndreas Buhr2020-09-291-1/+7
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-101-33/+3
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-454/+242
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-33/+29
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-2/+6
* tst_QPrinter: stabilize qprinter testChristian Ehrlicher2019-01-201-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-0/+45
|\
| * If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-0/+45
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-1/+5
|\|
| * tst_QPrinter: Use qWaitForWindowActive() to wait for dialogKari Oikarinen2018-04-091-1/+5
* | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-201-2/+2
|/
* Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+2
* tst_QPrinter: Share printers in testPageRectAndPaperRect/testMarginFriedemann Kleint2017-08-231-64/+68
* tst_QPrinter: Disambiguate all file namesFriedemann Kleint2017-08-231-38/+25
* tst_QPrinter: Run in temporary directoryFriedemann Kleint2017-07-031-27/+32
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+18
|\
| * QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-1/+18
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Fix tst_QPrinter::doubleSidedPrinting() test and remove from blacklistAndy Shaw2015-11-061-4/+4
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-281-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-191-1/+11
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
* Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-15/+5
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-20/+26
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPrinter - Expect failure of QPrinter page size testJohn Layt2014-03-171-1/+4
* QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-171-13/+17
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-104/+54
* QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-171-39/+8
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-171-3/+5
* QPrinter - Add page metric testsJohn Layt2014-03-171-64/+220
* QPrinter - Add more testsJohn Layt2014-02-261-6/+25
* QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-051-5/+3
* QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-051-5/+2
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-17/+14
* QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-9/+2
* QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-407/+1009
* QPrinter - Fix OutputFormat when no printersJohn Layt2013-11-291-14/+1
* Match up the specified paper size to an existing one if possibleAndy Shaw2013-11-141-2/+77