summaryrefslogtreecommitdiffstats
path: root/src/printsupport/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-011-0/+3
* printpreview: Avoid rendering artifacts while scrolling zoomed viewJarkko Koivikko2023-12-211-1/+0
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-2/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Use SPDX license identifiersLucie Gérard2022-05-164-152/+8
* QtPrintSupport: includemocsMarc Mutz2022-04-291-0/+2
* Fix assert showing default-constructed QPrintPreviewDialogFriedemann Kleint2022-02-281-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-12/+10
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-031-3/+5
* Pass QDate and QTime as value classesEdward Welbourne2020-02-272-2/+2
* QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-191-1/+1
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+1
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Unix: Fix usability of the print properties dialogAlbert Astals Cid2018-01-122-1/+31
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-3/+3
|\
| * PrintSupport: modernize connection signal/slotLaurent Montel2017-11-301-1/+1
| * PrintSupport: convert 0 with nullptr (c++11)Laurent Montel2017-11-303-5/+5
* | CUPS: Use printer job-hold-until as default instead of the noholdAlbert Astals Cid2017-12-191-2/+8
* | CUPS: Use printer job-billing as default instead of the empty stringAlbert Astals Cid2017-12-181-1/+5
* | CUPS: Use printer job-sheets as default instead of none,noneAlbert Astals Cid2017-12-181-2/+9
* | CUPS: Use default cups job-priority instead of 50Albert Astals Cid2017-12-182-4/+20
* | Remove QCupsJobWidget::setPrinterAlbert Astals Cid2017-12-062-9/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+1
|\|
| * Printsupport: Not necessary to call setLayout when we added the parentLaurent Montel2017-10-121-2/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-5/+5
|/
* Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-05-303-8/+5
* Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-302-5/+1
* Fix build without features.cupsjobwidgetTasuku Suzuki2017-04-301-3/+2
* Fix printsupport compilation with -no-feature...Paul Olav Tvete2017-01-252-3/+3
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-5/+5
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-142-0/+2
* QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-171-8/+8
* Updated license headersJani Heikkinen2016-01-154-56/+80
* QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-231-2/+2
* Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-041-2/+3
* Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-182-4/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+2
|\
| * Use the new non-obsoleted functions for getting the paper detailsAndy Shaw2015-05-261-2/+2
* | Update copyright headersJani Heikkinen2015-02-114-28/+28
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-4/+4
|/
* Update license headers and add new license filesMatti Paaso2014-09-244-76/+44
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-172-0/+8
* QPrintPreviewWidget: use QSignalBlockerMarc Mutz2013-10-301-3/+4
* Add CUPS Banner Pages options to print supportMartin Klapetek2013-09-113-13/+80