summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpagesize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-5/+3
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-3/+3
* Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-161-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-7/+7
|\
| * Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-101-7/+7
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Don't stream QStringLiterals into QDebugMarc Mutz2014-10-091-1/+1
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-091-146/+146
* QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1
* QPageSize: provide op!=Marc Mutz2014-04-081-0/+8
* QPageSize: make op== non-memberMarc Mutz2014-04-081-5/+8
* Use Q_STATIC_ASSERT to check that the array has the right sizeThiago Macieira2014-04-051-12/+1
* Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-171-10/+16
* QPageSize - Add new QPageSize classJohn Layt2014-03-171-0/+1876