summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-3/+1
|\
| * Fix -no-feature-mimetype buildAllan Sandfeld Jensen2019-08-191-3/+3
* | Fix build without features.mimetypeTasuku Suzuki2019-08-201-0/+2
* | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+2
|/
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-3/+3
* 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
* | Remove some misplaced sizeof() scalings on array sizes for new[]Edward Welbourne2018-09-031-2/+2
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-9/+14
* | cups: Add a QT_CONFIG(dialogbuttonbox) guardTamas Zakor2018-08-231-0/+6
* | Windows: Cache the printer capability information the first timeAndy Shaw2018-07-202-10/+167
* | 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_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-47/+47
|/
* Initialize the print engine with the given printer nameAndy Shaw2017-08-256-9/+9
* Windows Printer: Handle no default printer caseDaniel Teske2017-07-191-1/+3
* QWindowsPrintDevice: Handle 0 from DocumentProperties correctlyDaniel Teske2017-04-101-1/+1
* Plugins: optimize string usageAnton Kudryavtsev2016-10-181-1/+1
* Modularize configure.json/.priLars Knoll2016-09-151-1/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-4/+2
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-88/+68
|\
| * QWindowsPrintDevice: Handle return value of DocumentProperties correctlyAndy Shaw2016-05-251-88/+68
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-9/+12
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-073-9/+12