summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QCupsJobWidget::setPrinterAlbert Astals Cid2017-12-063-11/+5
* Remove QPrintPropertiesDialog::applyPrinterPropertiesAlbert Astals Cid2017-12-061-15/+6
* Remove QUnixPrintWidgetPrivate::applyPrinterPropertiesAlbert Astals Cid2017-12-061-45/+35
* Remove QPrintDialogPrivate::applyPrinterProperties, no one calls itAlbert Astals Cid2017-12-061-8/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-176-18/+14
|\
| * Printsupport: Not necessary to call setLayout when we added the parentLaurent Montel2017-10-123-4/+1
| * PrintSupport: Layout constructor already uses "this"Laurent Montel2017-10-091-1/+0
| * PrintSupport: replace 0 with nullptrLaurent Montel2017-10-093-12/+12
| * Printsupport: Fix compilation on gcc with -WpedanticLaurent Montel2017-10-091-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-262-1/+4
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-1/+4
| |\
| | * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-1/+3
| | * Convert features.buttongroup to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-0/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-195-10/+10
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1911-41/+41
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-315-7/+6
|\|
| * Initialize the print engine with the given printer nameAndy Shaw2017-08-255-7/+6
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+4
|\|
| * configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-1/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-044-12/+21
|\|
| * Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+3
| * Convert features.fscompleter to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+1
| * Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-292-8/+10
| * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-292-1/+5
| * Convert features.tablewidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-281-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0731-144/+86
|\|
| * Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-3017-88/+47
| * Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-05-308-22/+19
| * Convert features.printpreviewdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-303-15/+9
| * Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-307-22/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-8/+10
|\|
| * Fix build without features.cupsjobwidgetTasuku Suzuki2017-04-303-8/+10
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-1/+1