summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-15/+15
* | QCups: avoid relocationsMarc Mutz2014-11-251-2/+5
|/
* Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-153-11/+13
* Fix warning about unused variable in qprintengine_win.cpp.Friedemann Kleint2014-11-031-2/+0
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-244-11/+85
* Don't use cosmetic GDI pens as this is already accounted forAndy Shaw2014-10-231-4/+1
* Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* Handle PPK_CustomBase in QWin32PrintEngine::propertyUlf Hermann2014-09-301-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-2426-486/+278
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-4/+4
|\
| * Check if Start/EndPage returns non-positive value when error checkingAndy Shaw2014-08-071-4/+4
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+4
|\|
| * Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4