summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdfwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some qdoc warnings: printer API cleanupVolker Hilsheimer2020-09-221-107/+0
* Fix deprecation documentation about margin and orientation in QPrinterÖmer Fadıl USTA2020-09-171-3/+3
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-49/+0
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-2/+2
* Doc: Fix punctation in QPdfWriter::addFileAttachmentKai Koehne2020-02-281-1/+1
* New features for QPdfWriterJordi Pujol Foyo2019-12-191-0/+44
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QPdfWriter: replace a QHash with a static_castMarc Mutz2019-07-121-7/+1
* QPdfWriter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-191-0/+10
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-1/+7
|\
| * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-221-1/+7
* | Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
|/
* QPagedPainterDevicePrivate: Remove m_pageLayoutAlbert Astals Cid2018-02-161-23/+4
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-6/+6
* Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-281-0/+31
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-051-57/+72
* QPdfWriter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-19/+210
* QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-171-6/+4
* QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
* QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-101-2/+2
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-041-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-2/+2
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+3
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-191-0/+15
* Introduce a paged paintdevice and use itLars Knoll2011-08-191-4/+89
* Move the remaining QPrinter dependencies out of qpf.*Lars Knoll2011-08-191-4/+4
* Rename QPdf(Base)EngineLars Knoll2011-08-191-2/+2
* first version of a public API to generate PDFsLars Knoll2011-08-191-0/+112