summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups/qppdprintdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-291-1/+8
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-1/+1
|\
| * Modernize the "mimetype" featureLiang Qi2018-10-121-1/+1
* | q{cocoa,ppd}printdevice: Fix string comparisonMichael Weghorn2018-04-201-1/+1
* | cups: Support raw printersAlbert Astals Cid2018-04-041-12/+7
* | QPpdPrintDevice: Move loadPrinter code to the constructorAlbert Astals Cid2018-04-041-33/+19
* | cups: Honor installable options for DuplexAlbert Astals Cid2018-03-271-3/+7
* | Remove unused QPpdPrintDevice constructorAlbert Astals Cid2018-03-231-7/+0
|/
* CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-121-2/+13
* CUPS: Fix conflict handlingAlbert Astals Cid2018-01-051-2/+4
* Add i18n support for cups advance optionsRenato Araujo Oliveira Filho2017-12-191-0/+1
* CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-191-0/+2
* CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-181-0/+2
* CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-181-0/+2
* CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-181-0/+2
* CUPS: Fix lpoptions file not being taken into accountAlbert Astals Cid2017-12-181-1/+2
* Allow access to ppd file and ppdMarkOption via QPpdPrintDevice::property/setP...Albert Astals Cid2017-12-131-0/+21
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-1/+1
* Updated license headersJani Heikkinen2016-01-151-13/+19
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+3
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-221-4/+0
* Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-181-2/+2
* Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-051-24/+0
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-171-0/+2
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Do not pass a null pointer to unlink()Alexander Volkov2014-11-061-2/+3
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-171-0/+4
* QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-171-0/+499