summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes (compile on debian failed)Martin Koller2018-07-091-0/+2
* Fix documentation of QPdfDocument classTobias Koenig2018-02-181-9/+16
* Add support for render rotation and flagsTobias Koenig2017-04-131-3/+46
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2017-02-271-8/+16
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2016-12-201-5/+20
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2016-12-161-6/+6
* Fix loading of large PDF documentsTobias Koenig2016-08-241-2/+8
* Encapsulate locking into QPdfMutexLockerTobias Koenig2016-08-241-12/+17
* Refactor the state handling of QPdfDocumentTobias Koenig2016-08-191-17/+74
* Reduce the critical sections of the PDF mutexTobias Koenig2016-08-081-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2016-08-081-1/+95
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2016-08-081-1/+12
* Add close() method to QPdfDocumentTobias Koenig2016-08-081-2/+28
* Add license header boilerplateSimon Hausmann2016-07-251-0/+21
* Smaller coding style fixesTobias Koenig2016-07-221-20/+34
* Update to newer FPDF upstream versionSimon Hausmann2016-07-181-1/+1
* Clean up the loadingSimon Hausmann2014-12-161-49/+62
* Fix memory leak, destroy page after usageSimon Hausmann2014-12-161-0/+3
* Clean up error handlingSimon Hausmann2014-12-151-14/+10
* Provide unit test for password protected PDFsSimon Hausmann2014-12-151-2/+7
* Keep reading until all pages are availableSimon Hausmann2014-12-151-4/+26
* Prospective fix for namespace buildsSimon Hausmann2014-12-151-0/+4
* Provide async loading through QNetworkReplySimon Hausmann2014-12-151-17/+151
* Sprinkle global locks around the API callsSimon Hausmann2014-12-151-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2014-12-151-34/+51
* Added basic rendering and page size getterSimon Hausmann2014-12-151-0/+28
* Implement basic document loading from a fileSimon Hausmann2014-12-151-0/+96