summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QPlatformPrintDevice::supportedPageSizeMatchAlbert Astals Cid2018-02-201-0/+4
* QPagedPainterDevicePrivate: Remove m_pageLayoutAlbert Astals Cid2018-02-162-28/+19
* Remove QPlatformPrinterSupport::createDefaultPrintDeviceAlbert Astals Cid2018-02-052-6/+0
* cups: Clear cups options at the start of QPrintPropertiesDialog::setupPrinterAlbert Astals Cid2018-01-242-0/+6
* CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-125-0/+16
* CUPS: Rework set/clearCupsOption APIAlbert Astals Cid2018-01-122-31/+19
* CUPS: Enable printing arbitrary pages and page rangesAlbert Astals Cid2018-01-122-1/+7
* Unix: Fix usability of the print properties dialogAlbert Astals Cid2018-01-121-2/+8
* QtPrintSupport: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-051-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-026-11/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
| |\
| | * qprintengine_win.cpp: Fix -Wclazy-range-loopFriedemann Kleint2017-11-301-1/+1
| * | PrintSupport: convert 0 with nullptr (c++11)Laurent Montel2017-11-305-10/+10
* | | CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-192-5/+44
* | | CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-181-0/+1
* | | CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-182-0/+34
* | | CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-181-2/+3
* | | QPlatformPrintDevice: use QVector, not QList in the APIMarc Mutz2017-12-146-29/+29
* | | QPlatformPrintDevice: store QPageSize/QMimeType/int in QList, not QVectorMarc Mutz2017-12-142-6/+6
* | | Allow access to ppd file and ppdMarkOption via QPpdPrintDevice::property/setP...Albert Astals Cid2017-12-132-0/+4
* | | Introduce QPrintDevice::property/setPropertyAlbert Astals Cid2017-12-134-0/+38
* | | QAlphaPaintEngine: port away from QRegion::rects()Marc Mutz2017-12-061-6/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\| |
| * | Printsupport: Fix compilation on gcc with -WpedanticLaurent Montel2017-10-091-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-21/+21
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-315-7/+6
|\|
| * Initialize the print engine with the given printer nameAndy Shaw2017-08-255-7/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-079-23/+19
|\|
| * Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-0/+2
| * Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-05-305-14/+14
| * Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-303-9/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+1
|\|
| * Fix build without features.cupsjobwidgetTasuku Suzuki2017-04-301-0/+1
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-042-1/+2
|\|
| * Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-0/+1
| |\
| | * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-271-0/+1
* | | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-285-4/+42
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-0/+8
|\|
| * Fix printsupport compilation with -no-feature...Paul Olav Tvete2017-01-251-0/+8
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-0/+4
| |\
| | * winrt: Fix Qt5PrintSupport(d).lib generationMaurice Kalinowski2017-01-131-0/+4
* | | Windows: Support custom sizes entered via the print dialogAndy Shaw2017-01-191-3/+27
* | | When changing the printer used, try to preserve the original page settingsAndy Shaw2017-01-191-1/+10
* | | doc: update QPrinter docs for clangqdocMartin Smith2017-01-062-288/+9
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-133-24/+24
|\| |
| * | Add missing override into Qt modulesAlexander Volkov2016-12-012-23/+23
| |/
| * winrt: Add printsupportMaurice Kalinowski2016-11-231-1/+1