summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODEFriedemann Kleint2023-11-221-0/+1
* QWin32PrintEnginePrivate: Brush up the codeFriedemann Kleint2023-11-221-6/+7
* Use Desktop Handle in case of no valid app HWND for QPrintDialogWladimir Leuschner2023-11-081-1/+6
* print: Use transient parent for native print dialog if providedJarkko Koivikko2023-10-261-13/+16
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+4
* printsupport: use string view types moreAnton Kudryavtsev2023-09-121-3/+3
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-2/+3
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-171-2/+2
* QtPrintSupport: Disambiguate static functionsFriedemann Kleint2023-01-122-4/+4
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* macOS: set print dialog up with page attributes when no printer is installedVolker Hilsheimer2022-06-171-1/+7
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-1617-634/+34
* QtPrintSupport: includemocsMarc Mutz2022-04-292-0/+4
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-191-1/+1
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-195-32/+42
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-192-10/+9
* Unix: Correctly update options pane for PDF printerAlexander Volkov2022-03-151-2/+2
* QPrintDialog/win: Fix use of deprecated QMessageBox::warningMårten Nordheim2022-03-051-3/+3
* Fix UI mismatch when QPrinter::setDuplexZhang Hao2022-02-181-3/+4
* Sync QPrinter orientation when PageSetup Orientation selectedZhang Hao2022-02-181-0/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-38/+0
* 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
|/