summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on 'dev' in qt/qtwebengineAllan Sandfeld Jensen2020-11-021-8/+1
* Fix memory management in QPdfDocument functionsNicolas Deherly2020-09-281-5/+26
* Fix almost all deprecation warningsJüri Valdmann2020-08-131-2/+2
* Use QList instead of QVectorJarek Kobus2020-07-151-5/+5
* Add compatibility for Qt 6's QRecursiveMutex classThiago Macieira2020-05-201-1/+7
* QPdfDocument::getSelection(): fix off-by-one character selectionShawn Rutledge2020-04-301-1/+8
* Support text selection handles in PDF viewsShawn Rutledge2020-04-301-18/+106
* Fixup copyright headers and includesAllan Sandfeld Jensen2020-03-161-1/+1
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-111-6/+37
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-191-1/+3
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-111-0/+3
* QPdfDocumentPrivate::load(): check the first two pagesShawn Rutledge2020-02-031-2/+3
* QPdfDocument::pageSize(): add checkPageComplete()Shawn Rutledge2020-02-031-1/+1
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-301-0/+47
* QPdfDocument and QPdfIOHandler: add scale and clip featuresShawn Rutledge2020-01-301-2/+32
* QPdfDocument: check first page in load(), current page in render()Shawn Rutledge2020-01-271-2/+47
* Add QtQuick.Pdf module with QQuickPdfDocument; manual testsShawn Rutledge2020-01-211-4/+23
* Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-251-3/+1
* Add missing includes (compile on debian failed)Martin Koller2019-11-251-0/+2
* Fix documentation of QPdfDocument classTobias Koenig2019-11-251-9/+16
* Add support for render rotation and flagsTobias Koenig2019-11-251-3/+46
* Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-251-8/+16
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-251-5/+20
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2019-11-251-6/+6
* Fix loading of large PDF documentsTobias Koenig2019-11-251-2/+8
* Encapsulate locking into QPdfMutexLockerTobias Koenig2019-11-251-12/+17
* Refactor the state handling of QPdfDocumentTobias Koenig2019-11-251-17/+74
* Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-251-1/+95
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-251-1/+12
* Add close() method to QPdfDocumentTobias Koenig2019-11-251-2/+28
* Add license header boilerplateSimon Hausmann2019-11-251-0/+21
* Smaller coding style fixesTobias Koenig2019-11-251-20/+34
* Update to newer FPDF upstream versionSimon Hausmann2019-11-251-1/+1
* Clean up the loadingSimon Hausmann2019-11-251-49/+62
* Fix memory leak, destroy page after usageSimon Hausmann2019-11-251-0/+3
* Clean up error handlingSimon Hausmann2019-11-251-14/+10
* Provide unit test for password protected PDFsSimon Hausmann2019-11-251-2/+7
* Keep reading until all pages are availableSimon Hausmann2019-11-251-4/+26
* Prospective fix for namespace buildsSimon Hausmann2019-11-251-0/+4
* Provide async loading through QNetworkReplySimon Hausmann2019-11-251-17/+151
* Sprinkle global locks around the API callsSimon Hausmann2019-11-251-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-251-34/+51
* Added basic rendering and page size getterSimon Hausmann2019-11-251-0/+28
* Implement basic document loading from a fileSimon Hausmann2019-11-251-0/+96