summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups
Commit message (Expand)AuthorAgeFilesLines
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+4
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+3
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-272-1/+4
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-227-26/+0
* Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-187-14/+14
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-033-32/+1
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
| * Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-052-31/+0
* | qppdprintdevice.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+4
|/
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-0/+4
* Update copyright headersJani Heikkinen2015-02-117-47/+47
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* 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-242-0/+9
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-247-131/+75
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-173-6/+8
* 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-172-116/+5
* QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-175-0/+676
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-1/+1
* Refresh CUPS printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-6/+19
* 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-112-0/+6
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* specify MODULE to avoid module .pri filename clashMark Brand2012-11-021-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* 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-225-120/+120
* 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 plugin access of QPrinterInfo internals to baseJohn Layt2012-06-082-16/+2
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-317-0/+648