summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* doc: Mark all QPdfLinkModel docs internal for nowShawn Rutledge2022-09-081-8/+8
* Move QPdfBookmarkModel::d_rolesNames to private classAllan Sandfeld Jensen2022-08-102-4/+4
* Change Rotation values from RotateX to ClockwiseXAllan Sandfeld Jensen2022-08-103-12/+12
* Rename _Count to NRolesAllan Sandfeld Jensen2022-08-108-16/+16
* Add QT_NO_DEBUG_STREAM protectionsAllan Sandfeld Jensen2022-08-092-1/+6
* Use SPDX license identifiersLucie Gérard2022-07-081-0/+3
* Doc: Do not advertise Qt module includeKai Köhne2022-07-083-15/+0
* Doc: Fix linking issues on Qt PDF documentationTopi Reinio2022-07-061-1/+2
* Highlight the multipage pdf viewer exampleShawn Rutledge2022-07-061-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-2333-1208/+68
* doc: Document QPdfBookmarkModel and QPdfLinkModelShawn Rutledge2022-06-113-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