summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Update snapshot script to include icudtl for iosMichal Klocek2020-01-171-1/+0
| | * | | Add fat lib build support on iosMichal Klocek2020-01-172-19/+32
| | * | | Add support for qtpdf ios buildsMichal Klocek2020-01-176-6/+82
| | * | | Factor out qtpdf-support out of core-supportMichal Klocek2020-01-173-10/+41
| | * | | FIXUP: fix broken rebase of configure.jsonMichal Klocek2020-01-171-23/+0
| | * | | Fix compilation on windowsMichal Klocek2020-01-171-1/+1
| | * | | Update 3rdpartyMichal Klocek2020-01-171-0/+0
| | * | | Deal with unsigned data type changes in QPdfBookmarkModelShawn Rutledge2019-11-251-2/+2
| | * | | Add page stepping shortcuts to simplest.qml PDF manual testShawn Rutledge2019-11-251-0/+12
| | * | | Add configurable v8/xfa support to qtpdfMichal Klocek2019-11-252-4/+74
| | * | | Add platform and architecture checks to configure for qtpdfMichal Klocek2019-11-251-1/+8
| | * | | Add a QImageIOHandler to render PDF with QtQuick ImageShawn Rutledge2019-11-2510-2/+475
| | * | | tst_qpdfdocument: use QElapsedTimer instead of QTimeShawn Rutledge2019-11-251-2/+1
| | * | | Doc: Add index and module files for Qt PDF module and fix header pathLeena Miettinen2019-11-254-1/+150
| | * | | Fix sync script warningMichal Klocek2019-11-251-0/+11
| | * | | Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-2531-90/+332
| | * | | Initial import of qtpdf source codeMichal Klocek2019-11-254-205/+0
| | * | | Allow compile with gcc-4.8.5Martin Koller2019-11-251-1/+1
| | * | | Add missing includes (compile on debian failed)Martin Koller2019-11-251-0/+2
| | * | | Add qdocconf for the QtPdf moduleTobias Koenig2019-11-252-0/+42
| | * | | Fix documentation of QPdfDocument classTobias Koenig2019-11-251-9/+16
| | * | | Port pdfviewer example to QPdfView widgetTobias Koenig2019-11-2510-479/+311
| | * | | Add initial version of QPdfView classTobias Koenig2019-11-255-0/+805
| | * | | Add QPdfPageRenderer classTobias Koenig2019-11-258-2/+646
| | * | | Fix compilation with custom Qt namespaceTobias Koenig2019-11-253-0/+8
| | * | | Exclude qtpdf module from Integrity and uikit based buildsTobias Koenig2019-11-251-2/+2
| | * | | Add QPdfPageNavigation classTobias Koenig2019-11-257-2/+618
| | * | | Add support for render rotation and flagsTobias Koenig2019-11-258-7/+390
| | * | | Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-254-9/+49
| | * | | Remove superfluous 'Q' prefix from module nameTobias Koenig2019-11-251-1/+1
| | * | | Make QPdfBookmarkModel usable for QMLTobias Koenig2019-11-252-0/+12
| | * | | Add bookmarks view to pdfviewer exampleTobias Koenig2019-11-253-20/+121
| | * | | Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2019-11-254-2/+45
| | * | | Improve the PDF viewer example aestheticsJake Petroules2019-11-252-7/+39
| | * | | install the pdfviewer example; provide examples subdirs .pro filesShawn Rutledge2019-11-2519-0/+6
| | * | | change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-2518-82/+968
| | * | | example: QVector instead of QListShawn Rutledge2019-11-251-1/+1
| | * | | replace relative directory paths to permit shadow buildsShawn Rutledge2019-11-252-7/+7
| | * | | replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2019-11-254-14/+14
| | * | | pdfviewer: Move QPdfDocument to MainWindowTobias Koenig2019-11-256-46/+68
| | * | | Fix loading of large PDF documentsTobias Koenig2019-11-251-2/+8
| | * | | Add QPdfBookmarkModel classTobias Koenig2019-11-258-2/+661
| | * | | Encapsulate locking into QPdfMutexLockerTobias Koenig2019-11-252-12/+24
| | * | | pdfviewer: Draw white background behind pageTobias Koenig2019-11-251-0/+1
| | * | | pdfviewer: Fix zooming of contentTobias Koenig2019-11-251-0/+1
| | * | | Refactor the state handling of QPdfDocumentTobias Koenig2019-11-254-49/+198
| | * | | Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
| | * | | Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-254-1/+138
| | * | | Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-253-2/+43
| | * | | Add close() method to QPdfDocumentTobias Koenig2019-11-253-2/+99