summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-023-5/+14
| |\|
| | * qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
| | * qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
| | * Copy the state to the picture paintengine when updating the stateAndy Shaw2015-09-031-1/+9
| * | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-4/+15
|\| |
| * | Speed up printing when drawing opaque primitives.Jan Arve Saether2015-09-232-3/+13
| * | Add a window title for the QPrintDialog Properties dialogAndy Shaw2015-09-031-0/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+1
| |\|
| | * qprintdialog_unix.cpp: fix out-of-bounds when cwd is empty.David Faure2015-08-131-1/+1
* | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-053-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+9
|\|
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+9
* | printsupport: Pass large type by const-refSérgio Martins2015-07-201-2/+2
* | QtPrintSupport: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-193-6/+6
* | Mark some QCUPSSupport enums as primitiveMarc Mutz2015-07-181-0/+5
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-042-4/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-12/+12
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-303-9/+9
| * QPageSetupDialog: Add missing Q_DECL_OVERRIDEGabriel de Dietrich2015-06-241-3/+3
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-273-6/+17