summaryrefslogtreecommitdiffstats
path: root/src/printsupport
Commit message (Expand)AuthorAgeFilesLines
* Merge master into api_changesKent Hansen2012-03-271-0/+2
|\
| * Fix warnings in qtbase.Friedemann Kleint2012-03-241-0/+2
* | Merge master into api_changesKent Hansen2012-03-236-77/+60
|\|
| * Fix QPrinter test in WindowsMiikka Heikkinen2012-03-235-76/+36
| * Cocoa: fix crash when using QPrintDialogBradley T. Hughes2012-03-211-2/+2
| * Fix infinite recursion crash in QPrinterInfo::supportedPaperSizes()Miikka Heikkinen2012-03-192-0/+23
* | Merge master into api_changesKent Hansen2012-03-167-111/+116
|\|
| * Re-enable native print/pagesetup dialogs on Mac OS XBradley T. Hughes2012-03-157-111/+116
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-122-21/+0
|\|
| * Remove stale references to QtopiaDonald Carr2012-03-122-21/+0
* | QtPrintSupport: make some constructors explicitMarc Mutz2012-03-082-3/+3
|/
* 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
* Replace Q_WS_MAC with Q_OS_MAC in QtPrintSupportBradley T. Hughes2012-03-052-4/+4
* 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-024-12/+12
* QPrinterInfo: remove unused variableMarc Mutz2012-02-261-1/+0
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+1
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Remove many deprecated methodsLars Knoll2012-01-312-14/+0
* Remove reference to Symbian in printsupport.Xizhi Zhu2012-01-303-9/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3044-44/+44
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2511-11/+0
* Update contact information in license headers.Jason McDonald2012-01-2344-44/+44
* Update copyright year in license headers.Jason McDonald2012-01-0544-44/+44
* 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-182-4/+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-268-50/+29
* Readded PrintSupport for WindowsOliver Wolff2011-10-259-14/+2135
* Fixed missing return statement in QPrintSupportKevin Simons2011-10-191-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-103-244/+0
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-036-0/+8
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-034-70/+0
* Mac: Fix link error in printdialog.Morten Sorvig2011-08-231-0/+2
* Fix build.Friedemann Kleint2011-08-1917-19/+23
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-195-27/+38
* Move the printer support backend into it's own pluginLars Knoll2011-08-192-13/+20
* Move printing into it's own libraryLars Knoll2011-08-1983-0/+14723