summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
| * QPageSetupWidget - Fix input of Custom paper sizeJohn Layt2014-01-062-37/+47
| * QprintDialog - Fix loss of page settings.John Layt2014-01-061-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-164-20/+8
|\|
| * Windows: Fix printing.Friedemann Kleint2013-12-161-1/+2
| * QPrintDialog - Fix Cups printer setup sequenceJohn Layt2013-12-091-2/+4
| * Reinitialize the printer after changing the custom paper sizeAndy Shaw2013-12-081-0/+1
| * QPageSetupWidget - Fix copying of printer settingsJohn Layt2013-12-081-3/+0
| * QPrintDialog - Fix setting of PageOrderJohn Layt2013-12-082-14/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-052-121/+150
|\|
| * QPrinter - Simplify setting manual propertiesJohn Layt2013-11-292-59/+33
| * QPrinter - Fix OutputFormat when no printersJohn Layt2013-11-292-72/+127
* | Cleanup some Windows printengine code to make it look more readableAndy Shaw2013-12-031-56/+39
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-8/+0
|\|
| * QPrinter - Make PDF support required for QPrinterJohn Layt2013-11-271-8/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2610-78/+138
|\|
| * QPrinterInfo - Fix isNull() by fixing constructorsJohn Layt2013-11-262-20/+22
| * QPrintDialog - Fix casting print engineJohn Layt2013-11-261-2/+2
| * Match up the specified paper size to an existing one if possibleAndy Shaw2013-11-141-46/+82
| * Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
| * Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
| * Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
| * QPrintDialog - Fix Windows Current Page option selectionunknown2013-11-041-2/+4
| * use private linkage where possibleOswald Buddenhagen2013-10-312-2/+2
| * Remove compiler warning when QT_NO_PRINTER is definedPaul Olav Tvete2013-10-311-0/+2
| * Clean up QPlatformPrinterSupport via post routine.Friedemann Kleint2013-10-311-4/+16
* | QPrintPreviewWidget: use QSignalBlockerMarc Mutz2013-10-301-3/+4
|/
* Set currently selected printer to QCUPSSupport in PageSetupWidgetMartin Klapetek2013-10-183-0/+13
* If CUPS has no default printer, set up the first one in listMartin Klapetek2013-10-181-1/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-082-16/+16
* Doc: remove duplicate \externalpage definitionsTopi Reinio2013-09-261-31/+0
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-262-3/+4
* When calling setPageSizeMM then the size needs to be passed as MMAndy Shaw2013-09-231-3/+23