summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow compile with gcc-4.8.5HEADdevMartin Koller2018-08-141-1/+1
* Add missing includes (compile on debian failed)Martin Koller2018-07-091-0/+2
* Add qdocconf for the QtPdf moduleTobias Koenig2018-02-182-0/+42
* Fix documentation of QPdfDocument classTobias Koenig2018-02-181-9/+16
* Port pdfviewer example to QPdfView widgetTobias Koenig2018-02-1810-479/+311
* Add initial version of QPdfView classTobias Koenig2018-02-067-2/+818
* Add QPdfPageRenderer classTobias Koenig2018-02-068-2/+646
* Fix compilation with custom Qt namespaceTobias Koenig2018-02-043-0/+8
* Exclude qtpdf module from Integrity and uikit based buildsTobias Koenig2018-02-041-2/+2
* Add QPdfPageNavigation classTobias Koenig2017-05-247-2/+618
* Add support for render rotation and flagsTobias Koenig2017-04-138-7/+390
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2017-02-274-9/+49
* Remove superfluous 'Q' prefix from module nameTobias Koenig2017-02-222-2/+2
* Make QPdfBookmarkModel usable for QMLTobias Koenig2017-02-212-0/+12
* Add bookmarks view to pdfviewer exampleTobias Koenig2017-02-213-20/+121
* Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2017-02-214-2/+45
* Improve the PDF viewer example aestheticsJake Petroules2017-01-302-7/+39
* install the pdfviewer example; provide examples subdirs .pro filesShawn Rutledge2017-01-2720-0/+8
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2016-12-2019-82/+1654
* example: QVector instead of QListShawn Rutledge2016-12-161-1/+1
* bump module version to 5.9.0Shawn Rutledge2016-12-161-1/+1
* replace relative directory paths to permit shadow buildsShawn Rutledge2016-12-163-7/+11
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2016-12-164-14/+14
* pdfviewer: Move QPdfDocument to MainWindowTobias Koenig2016-08-246-46/+68
* Fix loading of large PDF documentsTobias Koenig2016-08-241-2/+8
* Add QPdfBookmarkModel classTobias Koenig2016-08-248-2/+661
* Encapsulate locking into QPdfMutexLockerTobias Koenig2016-08-242-12/+24
* pdfviewer: Draw white background behind pageTobias Koenig2016-08-241-0/+1
* pdfviewer: Fix zooming of contentTobias Koenig2016-08-241-0/+1
* Refactor the state handling of QPdfDocumentTobias Koenig2016-08-194-49/+198
* Reduce the critical sections of the PDF mutexTobias Koenig2016-08-081-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2016-08-084-1/+138
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2016-08-083-2/+43
* Add close() method to QPdfDocumentTobias Koenig2016-08-083-2/+99
* Prospective build fix for gcc 4.9.1Simon Hausmann2016-07-252-5/+2
* Skip build of auto-test when print support is disabled in the Qt buildSimon Hausmann2016-07-251-1/+1
* Exclude from the QNX/iOS/Winphone/WinRT/MinGW buildSimon Hausmann2016-07-251-0/+2
* Fix parallel buildSimon Hausmann2016-07-251-0/+1
* Add license header boilerplateSimon Hausmann2016-07-2512-0/+251
* Remove stray print statementSimon Hausmann2016-07-251-1/+0
* Smaller coding style fixesTobias Koenig2016-07-223-24/+37
* Update to newer FPDF upstream versionSimon Hausmann2016-07-188-70/+86
* Update to newer pdfium snapshotSimon Hausmann2015-01-211-0/+0
* Update to latest pdfium snapshotSimon Hausmann2015-01-021-0/+0
* Simplify the build system a little bitSimon Hausmann2014-12-264-12/+9
* Update to a newer upstream versionSimon Hausmann2014-12-261-0/+0
* Add support for include_dirs in gyp filesSimon Hausmann2014-12-261-9/+33
* QScroller doesn't work unless a gesture is grabbedShawn Rutledge2014-12-161-0/+1
* pdfviewer example: page cache has a page count limitShawn Rutledge2014-12-162-0/+6
* pdfviewer example: QScroller makes kinetic flicking workShawn Rutledge2014-12-162-5/+3