summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs/qprintdialog_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-051-4/+97
* 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-021-8/+9
|\
| * 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-301-2/+2
| * | 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-301-3/+3
* | | CUPS: Refactor the code a bitAlbert Astals Cid2017-12-271-16/+28
* | | QPageSetupWidget::setPrinter: Use printdevice default paper sizeAlbert Astals Cid2017-12-191-1/+1
* | | CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-181-1/+1
* | | QtPrintSupport: Fix buildFriedemann Kleint2017-12-181-0/+1
* | | Reintroduce the Advanced tab in the QPrintPropertiesDialogAlbert Astals Cid2017-12-151-6/+395
* | | Remove QPageSetupWidget::selectPrinterAlbert Astals Cid2017-12-061-2/+1
* | | Remove QPrintPropertiesDialog::selectPrinterAlbert Astals Cid2017-12-061-15/+15
* | | Remove QCupsJobWidget::setPrinterAlbert Astals Cid2017-12-061-2/+1
* | | 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-171-8/+6
|\| |
| * | Printsupport: Not necessary to call setLayout when we added the parentLaurent Montel2017-10-121-1/+0
| * | PrintSupport: Layout constructor already uses "this"Laurent Montel2017-10-091-1/+0
| * | PrintSupport: replace 0 with nullptrLaurent Montel2017-10-091-6/+6
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-1/+3
|\|
| * Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-1/+3
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* 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-291-6/+8
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-5/+0
* Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-5/+5
* Fix build without features.cupsjobwidgetTasuku Suzuki2017-04-301-5/+7
* Make things compile with the printer feature disabledLars Knoll2016-09-151-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-8/+0
|\
| * Center QPrintPropertiesDialog on top of its parentAlexander Volkov2016-01-181-8/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QUnixPrintWidget: fix some poor uses of the QComboBox APIMarc Mutz2016-01-021-15/+10
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
* | Add a window title for the QPrintDialog Properties dialogAndy Shaw2015-09-031-0/+1
|/
* qprintdialog_unix.cpp: fix out-of-bounds when cwd is empty.David Faure2015-08-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPrintDialog - Remove CUPS specific codeJohn Layt2014-03-171-74/+74