summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-2524-83/+308
* Initial import of qtpdf source codeMichal Klocek2019-11-252-202/+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
* Add initial version of QPdfView classTobias Koenig2019-11-255-0/+805
* Add QPdfPageRenderer classTobias Koenig2019-11-254-1/+455
* Add QPdfPageNavigation classTobias Koenig2019-11-253-1/+409
* Add support for render rotation and flagsTobias Koenig2019-11-257-6/+389
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-253-9/+18
* Remove superfluous 'Q' prefix from module nameTobias Koenig2019-11-251-1/+1
* Make QPdfBookmarkModel usable for QMLTobias Koenig2019-11-252-0/+12
* Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2019-11-252-2/+20
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-257-35/+140
* replace relative directory paths to permit shadow buildsShawn Rutledge2019-11-252-7/+7
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2019-11-253-13/+13
* Fix loading of large PDF documentsTobias Koenig2019-11-251-2/+8
* Add QPdfBookmarkModel classTobias Koenig2019-11-254-1/+407
* Encapsulate locking into QPdfMutexLockerTobias Koenig2019-11-252-12/+24
* Refactor the state handling of QPdfDocumentTobias Koenig2019-11-253-27/+92
* Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-252-1/+110
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-252-2/+16
* Add close() method to QPdfDocumentTobias Koenig2019-11-252-2/+31
* Prospective build fix for gcc 4.9.1Simon Hausmann2019-11-252-5/+2
* Add license header boilerplateSimon Hausmann2019-11-255-0/+104
* Remove stray print statementSimon Hausmann2019-11-251-1/+0
* Smaller coding style fixesTobias Koenig2019-11-253-24/+37
* Update to newer FPDF upstream versionSimon Hausmann2019-11-256-70/+80
* Simplify the build system a little bitSimon Hausmann2019-11-252-10/+7
* Add support for include_dirs in gyp filesSimon Hausmann2019-11-251-9/+33
* Fix linking on Mac OS XSimon Hausmann2019-11-251-0/+1
* Clean up the loadingSimon Hausmann2019-11-253-58/+74
* Fix memory leak, destroy page after usageSimon Hausmann2019-11-251-0/+3
* Clean up error handlingSimon Hausmann2019-11-252-16/+11
* Provide unit test for password protected PDFsSimon Hausmann2019-11-252-2/+8
* Keep reading until all pages are availableSimon Hausmann2019-11-253-5/+30
* fix compile errorShawn Rutledge2019-11-251-0/+1
* Fix compilationSimon Hausmann2019-11-251-0/+1
* Fix build on WindowsSimon Hausmann2019-11-252-4/+33
* Prospective fix for namespace buildsSimon Hausmann2019-11-253-0/+12
* Provide async loading through QNetworkReplySimon Hausmann2019-11-254-22/+189
* Sprinkle global locks around the API callsSimon Hausmann2019-11-251-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-253-36/+63
* Added basic rendering and page size getterSimon Hausmann2019-11-252-0/+33
* Implement basic document loading from a fileSimon Hausmann2019-11-256-1/+181
* Fix the build on Windows with MSVCSimon Hausmann2019-11-252-1/+7
* Build the pdfium sources as a separate static librarySimon Hausmann2019-11-252-3/+15
* Generate pdfium.pri at build timeSimon Hausmann2019-11-254-577/+9