summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument/tst_qpdfdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix locally falling tst_qpdfdocument on qemu6.3Michal Klocek2022-10-191-1/+1
* QtPdf: add a very rudimentary test for QPdfSelectionMarc Mutz2022-01-041-2/+34
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* tst_qpdfdocument: use QElapsedTimer instead of QTimeShawn Rutledge2019-11-251-2/+1
* 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-251-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-251-0/+11
* Keep reading until all pages are availableSimon Hausmann2019-11-251-2/+4
* Provide async loading through QNetworkReplySimon Hausmann2019-11-251-9/+35
* 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-251-0/+46