summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-0/+4
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-124-11/+113
* Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
* QWin32PrintEngine: Fix build on MinGW + avoid dummy allocationsKonstantin Ritt2013-02-261-6/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Printer support needs user32.lib and gdi32.lib on WindowsPeter Kümmel2013-01-241-1/+1
* | | Add support for getting the paper names available for the printerAndy Shaw2013-02-119-3/+87
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
|/ /
* / Update copyright year in Digia's license headersSergio Ahumada2013-01-1821-21/+21
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Fix print support docsLars Knoll2012-11-301-2/+2
* SIC QPrintSupport: Remove unused PPK_SuppressSystemPrintStatusJohn Layt2012-11-212-5/+0
* Only use the user set page margins for custom paperAndy Shaw2012-10-303-9/+18
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-222-5/+16
* Revert a change to printer orientationTitta Heikkala2012-10-151-15/+2
* Fix number of available printers in CUPS support.Rafael Roquetto2012-10-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2222-517/+517
* printsupport: Include own headers firstSergio Ahumada2012-09-192-2/+4
* Fix QPrinter documentation errors.Mitch Curtis2012-09-131-76/+3
* QtPrintSupport: set QPrinter margins also to QPagedPaintDeviceTeemu Katajisto2012-09-111-0/+3
* Fix qdoc tag.Frederik Gladhorn2012-09-111-1/+1
* printsupport: Fix missing or improper include guard in headersSergio Ahumada2012-09-083-8/+8
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-2/+15
* Fix qdoc errors in PrinterInfo.Frederik Gladhorn2012-08-281-2/+1
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-16/+9
* QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks.Friedemann Kleint2012-07-211-11/+1
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-1/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-295-1/+70
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-092-0/+19
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-082-2/+5
* QtPrintSupport: Move plugin access of QPrinterInfo internals to baseJohn Layt2012-06-084-17/+18
* Remove dependency from QFactoryInterface for the print pluginLars Knoll2012-06-081-10/+1
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-3111-1391/+119
* QtPrintSupport - Add QPrinterInfo api for more printer detailsJohn Layt2012-05-293-0/+49
* QtPrintSupport: Change QPrinterInfo::defaultPrinter() behaviourJohn Layt2012-05-292-1/+6
* QtPrintSupport - Modify Platform Plugin QPrinterInfo apiJohn Layt2012-05-244-11/+35
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-222-5/+11
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2012-05-151-14/+14
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-151-22/+30
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-6/+6
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-1/+1
|\
| * Doc: Modularize QtPrintSupport documentation.Casper van Donderen2012-05-091-1/+1
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-7/+3
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-0810-99/+1188
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-0710-1188/+99
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-078-9/+9
|/
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-041-1/+1