summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qcups.cpp
Commit message (Expand)AuthorAgeFilesLines
* printsupport: use string view types moreAnton Kudryavtsev2023-09-121-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-191-2/+2
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-13/+15
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-191-2/+2
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-0/+10
* Drop spurious const from parameterEdward Welbourne2020-08-231-1/+1
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-1/+1
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
* cups: Take conflicts for duplex and page size into accountAlbert Astals Cid2018-03-271-0/+20
* cups: Clear cups options at the start of QPrintPropertiesDialog::setupPrinterAlbert Astals Cid2018-01-241-0/+5
* CUPS: Rework set/clearCupsOption APIAlbert Astals Cid2018-01-121-27/+17
* CUPS: Enable printing arbitrary pages and page rangesAlbert Astals Cid2018-01-121-1/+6
* CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-191-0/+31
* CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-181-0/+26
* Printsupport: Fix compilation on gcc with -WpedanticLaurent Montel2017-10-091-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-4/+0
|\
| * Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-4/+0
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-1/+1
|/
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-271-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QCUPSSupport: clear the job-hold-until option if jobHoldToString() is emptyMarc Mutz2015-06-191-2/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QCups: avoid relocationsMarc Mutz2014-11-251-2/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-1/+1
|\
| * QCUPSSupport: fix misuse of QDateTime::addDays()David Faure2014-04-081-1/+1
* | QCUPSSupport: Extract Method bannerPageToString() from setBannerPages()Marc Mutz2014-03-311-49/+17
* | QCUPSSupport: Extract Method jobHoldToString() from setJobHold()Marc Mutz2014-03-311-49/+37
|/
* QCupsSupport - Remove obsolete CUPS codeJohn Layt2014-03-171-480/+1
* Set currently selected printer to QCUPSSupport in PageSetupWidgetMartin Klapetek2013-10-181-0/+11
* If CUPS has no default printer, set up the first one in listMartin Klapetek2013-10-181-1/+3
* 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-201-0/+7
* Expose more CUPS options via the 'Properties' dialogMartin Klapetek2013-09-201-0/+11
* Add CUPS Page Set options to print supportMartin Klapetek2013-09-171-0/+21
* Add CUPS Banner Pages options to print supportMartin Klapetek2013-09-111-0/+57
* Add CUPS options widget to print supportMartin Klapetek2013-09-101-1/+91
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-9/+0
* Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* Add support for getting the paper names available for the printerAndy Shaw2013-02-111-0/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix number of available printers in CUPS support.Rafael Roquetto2012-10-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* printsupport: Include own headers firstSergio Ahumada2012-09-191-1/+3