summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-4/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-4/+4
| |\
| | * printsupport: Fix clang-cl warningKai Koehne2019-04-091-4/+4
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-9/+21
|\|
| * Fix license header for qprinterinfo.cppKai Koehne2019-01-221-9/+21
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-5/+5
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-255-12/+21
|\|
| * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-221-1/+6
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-174-11/+15
| |\
| | * Modernize the "mimetype" featureLiang Qi2018-10-124-12/+16
* | | Printing: Expose default and supported color modesAlbert Astals Cid2018-10-122-0/+32
* | | Do not include qprintdialog in a kernel/ fileAlbert Astals Cid2018-10-051-13/+3
|/ /
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-6/+8
* | Remove dead code in QWin32PrintEngineFriedemann Kleint2018-08-281-28/+15
* | Windows: Cache the printer capability information the first timeAndy Shaw2018-07-201-5/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-8/+2
|\|
| * QWin32PrintEngine: Fix crash in drawPixmap(), drawImage()Friedemann Kleint2018-05-231-8/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+4
|\|
| * If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-1/+4
* | cups: Take conflicts for duplex and page size into accountAlbert Astals Cid2018-03-272-0/+25
* | Unify QPlatformPrintDevice constructorsAlbert Astals Cid2018-03-232-19/+1
* | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-202-8/+3
* | 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