summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
...
| * | PrintSupport: modernize connection signal/slotLaurent Montel2017-11-303-14/+14
| * | 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-3011-19/+19
* | | 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
* | | Remove declared but undefined QPageSetupWidget constructorAlbert Astals Cid2017-12-181-1/+0
* | | 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-152-6/+409
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* | | Remove QPageSetupWidget::selectPrinterAlbert Astals Cid2017-12-063-14/+4
* | | 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-174-15/+12
|\| |
| * | Printsupport: Not necessary to call setLayout when we added the parentLaurent Montel2017-10-122-2/+0
| * | PrintSupport: Layout constructor already uses "this"Laurent Montel2017-10-091-1/+0
| * | PrintSupport: replace 0 with nullptrLaurent Montel2017-10-093-12/+12
| |/
* | 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_NULLPTR with nullptr where possibleKevin Funk2017-09-194-8/+8
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-15/+15
|/
* 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.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-3015-86/+42
* Convert features.printpreviewdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-303-15/+9
* Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-302-8/+10
* Fix build without features.cupsjobwidgetTasuku Suzuki2017-04-301-5/+7
* Add feature.dialogStephan Binner2017-03-227-18/+22
* Add feature.label and feature.formlayoutStephan Binner2017-03-031-2/+3
* Fix deprecated API usageJake Petroules2017-01-242-4/+4
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-022-1/+2
* Add missing override into Qt modulesAlexander Volkov2016-12-011-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-0/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-0/+10
| |\
| | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-082-0/+10
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* | | Make things compile with the printer feature disabledLars Knoll2016-09-152-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-7/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-7/+7
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-7/+7
* | | Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-147-4/+7
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-171-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-8/+0
|\|