summaryrefslogtreecommitdiffstats
path: root/src
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
* Add initial version of QPdfView classTobias Koenig2018-02-066-2/+817
* Add QPdfPageRenderer classTobias Koenig2018-02-064-1/+455
* Add QPdfPageNavigation classTobias Koenig2017-05-243-1/+409
* Add support for render rotation and flagsTobias Koenig2017-04-137-6/+389
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2017-02-273-9/+18
* Remove superfluous 'Q' prefix from module nameTobias Koenig2017-02-221-1/+1
* Make QPdfBookmarkModel usable for QMLTobias Koenig2017-02-212-0/+12
* Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2017-02-212-2/+20
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2016-12-207-35/+140
* replace relative directory paths to permit shadow buildsShawn Rutledge2016-12-162-7/+7
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2016-12-163-13/+13
* Fix loading of large PDF documentsTobias Koenig2016-08-241-2/+8
* Add QPdfBookmarkModel classTobias Koenig2016-08-244-1/+407
* Encapsulate locking into QPdfMutexLockerTobias Koenig2016-08-242-12/+24
* Refactor the state handling of QPdfDocumentTobias Koenig2016-08-193-27/+92
* Reduce the critical sections of the PDF mutexTobias Koenig2016-08-081-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2016-08-082-1/+110
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2016-08-082-2/+16
* Add close() method to QPdfDocumentTobias Koenig2016-08-082-2/+31
* Prospective build fix for gcc 4.9.1Simon Hausmann2016-07-252-5/+2
* Fix parallel buildSimon Hausmann2016-07-251-0/+1
* Add license header boilerplateSimon Hausmann2016-07-255-0/+104
* 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-187-70/+80
* 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-263-11/+8
* Update to a newer upstream versionSimon Hausmann2014-12-261-0/+0
* Add support for include_dirs in gyp filesSimon Hausmann2014-12-261-9/+33
* Fix linking on Mac OS XSimon Hausmann2014-12-161-0/+1
* Clean up the loadingSimon Hausmann2014-12-163-58/+74
* Fix memory leak, destroy page after usageSimon Hausmann2014-12-161-0/+3
* Clean up error handlingSimon Hausmann2014-12-152-16/+11
* Provide unit test for password protected PDFsSimon Hausmann2014-12-152-2/+8
* Keep reading until all pages are availableSimon Hausmann2014-12-153-5/+30
* fix compile errorShawn Rutledge2014-12-151-0/+1
* Fix compilationSimon Hausmann2014-12-151-0/+1
* Fix build on WindowsSimon Hausmann2014-12-152-4/+33
* Prospective fix for namespace buildsSimon Hausmann2014-12-153-0/+12
* Provide async loading through QNetworkReplySimon Hausmann2014-12-154-22/+189
* Sprinkle global locks around the API callsSimon Hausmann2014-12-151-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2014-12-153-36/+63
* Added basic rendering and page size getterSimon Hausmann2014-12-152-0/+33
* Implement basic document loading from a fileSimon Hausmann2014-12-157-2/+182
* Fix the build on Windows with MSVCSimon Hausmann2014-12-152-1/+7