summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
* Use icon themes in QPrintPreviewDialog [if they exist]Albert Astals Cid2021-06-0514-19/+19
* Make sure _q_printerChanged is called even if only pdf printer is availableAlbert Astals Cid2021-05-211-0/+2
* Silence warning in QPrintDialogSzabolcs David2021-05-013-8/+8
* Add nullptr checkOliver Eftevaag2021-03-161-1/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-46/+0
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-081-5/+7
* Doc: Fix documentation warnings for Qt Print SupportTopi Reinio2020-10-301-1/+1
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-242-2/+2
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-104-89/+26
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-3/+3
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-031-1/+1
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-251-1/+1
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-3/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in printsupportJarek Kobus2020-07-061-1/+1
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-042-14/+6
* Get rid of QTextCodec in the cups supportLars Knoll2020-05-142-12/+18
* Support multiple page ranges in QPrinterSzabolcs David2020-04-091-85/+5
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+2
* Remove QRegExp usage from Qt PrintSupportLars Knoll2020-03-171-3/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-35/+37
|\
| * macOS: Support printing when no printers are installedTor Arne Vestbø2020-03-091-35/+37
* | QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-192-3/+3
* | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-6/+6
* | QComboBox: remove deprecated signalsVitaly Fanaskov2020-02-101-1/+1
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-7/+0
|\
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-7/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-3/+5
|\|
| * QPrintDialog: don't access dangling pointer when cups is disabledChristian Ehrlicher2019-12-231-3/+5
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-16/+16
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-2/+2
* | Linux print dialog: use simpler terminology for duplexFrederik Gladhorn2019-10-171-4/+4
|/
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-2/+0
* 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
* | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | QPrintSupport: do not bypass a base class' virtualGiuseppe D'Angelo2019-05-152-3/+1
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-5/+5
* | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-1/+1
* | Unix: QPageSetupDialog: Use print device default paper sizeAhmad Samir2019-02-262-14/+24
|/
* Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-0/+2
|\
| * Windows: Use the ptPaperSize information to set the paper sizeAndy Shaw2018-12-181-0/+2
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
|/
* Modernize the "thread" featureUlf Hermann2018-08-171-1/+4
* 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