summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix printing with a custom paper specified.Andy Shaw2014-02-061-2/+6
* | 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
* | QPrinter - Add missing PaperSource valuesJohn Layt2014-01-133-2/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+2
|\|
| * QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
* | 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
* | 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
|/
* QPrinter - Make PDF support required for QPrinterJohn Layt2013-11-271-8/+0
* QPrinterInfo - Fix isNull() by fixing constructorsJohn Layt2013-11-262-20/+22
* Match up the specified paper size to an existing one if possibleAndy Shaw2013-11-141-46/+82
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* 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
* Set currently selected printer to QCUPSSupport in PageSetupWidgetMartin Klapetek2013-10-182-0/+12
* 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-081-15/+15
* When calling setPageSizeMM then the size needs to be passed as MMAndy Shaw2013-09-231-3/+23
* Remove some qBinaryFind usages from the CUPS printing codeGiuseppe D'Angelo2013-09-231-2/+4
* Fix warnings about conversion from const char* to QString.Thiago Macieira2013-09-231-3/+3
* Offer Page Range option for apps that can't do it themselvesMartin Klapetek2013-09-202-0/+8
* Expose more CUPS options via the 'Properties' dialogMartin Klapetek2013-09-202-0/+37
* Add CUPS Page Set options to print supportMartin Klapetek2013-09-172-0/+30
* Add CUPS Banner Pages options to print supportMartin Klapetek2013-09-112-0/+70
* Add CUPS options widget to print supportMartin Klapetek2013-09-102-1/+114
* 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-022-2/+5
* Fix text being cut off at the right side in print preview.Michael Brüning2013-07-291-0/+1
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-9/+0
* QPrinter - Fix doc errorsJohn Layt2013-04-121-2/+2
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-0/+4
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-124-11/+113
* Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* QWin32PrintEngine: Fix build on MinGW + avoid dummy allocationsKonstantin Ritt2013-02-261-6/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Printer support needs user32.lib and gdi32.lib on WindowsPeter Kümmel2013-01-241-1/+1
* | | Add support for getting the paper names available for the printerAndy Shaw2013-02-119-3/+87