summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-592/+3
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-2/+2
* Remove winrtOliver Wolff2020-06-061-4/+0
* Support multiple page ranges in QPrinterSzabolcs David2020-04-091-11/+20
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-221-1/+6
* QPagedPainterDevicePrivate: Remove m_pageLayoutAlbert Astals Cid2018-02-161-28/+15
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\
| * PrintSupport: convert 0 with nullptr (c++11)Laurent Montel2017-11-301-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-6/+6
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-2/+1
|\
| * Initialize the print engine with the given printer nameAndy Shaw2017-08-251-2/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-3/+5
|\|
| * Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-3/+5
* | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-281-1/+32
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+4
|\
| * winrt: Fix Qt5PrintSupport(d).lib generationMaurice Kalinowski2017-01-131-0/+4
* | doc: update QPrinter docs for clangqdocMartin Smith2017-01-061-132/+6
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-3/+3
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-3/+3
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* | QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-171-8/+8
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtPrintSupport: eradicate all Q_FOREACH loopsMarc Mutz2015-12-231-1/+2
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+9
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+9
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-3/+3
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-3/+3
* | Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-1/+3
* | qprinter: Remove superfluous iteration and memory allocationSérgio Martins2015-06-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+2
|\
| * Fix documentation of obsoleted functions to show the right replacementAndy Shaw2015-05-261-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-191-1/+4
* Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-4/+0
* QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-241-4/+8
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPrinter - Don't use QPrinterInfo::availablePrinters()John Layt2014-06-071-3/+3
* QPagedPaintDevice - Move QPageLayout methodsJohn Layt2014-04-051-65/+95
* QPrinter - Doc fixJohn Layt2014-03-171-16/+1
* QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-171-8/+0
* QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-171-202/+270
* QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-171-9/+5
* QPagedPaintDevice - Use QPageSize and QPageLayoutJohn Layt2014-03-171-50/+146
* QPrinter - Add page metric testsJohn Layt2014-03-171-2/+10
* QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-051-3/+1
* QPrinter - Fix PaperSourcesJohn Layt2014-02-051-2/+0
* QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-051-12/+10