summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/windows
Commit message (Expand)AuthorAgeFilesLines
* Remove some misplaced sizeof() scalings on array sizes for new[]Edward Welbourne2018-09-031-2/+2
* Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-9/+14
* Windows: Cache the printer capability information the first timeAndy Shaw2018-07-202-10/+167
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-20/+20
* Initialize the print engine with the given printer nameAndy Shaw2017-08-252-3/+3
* Windows Printer: Handle no default printer caseDaniel Teske2017-07-191-1/+3
* QWindowsPrintDevice: Handle 0 from DocumentProperties correctlyDaniel Teske2017-04-101-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-88/+68
|\
| * QWindowsPrintDevice: Handle return value of DocumentProperties correctlyAndy Shaw2016-05-251-88/+68
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+4
* | Updated license headersJani Heikkinen2016-01-156-82/+118
|/
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-222-7/+0
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* Clean up API of QPlatformPrintDevice (QPA).Friedemann Kleint2015-05-052-24/+0
* Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-4/+2
* 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
* | Update copyright headersJani Heikkinen2015-02-116-40/+40
|/
* Fix win32-g++ build due to -WerrorSérgio Martins2014-12-261-0/+4
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-0/+1
* 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-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-246-112/+64
* 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
* 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-172-3/+6
* QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-172-57/+3
* QPlatformPrintDevice - Add Windows implementationJohn Layt2014-03-175-2/+614
* QPrintEngine - Remove Windows use of port and driverJohn Layt2014-02-261-3/+1
* Refresh Windows printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-19/+37
* Add support for getting the paper names available for the printerAndy Shaw2013-02-112-0/+6
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* specify MODULE to avoid module .pri filename clashMark Brand2012-11-021-1/+1
* disambiguate plugin name vs. windows platform pluginOswald Buddenhagen2012-11-011-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-3/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-224-96/+96
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-082-13/+1
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-081-4/+2
* Remove dependency from QFactoryInterface for the print pluginLars Knoll2012-06-081-6/+0
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-2/+2
* Compile fix for MinGW.Friedemann Kleint2012-03-241-1/+3