summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
* QPdfEngine: replace a QHash with a C arrayMarc Mutz2019-07-121-5/+7
* QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-6/+6
* Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-081-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-3/+4
|\
| * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-1/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-2/+24
|\|
| * Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-10-261-7/+40
|\|
| * Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-221-7/+34
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+6
| |\
| | * Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
* | | Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-251-5/+10
|/ /
* / Fix PDF rendering of strokes with cosmetic pensAndre de la Rocha2018-06-061-1/+2
|/
* PDF engine: handle abnormally long string casesEirik Aavitsland2018-04-121-5/+10
* Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-09-141-2/+12
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+2
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+2
| |\
| | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-281-1/+2
| |\|
| | * Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
* | | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-281-26/+262
* | | Make output of QPdfWriter more PDF/A-1b compliantTobias Koenig2017-02-141-5/+12
|/ /
* / generate PDF CreationDate in local time as per PDF specificationAshish Kulkarni2016-12-071-2/+11
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-4/+9
| |\
| | * PDF: Handle monochrome images correctlyAndy Shaw2016-10-191-4/+9
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+2
|\| |
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\|
| | * QPdf: Force miter limit into valid rangeKai Pastor2016-04-281-1/+1
| * | QPdf: replace a hand-written qWarning with Q_UNIMPLEMENTEDMarc Mutz2016-04-261-2/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-3/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-3/+4
| |\|
| | * Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-2/+3
|\| |
| * | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-2/+2
| * | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-3/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+5
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-3/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-4/+4
|\