summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-115-29/+29
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* doc: Mark all QPdfLinkModel docs internal for nowShawn Rutledge2022-09-071-8/+8
* Doc: Add the git repo URL for the Qt PDF examplesVenugopal Shivashankar2022-09-071-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-263-3/+3
* Move QPdfBookmarkModel::d_rolesNames to private classAllan Sandfeld Jensen2022-08-102-4/+4
* Change Rotation values from RotateX to ClockwiseXAllan Sandfeld Jensen2022-08-093-12/+12
* Rename _Count to NRolesAllan Sandfeld Jensen2022-08-098-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
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Doc: Fix linking issues on Qt PDF documentationTopi Reinio2022-07-051-1/+2
* Highlight the multipage pdf viewer exampleShawn Rutledge2022-07-051-0/+2
* QPdfLinkModel: deal with flipped rectangle coordinatesShawn Rutledge2022-06-281-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-2233-1208/+68
* 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