summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
* 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
* Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+9
* Replace MAC OS X with OS XNico Vertriest2015-06-301-3/+3
* 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
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-18/+17
|\|
| * QWin32PrintEnginePrivate check for NULL pDevMode and hdc.Dyami Caliri2014-06-252-15/+14
| * QPrinter - Don't use QPrinterInfo::availablePrinters()John Layt2014-06-071-3/+3
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-16/+32
|\|
| * QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-16/+32
* | Do not always fallback to bitmap printing when printing alpha.Jan Arve Saether2014-05-313-17/+35
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-1/+1
|\|
| * QPrintEngine - Fix alpha engine state syncJohn Layt2014-04-251-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-113-66/+102
|\|
| * QCUPSSupport: fix misuse of QDateTime::addDays()David Faure2014-04-081-1/+1
| * QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-052-65/+101
* | QCUPSSupport: Extract Method bannerPageToString() from setBannerPages()Marc Mutz2014-03-311-49/+17
* | QCUPSSupport: Extract Method jobHoldToString() from setJobHold()Marc Mutz2014-03-311-49/+37
|/
* Initialize the picpainter State in the QAlphaPaintEngine.Michael Brüning2014-03-211-0/+1