summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
* qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
* qprintdialog_unix.cpp: fix out-of-bounds when cwd is empty.David Faure2015-08-131-1/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-302-6/+6
* QPageSetupDialog: Add missing Q_DECL_OVERRIDEGabriel de Dietrich2015-06-241-3/+3
* 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
* | 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
* QPrintDialog - Remove CUPS specific codeJohn Layt2014-03-171-74/+74
* QPageSetupDialog - Use QPageLayout and QPageSizeJohn Layt2014-03-174-409/+356
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-172-12/+42
* QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-171-27/+25
* QPrintEngine - Switch Mac to QPageLayoutJohn Layt2014-03-171-0/+3
* QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-171-2/+2
* QPrintEngine - Improve devMode handlingJohn Layt2014-02-262-16/+14
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-1/+1
* Fixed initialization of QPrintPreviewDialog's image resources for static builds.Friedemann Kleint2014-02-071-0/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* QPageSetupWidget - Fix input of Custom paper sizeJohn Layt2014-01-062-37/+47
* QprintDialog - Fix loss of page settings.John Layt2014-01-061-1/+1
* QPrintDialog - Fix Cups printer setup sequenceJohn Layt2013-12-091-2/+4
* QPageSetupWidget - Fix copying of printer settingsJohn Layt2013-12-081-3/+0
* QPrintDialog - Fix setting of PageOrderJohn Layt2013-12-082-14/+1
* QPrintDialog - Fix casting print engineJohn Layt2013-11-261-2/+2
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* QPrintDialog - Fix Windows Current Page option selectionunknown2013-11-041-2/+4
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Set currently selected printer to QCUPSSupport in PageSetupWidgetMartin Klapetek2013-10-181-0/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-262-3/+4
* Merge branch 'stable' into devSergio Ahumada2013-09-211-1/+1
|\
| * Initialize the print panel with the NSPrintInfo we have createdAndy Shaw2013-09-171-1/+1
* | Offer Page Range option for apps that can't do it themselvesMartin Klapetek2013-09-201-12/+37