summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups
Commit message (Expand)AuthorAgeFilesLines
* Fix -no-feature-mimetype buildAllan Sandfeld Jensen2019-08-191-3/+3
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-2/+2
* Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-172-2/+2
|\
| * Modernize the "mimetype" featureLiang Qi2018-10-122-2/+2
* | cups: Add a QT_CONFIG(dialogbuttonbox) guardTamas Zakor2018-08-231-0/+6
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-031-1/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+4
| |\|
| | * If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-1/+4
* | | cups: Show a dialog when asked for passwordAlbert Astals Cid2018-05-031-0/+72
|/ /
* | q{cocoa,ppd}printdevice: Fix string comparisonMichael Weghorn2018-04-201-1/+1
* | cups: Support raw printersAlbert Astals Cid2018-04-042-13/+12
* | QPpdPrintDevice: Move loadPrinter code to the constructorAlbert Astals Cid2018-04-042-34/+19
* | cups: Honor installable options for DuplexAlbert Astals Cid2018-03-271-3/+7
* | Remove unused QPpdPrintDevice constructorAlbert Astals Cid2018-03-232-8/+0
* | Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivateAlbert Astals Cid2018-02-202-1/+7
|/
* Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
* CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-122-2/+14
* Fix custom page size handling in the Unix print dialogAlbert Astals Cid2018-01-091-3/+2
* CUPS: Fix conflict handlingAlbert Astals Cid2018-01-051-2/+4
* Fix print to a printer instanceRenato Araujo Oliveira Filho2017-12-191-2/+5
* 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-132-0/+24
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\
| * Cups: Check the created QPrintDevice is valid before using itAndy Shaw2017-09-261-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-194-27/+27
|/
* Initialize the print engine with the given printer nameAndy Shaw2017-08-254-6/+6
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-1/+1
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+4
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+4
* | Updated license headersJani Heikkinen2016-01-157-96/+138
|/
* 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