summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Check if Print Properties dialog was shown before accessing itMartin Klapetek2013-09-201-8/+10
* | Expose more CUPS options via the 'Properties' dialogMartin Klapetek2013-09-204-65/+219
* | Add CUPS Page Set options to print supportMartin Klapetek2013-09-173-7/+106
* | Add CUPS options widget to print supportMartin Klapetek2013-09-101-0/+21
|/
* QPrintDialog OSX: don't crash if ApplicationModal and no parentShawn Rutledge2013-07-251-1/+3
* QPrintDialog: document the modality on OS X and WindowsShawn Rutledge2013-07-241-0/+4
* QtPrintSupport: Initialize UI of widget-based dialog.Friedemann Kleint2013-06-263-6/+4
* Doc: Remove widgets examples from Qt Print Support documentationTopi Reinio2013-05-201-2/+1
* Clean up old PostScript printing codeSze Howe Koh2013-05-121-9/+2
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-121-5/+11
* iOS: Don't include QtPrintSupport dialogs on iOSTor Arne Vestbø2013-02-271-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-294-16/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1817-17/+17
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Fix print support docsLars Knoll2012-11-301-1/+1
* QtPrintSupport: use CUPS defaults for UNIX print dialogTeemu Katajisto2012-11-223-290/+178
* QtPrintSupport: remove advanced tab from UNIX print properties dialogTeemu Katajisto2012-11-222-436/+15
* Cocoa: QPrintDialog does not show/closes down immediatlyRichard Moe Gustavsen2012-11-141-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2217-398/+398
* SIC: QtPrintSupport - Remove QAbstractPageSetupDialogJohn Layt2012-09-179-275/+131
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-2/+2
* printsupport: Fix missing or improper include guard in headersSergio Ahumada2012-09-081-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-1/+1
* QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks.Friedemann Kleint2012-07-212-5/+3
* Unix printing: Fix suggested file name for printing to file.Friedemann Kleint2012-07-171-12/+13
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-293-0/+3
* remove explicit RCC_DIR addition to INCLUDEPATHOswald Buddenhagen2012-06-191-3/+0
* SIC: QPrintSupport - Remove options api from QPageSetupDialogJohn Layt2012-06-074-137/+5
* QtPrintSupport - Cleanup QPrintDialog headerJohn Layt2012-06-014-75/+156
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-313-25/+4
* QtPrintSupport: Fix QPrintDialog assertJohn Layt2012-05-291-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-211-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-1/+1
|\
| * Doc: Modularize QtPrintSupport documentation.Casper van Donderen2012-05-091-1/+1
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-082-14/+105
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-072-105/+14
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-2/+2
|/
* PrintSupport - Remove Qt5 To-do MessagesJohn Layt2012-04-192-2/+2
* replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-191-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-4/+12
|\