summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprintengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-2/+58
* QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-171-255/+156
* QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-171-381/+150
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-171-43/+0
* QPrintEngine - Improve devMode handlingJohn Layt2014-02-261-35/+29
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-33/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-2/+6
|\
| * Fix printing with a custom paper specified.Andy Shaw2014-02-061-2/+6
* | QPrinter - Fix PaperSourcesJohn Layt2014-02-051-4/+2
* | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-051-6/+8
* | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-4/+5
* | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-2/+4
* | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-051-19/+64
* | qprintengine_win.cpp: Fix assert when printing with custom page sizes.Friedemann Kleint2014-01-281-1/+1
* | QPrinter - Add missing PaperSource valuesJohn Layt2014-01-131-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+3
|\|
| * Windows: Fix printing.Friedemann Kleint2013-12-161-1/+2
| * Reinitialize the printer after changing the custom paper sizeAndy Shaw2013-12-081-0/+1
* | Cleanup some Windows printengine code to make it look more readableAndy Shaw2013-12-031-56/+39
|/
* Match up the specified paper size to an existing one if possibleAndy Shaw2013-11-141-46/+82
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-4/+6
* Make sure QPrinter::Folio maps to the right paper size on WindowsAndy Shaw2013-09-021-2/+1
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-121-11/+76
* QWin32PrintEngine: Fix build on MinGW + avoid dummy allocationsKonstantin Ritt2013-02-261-6/+14
* Add support for getting the paper names available for the printerAndy Shaw2013-02-111-0/+32
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Only use the user set page margins for custom paperAndy Shaw2012-10-301-6/+10
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-3/+10
* Revert a change to printer orientationTitta Heikkala2012-10-151-15/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-2/+15
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-151-22/+30
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Fix QPrinter test in WindowsMiikka Heikkinen2012-03-231-22/+27
* Fix infinite recursion crash in QPrinterInfo::supportedPaperSizes()Miikka Heikkinen2012-03-191-0/+20
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-281-60/+3
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+0
* Readded PrintSupport for WindowsOliver Wolff2011-10-251-0/+1848