summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs/qprintdialog_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPrintDialog: don't access dangling pointer when cups is disabledChristian Ehrlicher2019-12-231-3/+5
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-0/+5
|\
| * Unix: Disable complex page ranges widget when printing to pdfAlbert Astals Cid2019-08-131-0/+5
* | QPrintSupport: do not bypass a base class' virtualGiuseppe D'Angelo2019-05-151-1/+1
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-5/+5
|/
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* Fix clang develop buildAllan Sandfeld Jensen2018-05-311-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+4
|\
| * Fix build for Android with android-clangLiang Qi2018-05-161-0/+4
* | cups: Fix UI mismatch when a default printer option choice is not availableAlbert Astals Cid2018-05-091-14/+27
* | Unix print dialog: Properly initialize duplexMichael Weghorn2018-05-021-5/+26
* | cups: Take conflicts for duplex and page size into accountAlbert Astals Cid2018-03-271-6/+101
* | Initialize m_cupsCodecJesus Fernandez2018-03-261-1/+1
* | Linux/cups: Better advanced options UIAlbert Astals Cid2018-03-191-562/+208
|/
* cups: Clear cups options at the start of QPrintPropertiesDialog::setupPrinterAlbert Astals Cid2018-01-241-0/+4
* 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-121-16/+30
* CUPS: Rework set/clearCupsOption APIAlbert Astals Cid2018-01-121-3/+1
* CUPS: Enable printing arbitrary pages and page rangesAlbert Astals Cid2018-01-121-0/+104
* 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-121-41/+66
* 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
| |/