summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups/qcupsprintersupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-lineeditTasuku Suzuki2023-03-041-6/+6
* Fix build with -no-feature-formlayoutTasuku Suzuki2023-02-211-5/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* CUPS: Add support for accessible IPP printersLu YaNing2022-04-261-2/+5
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-191-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-291-0/+5
* cups: Add a QT_CONFIG(dialogbuttonbox) guardTamas Zakor2018-08-231-0/+6
* cups: Show a dialog when asked for passwordAlbert Astals Cid2018-05-031-0/+72
* Initialize the print engine with the given printer nameAndy Shaw2017-08-251-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-0/+1
* 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
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-171-88/+2
* QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-171-0/+41
* Refresh CUPS printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-171-6/+17
* Add support for getting the paper names available for the printerAndy Shaw2013-02-111-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtPrinterSupport: Fix compilation with QT_NO_PRINTERSergio Ahumada2012-10-091-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-091-8/+67
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-081-14/+2
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-0/+99