summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for render rotation and flagsTobias Koenig2017-04-131-3/+5
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2017-02-271-1/+1
* 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-1/+1
* Add QPdfBookmarkModel classTobias Koenig2016-08-241-0/+2
* Refactor the state handling of QPdfDocumentTobias Koenig2016-08-191-9/+15
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2016-08-081-0/+15
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2016-08-081-1/+4
* Add close() method to QPdfDocumentTobias Koenig2016-08-081-0/+3
* Add license header boilerplateSimon Hausmann2016-07-251-0/+21
* Smaller coding style fixesTobias Koenig2016-07-221-1/+1
* Clean up the loadingSimon Hausmann2014-12-161-5/+7
* Keep reading until all pages are availableSimon Hausmann2014-12-151-1/+2
* Prospective fix for namespace buildsSimon Hausmann2014-12-151-0/+4
* Provide async loading through QNetworkReplySimon Hausmann2014-12-151-1/+16
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2014-12-151-0/+1
* Added basic rendering and page size getterSimon Hausmann2014-12-151-0/+5
* Implement basic document loading from a fileSimon Hausmann2014-12-151-0/+35