summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument
Commit message (Expand)AuthorAgeFilesLines
* Add test pdfs for tst_QPdfDocumentShawn Rutledge2024-03-221-0/+2
* Convert "page" <-> "view" coordinates for PdfSelection and LinkModelShawn Rutledge2024-03-223-0/+290
* Add TESTDATA to qtpdf tests and fix data urlMichal Klocek2023-02-231-0/+4
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-121-2/+6
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-30/+30
* Fix locally falling tst_qpdfdocument on qemuMichal Klocek2022-09-151-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-261-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-042-0/+11
* Rename QPdfDocument::pageSize() to QPdfDocument::pagePointSize()Shawn Rutledge2022-05-311-1/+1
* QPdfDocument: use enum classesShawn Rutledge2022-05-241-53/+53
* Un-blacklist QtPdf password testsShawn Rutledge2022-05-191-6/+0
* 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
* Nuke all qmake files from testsMichal Klocek2021-08-311-6/+0
* Add QtPdf to cmake buildMichal Klocek2021-08-171-0/+9
* 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