summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| |\
| | * Add a null pointer check for parent before derefencing itAndy Shaw2015-04-091-1/+1
* | | 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-313-5/+59
|\|
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-063-5/+59
* | Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-202-4/+4
* | Fix page size selection in QPageSetupDialogJoni Poikelin2015-03-131-2/+2
* | Windows printing: Add more error reporting.Friedemann Kleint2015-03-092-11/+36
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+3
|\|
| * Respect the orientation setting from the page setup dialogAndy Shaw2015-02-111-0/+3
* | Fixed license headersJani Heikkinen2015-02-172-2/+2
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-174-0/+12
* | Updated BSD licensed file headersJani Heikkinen2015-02-155-15/+15
* | Update copyright headersJani Heikkinen2015-02-1155-395/+379
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-042-6/+0
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | 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
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-203-24/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-34/+34
* | 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-2444-828/+476
* 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-291-3/+2
|\|
| * Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
* | 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
* | Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-041-1/+0
* | 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-052-17/+33
|\|
| * QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-16/+32
| * QPrintDialog OSX: Fix qApp->processEvents argumentsDyami Caliri2014-05-221-1/+1