summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument
Commit message (Expand)AuthorAgeFilesLines
* tst_qpdfdocument: use QElapsedTimer instead of QTimeShawn Rutledge2019-11-251-2/+1
* Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-251-0/+6
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-251-0/+31
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-251-0/+36
* Refactor the state handling of QPdfDocumentTobias Koenig2019-11-251-22/+106
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-252-0/+28
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-251-0/+27
* Add close() method to QPdfDocumentTobias Koenig2019-11-251-0/+68
* Clean up the loadingSimon Hausmann2019-11-251-4/+11
* Provide unit test for password protected PDFsSimon Hausmann2019-11-252-0/+11
* Keep reading until all pages are availableSimon Hausmann2019-11-251-2/+4
* Provide async loading through QNetworkReplySimon Hausmann2019-11-252-10/+36
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-251-17/+32
* Added basic rendering and page size getterSimon Hausmann2019-11-251-2/+8
* Implement basic document loading from a fileSimon Hausmann2019-11-252-0/+52