summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QCUPSSupport: clear the job-hold-until option if jobHoldToString() is emptyMarc Mutz2015-06-192-2/+15
* | qprinter: Remove superfluous iteration and memory allocationSérgio Martins2015-06-191-1/+1
* | Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-182-4/+4
* | Don't try to load plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-06-121-0/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-037-17/+9
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-012-4/+4
| |\
| | * Fix documentation of obsoleted functions to show the right replacementAndy Shaw2015-05-261-2/+2
| | * Use the new non-obsoleted functions for getting the paper detailsAndy Shaw2015-05-261-2/+2
| * | Introduce a version number to QPlatformPrinterSupportFactoryInterface.Friedemann Kleint2015-05-131-1/+1
| * | Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-054-12/+4
* | | 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-274-0/+84
|\| |
| * | Add debug operator for QPrinterInfo.Friedemann Kleint2015-04-234-0/+84
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-34/+20
|\| |
| * | QPrintDialog - Let OSX handle PDF printingJohn Layt2015-04-171-5/+8
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-151-1/+1
| |\ \
| | * | 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
| * | | Fix windows printing "invalid metric command" warning.Marko Kangas2015-04-151-0/+3
| |/ /
| * | [QWin32PrintEngine] Do not do any language-specific processingKonstantin Ritt2015-04-101-28/+8
* | | 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-313-5/+59
|\|
| * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-063-5/+59
* | Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-202-4/+4
* | Fix page size selection in QPageSetupDialogJoni Poikelin2015-03-131-2/+2
* | Windows printing: Add more error reporting.Friedemann Kleint2015-03-092-11/+36
* | 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
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-174-0/+12
* | Updated BSD licensed file headersJani Heikkinen2015-02-155-15/+15
* | Update copyright headersJani Heikkinen2015-02-1155-395/+379
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-042-6/+0
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-2/+7
|\|
| * Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-191-1/+4
| * Update printer metrics after resolution change.Marcel Krems2015-01-161-0/+2
| * Remove extra ';' after QPrint namespace blockKai Pastor2015-01-081-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-203-24/+0