summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+3
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-272-1/+4
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-2211-38/+4
* Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-187-14/+14
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-037-58/+3
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-133-3/+3
| * Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-054-55/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-4/+2
|\|
| * Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-4/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-2/+16
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-2/+16
| |\
| | * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-061-2/+16
* | | qppdprintdevice.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+4
|/ /
* | Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+4
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-0/+4
* | Update copyright headersJani Heikkinen2015-02-1114-94/+94
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+4
|\|
| * Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-5/+5
|/
* Do not pass a null pointer to unlink()Alexander Volkov2014-11-061-2/+3
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-243-0/+10
* Get the correct available resolutions from the printerAndy Shaw2014-10-231-3/+3
* Windows: QWindowsPrintDevice::printableMargins avoids leaking the DCShawn Rutledge2014-10-221-1/+1
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-092-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2414-262/+150
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* QWindowsPrintDevice check for NULL pDevMode from PPRINTER_INFO_2Dyami Caliri2014-06-201-0/+3
* QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-231-0/+1
* printsupport: only build cocoa backend for OS XRichard Moe Gustavsen2014-04-301-1/+1
* Windows printer support: Fix linking problem when built with -no-opengl .Friedemann Kleint2014-04-231-1/+1
* Fix build on older MinGW versionsKonstantin Ritt2014-03-171-0/+4
* QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-175-9/+14
* QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-171-0/+3
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-0/+12
* QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-172-184/+104
* QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-172-80/+41
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-174-173/+8
* QPlatformPrintDevice - Add Windows implementationJohn Layt2014-03-175-2/+614
* QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-175-0/+676
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-3/+1
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-051-1/+1
* Refresh CUPS printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-6/+19
* Refresh Windows printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-19/+37
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-122-2/+46
* Add support for getting the paper names available for the printerAndy Shaw2013-02-114-0/+12
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1810-10/+10
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-103-0/+3
* specify MODULE to avoid module .pri filename clashMark Brand2012-11-023-3/+3