summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-1/+4
* Remove hack that violates ODRThiago Macieira2018-04-261-11/+6
* Improve padding hole issues in QAbstractPrintDialogPrivateThiago Macieira2018-04-261-3/+4
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+14
|\
| * Document licenses for all Qt modulesKai Koehne2018-01-241-1/+14
* | Remove QPlatformPrinterSupport::createDefaultPrintDeviceAlbert Astals Cid2018-02-052-6/+0
* | cups: Clear cups options at the start of QPrintPropertiesDialog::setupPrinterAlbert Astals Cid2018-01-243-0/+10
* | Unix: Fix page size margins when changing page sizeAlbert Astals Cid2018-01-172-5/+9
* | Unix: Fix default printer page size marginsAlbert Astals Cid2018-01-171-2/+7
* | Cups Print Dialog: Change the message box titles to CapsFriedemann Kleint2018-01-171-2/+2
* | QPrintDialog/Unix: compile with gcc 4.8Christian Ehrlicher2018-01-171-1/+2
* | Move color/grayscale option to cups advanced panelRenato Araujo Oliveira Filho2018-01-161-1/+18
* | CUPS: Don't show choices that conflict with the printer installed optionsAlbert Astals Cid2018-01-126-16/+46
* | CUPS: Rework set/clearCupsOption APIAlbert Astals Cid2018-01-123-34/+20
* | CUPS: Enable printing arbitrary pages and page rangesAlbert Astals Cid2018-01-124-14/+188
* | cups: Don't show InstallableOptions in the advanced propertiesAlbert Astals Cid2018-01-121-8/+17
* | Unix: Fix usability of the print properties dialogAlbert Astals Cid2018-01-126-44/+136
* | Fix custom page size handling in the Unix print dialogAlbert Astals Cid2018-01-092-11/+20
* | QUnixPrintWidgetPrivate::_q_printerChanged: Update state correctlyAlbert Astals Cid2018-01-091-0/+6
* | Validate printer duplex modeRenato Araujo Oliveira Filho2018-01-091-1/+7
* | Fix build due to missing QDebug includeSérgio Martins2018-01-091-0/+1
* | CUPS: Fix conflict handlingAlbert Astals Cid2018-01-052-10/+156
* | QtPrintSupport: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-051-1/+1
* | CUPS: Fix advanced options cancel of the print properties dialogAlbert Astals Cid2018-01-041-0/+36
* | Refactor QPPDOptionsModel a bitAlbert Astals Cid2018-01-041-36/+59
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0215-41/+42
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
| |\|
| | * qprintengine_win.cpp: Fix -Wclazy-range-loopFriedemann Kleint2017-11-301-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-1/+3
| |\|
| | * Fix unix QPrintDialog initially selected printerJoni Poikelin2017-11-291-1/+3
| * | PrintSupport: modernize connection signal/slotLaurent Montel2017-11-304-15/+15
| * | Printsupport: not necessary to check pointer before to delete itLaurent Montel2017-11-301-2/+1
| * | PrintSupport: convert 0 with nullptr (c++11)Laurent Montel2017-11-3019-34/+34
* | | CUPS: Refactor the code a bitAlbert Astals Cid2017-12-271-16/+28
* | | QPageSetupWidget::setPrinter: Use printdevice default paper sizeAlbert Astals Cid2017-12-193-4/+11
* | | CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-193-7/+52
* | | CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-182-1/+6
* | | CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-183-2/+43
* | | Remove declared but undefined QPageSetupWidget constructorAlbert Astals Cid2017-12-181-1/+0
* | | CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-184-7/+24
* | | QtPrintSupport: Fix buildFriedemann Kleint2017-12-181-0/+1
* | | Reintroduce the Advanced tab in the QPrintPropertiesDialogAlbert Astals Cid2017-12-152-6/+409
* | | QPlatformPrintDevice: use QVector, not QList in the APIMarc Mutz2017-12-146-29/+29
* | | QPlatformPrintDevice: store QPageSize/QMimeType/int in QList, not QVectorMarc Mutz2017-12-142-6/+6
* | | Allow access to ppd file and ppdMarkOption via QPpdPrintDevice::property/setP...Albert Astals Cid2017-12-132-0/+4
* | | Introduce QPrintDevice::property/setPropertyAlbert Astals Cid2017-12-134-0/+38
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* | | QAlphaPaintEngine: port away from QRegion::rects()Marc Mutz2017-12-061-6/+3
* | | Remove QPageSetupWidget::selectPrinterAlbert Astals Cid2017-12-063-14/+4
* | | Remove QPrintPropertiesDialog::selectPrinterAlbert Astals Cid2017-12-061-15/+15