summaryrefslogtreecommitdiffstats
path: root/src/pdfquick
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-4/+4
* Remove qLcNav logging category from qquickpdfpagenavigator.cppShawn Rutledge2022-09-091-2/+0
* PdfSelection: mark read-only for IM to avoid showing virtual keyboardShawn Rutledge2022-09-091-2/+1
* PdfSelection: check m_document before accessingShawn Rutledge2022-09-071-0/+12
* Pdf[Multi|Scrollable]PageView: enforce zoom limits, don't get stuckShawn Rutledge2022-09-062-6/+8
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-261-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Doc: Fix linking issues on Qt PDF documentationTopi Reinio2022-07-054-27/+11
* Use SPDX license identifiersLucie Gérard2022-06-2223-862/+46
* doc: Add docs for PdfStyleShawn Rutledge2022-06-061-0/+57
* Fix issues in PdfLinkDelegateShawn Rutledge2022-06-041-3/+8
* Add PdfLinkDelegate instead of link decoration style propertiesShawn Rutledge2022-06-048-81/+121
* Rename QPdfLinkModel::Role::Rect to RectangleShawn Rutledge2022-06-044-19/+22
* Add link role to QPdfLinkModel, providing a QPdfLink instanceShawn Rutledge2022-06-041-8/+0
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-044-62/+57
* Use QPdfLink in PageNavigator jump() / jumped(); QML viewsShawn Rutledge2022-06-043-20/+40
* Rename QQuickPdfSelection fromPoint/toPoint properties to from and toShawn Rutledge2022-06-045-53/+53
* Replace usage of currentPage with currentFrameShawn Rutledge2022-06-021-2/+2
* Rename QPdfDocument::pageSize() to QPdfDocument::pagePointSize()Shawn Rutledge2022-05-312-6/+1
* Include moc filesAllan Sandfeld Jensen2022-05-317-0/+14
* Remove PdfPageView.currentPage propertyShawn Rutledge2022-05-314-4/+3
* Rename QPdfNavigationStack to QPdfPageNavigator; QML type tooShawn Rutledge2022-05-276-109/+109
* QPdfDocument: use enum classesShawn Rutledge2022-05-242-17/+17
* doc: Add docs for PdfScrollablePageView and PdfPageViewShawn Rutledge2022-04-292-2/+438
* PdfMultiPageView: fix PdfNavigationStack.onJumped horizontal scrollingShawn Rutledge2022-04-221-3/+1
* PdfMultiPageView: re-layout when size changesShawn Rutledge2022-04-221-0/+2
* QtPDF: Get styles working again; remove visible hyperlink adornmentsShawn Rutledge2022-04-205-37/+30
* doc: Add more docs to PdfPageImage and PdfSelectionShawn Rutledge2022-04-172-0/+23
* Add manual tests for PdfPageViewShawn Rutledge2022-04-121-24/+7
* PdfQuick: deal with loading a different documentShawn Rutledge2022-04-124-1/+25
* doc: fix QtPDF doc warnings and mistakesShawn Rutledge2022-04-083-4/+5
* Move QQuickPdfNavStack core into QPdfNavigationStack; use in QPdfViewShawn Rutledge2022-04-086-192/+40
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-072-8/+223
* Expose PdfBookmarkModel to QML; use with TreeView in manual testShawn Rutledge2022-04-064-0/+180
* Use QML_EXTENDED to "inherit" QPdfDocument props, enums and signalsShawn Rutledge2022-04-066-85/+77
* Combine QPdfDestination and QPdfSearchResult into QPdfLinkShawn Rutledge2022-03-242-3/+3
* PDF C++ classes: mark destructors with override keywordShawn Rutledge2022-03-181-1/+1
* doc: PdfDocument qmlproperty type correctionsShawn Rutledge2022-03-161-3/+3
* Remove PdfDocument::heightSumBeforePageShawn Rutledge2022-03-162-27/+0
* QtPdf: hide "debug" properties; qt.pdf.(single|multi]pageview log catsShawn Rutledge2022-03-162-32/+29
* multipage PDF viewer example: simplify, and fix more qmllint warningsShawn Rutledge2022-03-101-1/+1
* QtQuick.Pdf: fix rendering on high-dpi screensShawn Rutledge2022-03-073-3/+4
* Multipage PDF viewer: use TableView.columnWidthProviderShawn Rutledge2022-03-071-3/+2
* Multipage PDF viewer: fix horizontal scrollingShawn Rutledge2022-03-071-1/+1
* Add QQuickPdfPageImage and use in the PDF viewer componentsShawn Rutledge2022-03-038-11/+274
* QtPdf: fix qml issuesShawn Rutledge2022-02-223-21/+36
* QtPDF QML: replace var with const where possibleShawn Rutledge2022-02-223-52/+50
* Make QtPdf a proper generated moduleShawn Rutledge2022-02-228-62/+7
* QQuickPdfLinkModel::setDocument: avoid crash if document is nullShawn Rutledge2022-02-221-1/+2
* PdfDocument: resolve the source URLShawn Rutledge2022-02-102-7/+12