summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-041-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtPrintSupport]Thiago Macieira2012-05-031-2/+2
* Fixed QtGui and QtPrintSupport with -qtnamespace and MSVCRohan McGovern2012-05-021-2/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-2/+2
|\
| * Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-27/+0
| |\
| * \ Merge master into api_changesKent Hansen2012-03-271-0/+2
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-235-75/+58
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-162-3/+3
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-2/+0
| |\ \ \ \ \
| * | | | | | QtPrintSupport: make some constructors explicitMarc Mutz2012-03-081-2/+2
* | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-161-0/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Documentation cleanupDebao Zhang2012-03-311-27/+0
| |_|_|_|/ |/| | | |
* | | | | Fix warnings in qtbase.Friedemann Kleint2012-03-241-0/+2
| |_|_|/ |/| | |
* | | | Fix QPrinter test in WindowsMiikka Heikkinen2012-03-235-76/+36
* | | | Fix infinite recursion crash in QPrinterInfo::supportedPaperSizes()Miikka Heikkinen2012-03-192-0/+23
| |_|/ |/| |
* | | Re-enable native print/pagesetup dialogs on Mac OS XBradley T. Hughes2012-03-152-3/+3
| |/ |/|
* | Remove stale references to QtopiaDonald Carr2012-03-121-2/+0
|/
* 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