summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* doc: Document QPdfBookmarkModel and QPdfLinkModelShawn Rutledge2022-06-063-1/+95
* Do not compile v8 for pdf by defaultMichal Klocek2022-06-041-0/+1
* Rename QPdfLinkModel::Role::Rect to RectangleShawn Rutledge2022-06-042-2/+2
* Add link role to QPdfLinkModel, providing a QPdfLink instanceShawn Rutledge2022-06-046-51/+74
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-0/+2
* Use QPdfLink in PageNavigator jump() / jumped(); QML viewsShawn Rutledge2022-06-043-7/+74
* Give QPdfPageNavigator::jump() a default value for zoomShawn Rutledge2022-06-042-3/+3
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-043-0/+119
* Emit fully-qualified enum in QPdfPageRenderer::renderModeChanged()Shawn Rutledge2022-06-021-1/+1
* Rename QPdfDocument::pageSize() to QPdfDocument::pagePointSize()Shawn Rutledge2022-05-313-6/+6
* Include moc filesAllan Sandfeld Jensen2022-05-311-0/+1
* Rename QPdfNavigationStack to QPdfPageNavigator; QML type tooShawn Rutledge2022-05-275-39/+39
* Move QPdf namespace enums into QPdfDocumentRenderOptions enum classesShawn Rutledge2022-05-246-175/+70
* QPdfBookmarkModel: make DisplayRole distinct from Title roleShawn Rutledge2022-05-242-2/+4
* Remove QPdfBookmarkModel::structureModeShawn Rutledge2022-05-242-37/+2
* QPdfBookmarkModel: replace StructureMode enum with an enum classShawn Rutledge2022-05-242-6/+6
* QPdfDocument: use enum classesShawn Rutledge2022-05-247-92/+76
* Support cross-compilation on macOSMichal Klocek2022-04-301-1/+2
* QPdfBookmarkModel: add location and zoom rolesShawn Rutledge2022-04-242-4/+56
* doc: Add docs for QPdfViewShawn Rutledge2022-04-232-3/+7
* Turn QPdfBookmarkModel::Role into an enum classShawn Rutledge2022-04-222-18/+19
* QtPDF: Get styles working again; remove visible hyperlink adornmentsShawn Rutledge2022-04-201-0/+0
* doc: Add Qt Quick details to the Qt PDF module page; clarify examplesShawn Rutledge2022-04-171-0/+22
* PdfQuick: deal with loading a different documentShawn Rutledge2022-04-122-0/+15
* QPdfDocument: qCDebug time for FPDF_InitLibrary and FPDF_DestroyLibraryShawn Rutledge2022-04-121-2/+8
* doc: fix QtPDF doc warnings and mistakesShawn Rutledge2022-04-083-4/+4
* Move QQuickPdfNavStack core into QPdfNavigationStack; use in QPdfViewShawn Rutledge2022-04-084-327/+356
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-073-0/+9
* Expose PdfBookmarkModel to QML; use with TreeView in manual testShawn Rutledge2022-04-063-5/+6
* QPdfBookmarkModelPrivate: stop inheriting QAbstractItemModelPrivateShawn Rutledge2022-04-062-25/+10
* doc: Document the QPdfSearchModel C++ classShawn Rutledge2022-03-312-0/+62
* Enable use of system ICU in QtPDFAllan Sandfeld Jensen2022-03-301-4/+8
* Adaptations for Chrome 98Allan Sandfeld Jensen2022-03-292-1/+1
* QPdfDocument: replace QScopedPointer with std::unique_ptrShawn Rutledge2022-03-291-2/+2
* QPdfDocumentRenderOptions: pass by cref where still possibleMarc Mutz2022-03-241-3/+3
* QPdfDocumentRenderOptions: fix compilation with QT_TYPESAFE_FLAGSMarc Mutz2022-03-241-1/+1
* Combine QPdfDestination and QPdfSearchResult into QPdfLinkShawn Rutledge2022-03-2412-422/+248
* Replace outdated license headerKai Köhne2022-03-212-20/+26
* doc: Document the rest of the public API in QPdfDocumentShawn Rutledge2022-03-191-4/+49
* PDF C++ classes: mark destructors with override keywordShawn Rutledge2022-03-184-4/+4
* Handle qtpdf compilation with static runtimeMichal Klocek2022-03-172-1/+10
* Add bitcode support for qtpdf on iosMichal Klocek2022-03-172-1/+14
* Add static builds for qtpdfMichal Klocek2022-03-093-3/+45
* 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-037-10/+172
* PDF: Remove Q_FUNC_INFO from qCDebugShawn Rutledge2022-02-101-3/+3
* Add QtPdf iOS buildsMichal Klocek2022-02-041-1/+2
* Introduce gn complete static lib target for qtpdfMichal Klocek2022-02-042-2/+5
* Doc: Fix find_package() call for Qt PDFKai Köhne2022-01-161-2/+2
* Minor. Fix cmake warningMichal Klocek2022-01-121-1/+1