summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-1417-7/+74
* Add support for Apple tvOSMike Krus2016-05-171-2/+2
* QtPrintSupport: Remove Windows CE.Friedemann Kleint2016-04-061-4/+0
* Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-0/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+6
| |\
| | * QPlatformPrintDevice: fix uninit'ed member variableMarc Mutz2016-03-061-0/+6
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-122-6/+6
|/ /
* | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-173-13/+13
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-8/+0
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-1526-358/+514
* | QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-234-12/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/ /
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-4/+13
|\|
| * qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
| * Copy the state to the picture paintengine when updating the stateAndy Shaw2015-09-031-1/+9
* | Speed up printing when drawing opaque primitives.Jan Arve Saether2015-09-232-3/+13
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+9
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+9
* | printsupport: Pass large type by const-refSérgio Martins2015-07-201-2/+2
* | Mark some QCUPSSupport enums as primitiveMarc Mutz2015-07-181-0/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-3/+3
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-3/+3
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-273-6/+17
* | QCUPSSupport: clear the job-hold-until option if jobHoldToString() is emptyMarc Mutz2015-06-192-2/+15
* | qprinter: Remove superfluous iteration and memory allocationSérgio Martins2015-06-191-1/+1
* | Don't try to load plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-06-121-0/+4
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+2
|\
| * Fix documentation of obsoleted functions to show the right replacementAndy Shaw2015-05-261-2/+2
* | Introduce a version number to QPlatformPrinterSupportFactoryInterface.Friedemann Kleint2015-05-131-1/+1
* | Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-054-12/+4
* | Add debug operator for QPrinterInfo.Friedemann Kleint2015-04-234-0/+84
* | Fix windows printing "invalid metric command" warning.Marko Kangas2015-04-151-0/+3
* | [QWin32PrintEngine] Do not do any language-specific processingKonstantin Ritt2015-04-101-28/+8
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-5/+52
|\|
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-062-5/+52
* | Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-202-4/+4
* | Windows printing: Add more error reporting.Friedemann Kleint2015-03-092-11/+36
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-174-0/+12
* | Update copyright headersJani Heikkinen2015-02-1127-182/+182
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-4/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-2/+7
|\|
| * Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-191-1/+4
| * Update printer metrics after resolution change.Marcel Krems2015-01-161-0/+2
| * Remove extra ';' after QPrint namespace blockKai Pastor2015-01-081-1/+1