summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick
Commit message (Expand)AuthorAgeFilesLines
* PdfScrollablePageView: improve positional navigationShawn Rutledge2020-02-201-7/+32
* Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-205-1/+253
* PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-204-165/+280
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-191-1/+4
* Fix PdfLinkModel's location y coordinate; add PdfMultiPageView tooltipShawn Rutledge2020-02-191-0/+10
* Guard against crash in QQuickPdfSearchModel::setDocument()Shawn Rutledge2020-02-191-1/+1
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-171-0/+10
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-56/+57
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-174-121/+234
* PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-111-32/+68
* PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-112-12/+39
* PDF multipage view: add vertical scrollbarShawn Rutledge2020-02-111-0/+1
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-114-52/+164
* Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-041-13/+82
* Temporarily use MouseArea for links in Pdf(Multi)PageViewShawn Rutledge2020-02-042-14/+16
* Add PdfMultiPageViewShawn Rutledge2020-02-034-0/+183
* Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-035-8/+280
* PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-031-1/+56
* Add PdfLinkModelShawn Rutledge2020-01-306-0/+250
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-306-0/+425
* doc: rename QML type Document -> PdfDocumentShawn Rutledge2020-01-301-17/+17
* Add rotation actions to the QML pdf viewer exampleShawn Rutledge2020-01-231-1/+0
* Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-238-2/+447
* Add QtQuick.Pdf module with QQuickPdfDocument; manual testsShawn Rutledge2020-01-216-0/+487