summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+4
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-0/+4
* Update copyright headersJani Heikkinen2015-02-1114-94/+94
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+4
|\
| * Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-5/+5
|/
* Do not pass a null pointer to unlink()Alexander Volkov2014-11-061-2/+3
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-243-0/+10
* Get the correct available resolutions from the printerAndy Shaw2014-10-231-3/+3
* Windows: QWindowsPrintDevice::printableMargins avoids leaking the DCShawn Rutledge2014-10-221-1/+1
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-092-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2414-262/+150
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* QWindowsPrintDevice check for NULL pDevMode from PPRINTER_INFO_2Dyami Caliri2014-06-201-0/+3
* QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-0/+1
* printsupport: only build cocoa backend for OS XRichard Moe Gustavsen2014-04-301-1/+1
* Windows printer support: Fix linking problem when built with -no-opengl .Friedemann Kleint2014-04-231-1/+1
* Fix build on older MinGW versionsKonstantin Ritt2014-03-171-0/+4
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-175-9/+14
* QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-171-0/+3
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-0/+12
* QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-172-184/+104
* QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-172-80/+41
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-174-173/+8
* QPlatformPrintDevice - Add Windows implementationJohn Layt2014-03-175-2/+614
* QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-175-0/+676
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-3/+1
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-1/+1
* Refresh CUPS printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-6/+19
* Refresh Windows printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-19/+37
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-122-2/+46
* Add support for getting the paper names available for the printerAndy Shaw2013-02-114-0/+12
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1810-10/+10
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-103-0/+3
* specify MODULE to avoid module .pri filename clashMark Brand2012-11-023-3/+3
* disambiguate plugin name vs. windows platform pluginOswald Buddenhagen2012-11-011-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-013-11/+6
* QtPrintSupport: Fix build with QT_NO_PICTURE.Sérgio Martins2012-10-131-0/+1
* QtPrinterSupport: Fix compilation with QT_NO_PRINTERSergio Ahumada2012-10-093-0/+11
* QtPrintSupport: cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* QtPrintSupport: use PPD defaults in CUPS pluginTeemu Katajisto2012-09-262-0/+112
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2210-240/+240
* printersupport: Fix cups.pro qmake warningGirish Ramakrishnan2012-06-131-1/+1
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-092-10/+89
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-082-13/+1
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-083-20/+4
* Remove dependency from QFactoryInterface for the print pluginLars Knoll2012-06-082-12/+0
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-318-0/+649