summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge master into api_changesKent Hansen2012-03-162-3/+3
|\
| * Re-enable native print/pagesetup dialogs on Mac OS XBradley T. Hughes2012-03-152-3/+3
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-2/+0
|\|
| * Remove stale references to QtopiaDonald Carr2012-03-121-2/+0
* | QtPrintSupport: make some constructors explicitMarc Mutz2012-03-081-2/+2
|/
* Don't leak from QPlatformPrinterSupportPlugin::get()Bradley T. Hughes2012-03-051-7/+19
* Add API to convert QSizeF<->PaperSize in QPlatformPrinterSupportBradley T. Hughes2012-03-052-0/+23
* Remove #ifdef Q_WS_MAC code from QPrinterBradley T. Hughes2012-03-051-7/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* QPrinterInfo: remove unused variableMarc Mutz2012-02-261-1/+0
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3023-23/+23
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-255-5/+0
* Update contact information in license headers.Jason McDonald2012-01-2323-23/+23
* Update copyright year in license headers.Jason McDonald2012-01-0523-23/+23
* Fix printerPaperSize and some tst_qprinter test failuresSergio Ahumada2011-12-291-1/+1
* Remove QAlphaPaintEngine::drawImage()Bradley T. Hughes2011-12-142-20/+0
* Add "see also" links for QPrinter::{get|set}PageMarginsDavid Faure2011-12-071-0/+4
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-281-60/+3
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+0
* Move QPrinter::init() to QPrinterPrivate::init()Bradley T. Hughes2011-10-313-14/+13
* QtPrintSupport: Remove Q_WS_QPA, qpa sections from .pro files.Friedemann Kleint2011-10-265-33/+15
* Readded PrintSupport for WindowsOliver Wolff2011-10-255-1/+2119
* Fixed missing return statement in QPrintSupportKevin Simons2011-10-191-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-032-0/+3
* Fix build.Friedemann Kleint2011-08-1911-12/+16
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-193-16/+22
* Move the printer support backend into it's own pluginLars Knoll2011-08-192-13/+20
* Move printing into it's own libraryLars Knoll2011-08-1922-0/+6974