summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change Rotation values from RotateX to ClockwiseXAllan Sandfeld Jensen2022-08-101-4/+4
* Rename _Count to NRolesAllan Sandfeld Jensen2022-08-101-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-231-38/+2
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-041-0/+101
* Rename QPdfDocument::pageSize() to QPdfDocument::pagePointSize()Shawn Rutledge2022-05-311-2/+2
* Move QPdf namespace enums into QPdfDocumentRenderOptions enum classesShawn Rutledge2022-05-241-12/+12
* QPdfDocument: use enum classesShawn Rutledge2022-05-241-72/+56
* QPdfDocument: qCDebug time for FPDF_InitLibrary and FPDF_DestroyLibraryShawn Rutledge2022-04-121-2/+8
* QPdfDocument: replace QScopedPointer with std::unique_ptrShawn Rutledge2022-03-291-2/+2
* doc: Document the rest of the public API in QPdfDocumentShawn Rutledge2022-03-191-4/+49
* QPdfDocument: avoid setStatus(error) before certainty of which errorShawn Rutledge2022-03-071-2/+5
* Add QQuickPdfPageImage and use in the PDF viewer componentsShawn Rutledge2022-03-031-0/+8
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Doc: Fix qdoc warnings and enable zero warning limitVenugopal Shivashankar2021-11-151-1/+1
* 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