summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* Make things compile with the printer feature disabledLars Knoll2016-09-152-0/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-7/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-7/+7
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-7/+7
* | | Add qtprintsupportglobal_p.h and fix qtprintsupportglobal.hLars Knoll2016-07-147-4/+7
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-171-2/+2
* | 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-1516-224/+320
* | QUnixPrintWidget: fix some poor uses of the QComboBox APIMarc Mutz2016-01-021-15/+10
* | QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-231-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
| |\
| | * qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+2
|\| |
| * | 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
|/ /
* | QtPrintSupport: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-193-6/+6
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-041-2/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-9/+9
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-6/+6
| * QPageSetupDialog: Add missing Q_DECL_OVERRIDEGabriel de Dietrich2015-06-241-3/+3
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-272-4/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-6/+9
|\|
| * QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| |\
| | * Add a null pointer check for parent before derefencing itAndy Shaw2015-04-091-1/+1
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+7
|\|
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-061-0/+7
* | Fix page size selection in QPageSetupDialogJoni Poikelin2015-03-131-2/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+3
|\|
| * Respect the orientation setting from the page setup dialogAndy Shaw2015-02-111-0/+3
* | Fixed license headersJani Heikkinen2015-02-172-2/+2
* | Update copyright headersJani Heikkinen2015-02-1117-148/+132
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-203-24/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-036-15/+15
|/
* Update license headers and add new license filesMatti Paaso2014-09-2414-266/+154
* Windows: Fix assignment of margins in QPageSetupDialog.Friedemann Kleint2014-07-221-3/+2
* QPrintDialog OSX: Fix qApp->processEvents argumentsDyami Caliri2014-05-221-1/+1
* QPrintDialog - Fix Mac reference counting error.Morten Johan Sørvig2014-04-181-3/+3
* QPrintDialog - Fix mac change of printer nameJohn Layt2014-04-181-5/+5
* Fix translation of QtPrintSupport and QPageSize.Friedemann Kleint2014-03-171-0/+6
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-171-2/+2