summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Check if Start/EndPage returns non-positive value when error checkingAndy Shaw2014-08-071-4/+4
* Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
* Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4
* 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
* 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
* QPrintEngine - Fix alpha engine state syncJohn Layt2014-04-251-1/+1
* QPrintDialog - Fix Mac reference counting error.Morten Johan Sørvig2014-04-181-3/+3
* QPrintDialog - Fix mac change of printer nameJohn Layt2014-04-181-5/+5
* Revert "Automatically link printsupport plugins to static applications."Oswald Buddenhagen2014-04-181-1/+0
* make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-091-0/+3
* QCUPSSupport: fix misuse of QDateTime::addDays()David Faure2014-04-081-1/+1
* QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-052-65/+101
* Initialize the picpainter State in the QAlphaPaintEngine.Michael Brüning2014-03-211-0/+1
* QPrinter - Doc fixJohn Layt2014-03-171-16/+1
* Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-171-0/+6
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-177-4/+26
* QCupsSupport - Remove obsolete CUPS codeJohn Layt2014-03-172-545/+1
* QPrintDialog - Remove CUPS specific codeJohn Layt2014-03-171-74/+74
* QPageSetupDialog - Use QPageLayout and QPageSizeJohn Layt2014-03-174-409/+356
* QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-173-15/+6
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-178-220/+415
* QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-173-309/+193
* QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-173-404/+170
* QPrintEngine - Switch Mac to QPageLayoutJohn Layt2014-03-171-0/+3
* QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-173-6/+4
* QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-173-95/+43
* QPagedPaintDevice - Use QPageSize and QPageLayoutJohn Layt2014-03-172-54/+297
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-177-225/+240
* QPlatformPrintDevice - New QPA base classJohn Layt2014-03-178-0/+1312
* QPageSize - Add new QPageSize classJohn Layt2014-03-171-0/+1
* QPrinter - Add page metric testsJohn Layt2014-03-171-2/+10
* QPrintEngine - Improve devMode handlingJohn Layt2014-02-264-57/+49
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-263-37/+16
* 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
* | Automatically link printsupport plugins to static applications.Friedemann Kleint2014-02-081-0/+1
* | Fixed initialization of QPrintPreviewDialog's image resources for static builds.Friedemann Kleint2014-02-071-0/+11
* | QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-051-3/+1
* | QPrinter - Fix PaperSourcesJohn Layt2014-02-053-10/+4
* | QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-052-14/+10
* | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-052-6/+9
* | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-052-5/+6
* | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-051-2/+4
* | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-053-24/+102
* | qprintengine_win.cpp: Fix assert when printing with custom page sizes.Friedemann Kleint2014-01-281-1/+1
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* | QPrinter - Add missing PaperSource valuesJohn Layt2014-01-133-2/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-104-40/+50
|\|