summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Fix build with various features disabledLars Knoll2016-10-111-2/+2
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* Convert the old feature systemLars Knoll2016-09-151-0/+30
* Make things compile with the printer feature disabledLars Knoll2016-09-156-1/+14
* rename description => label in configure.jsonOswald Buddenhagen2016-09-151-2/+2
* Modularize configure.json/.priLars Knoll2016-09-152-0/+43
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-3/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-052-3/+7
| |\
| | * QWin32PrintEngine: Fix uninitialized memory read of dpi_x, dpi_yFriedemann Kleint2016-08-302-3/+7
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-5/+5
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-225-12/+12
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-2/+2
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-163-10/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-10/+10
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-123-10/+10
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-0/+3
| |\|
| | * Windows: Add support for the PdmDevicePixelRatioScaled metricAndy Shaw2016-07-011-0/+3
* | | Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-1426-11/+83
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-232-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\|
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| * | QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...Marc Mutz2016-05-121-1/+1
* | | Add support for Apple tvOSMike Krus2016-05-171-2/+2
* | | QtPrintSupport: Remove Windows CE.Friedemann Kleint2016-04-061-4/+0
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-299-35/+85
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-132-5/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-5/+10
| |\|
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
| | * QPlatformPrintDevice: fix uninit'ed member variableMarc Mutz2016-03-061-0/+6
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-122-6/+6
|/ /
* | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-175-23/+23
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-8/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-8/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-8/+0
| |\|
| | * Center QPrintPropertiesDialog on top of its parentAlexander Volkov2016-01-181-8/+0
* | | Updated license headersJani Heikkinen2016-01-211-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-1546-638/+914
* | QUnixPrintWidget: fix some poor uses of the QComboBox APIMarc Mutz2016-01-021-15/+10
* | QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-236-16/+21
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
| |\
| | * If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+1
|\| |
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-144-16/+25
|\| |
| * | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-10/+10