summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix wip/qpdf compilation against 5.15wip/qtpdfMichal Klocek2020-04-141-0/+3
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-1114-6/+109
* PDF quick plugin: fix warning about unused engine arg on static buildsShawn Rutledge2020-03-111-1/+3
* Add PdfStyle; use Control palette colorsShawn Rutledge2020-03-056-26/+189
* Render PDF link decorations as dashed underlines rather than boxesShawn Rutledge2020-03-042-6/+18
* PdfMultiPageView: correct the license headerShawn Rutledge2020-03-041-33/+19
* PdfMultiPageView: update search highlights when results changeShawn Rutledge2020-02-261-1/+13
* PDF single-page example: shift content right as the search drawer opensShawn Rutledge2020-02-261-0/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-267-28/+101
* PdfMultiPageView: highlight current search result when tapped in listShawn Rutledge2020-02-261-1/+2
* PdfMultiPageView: retain position after pinch zoomShawn Rutledge2020-02-261-7/+36
* PdfScrollablePageView: move selections and links inside the imageShawn Rutledge2020-02-211-63/+57
* PdfScrollablePageView: retain position after pinch zoomShawn Rutledge2020-02-211-4/+18
* PdfScrollablePageView: improve positional navigationShawn Rutledge2020-02-201-7/+32
* PDF single-page example: move search field to the footerShawn Rutledge2020-02-201-71/+71
* Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-206-46/+283
* PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-205-168/+283
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-1912-8/+22
* PDF multipage example: move search field to the footerShawn Rutledge2020-02-191-76/+69
* Fix PdfLinkModel's location y coordinate; add PdfMultiPageView tooltipShawn Rutledge2020-02-192-1/+11
* Guard against crash in QQuickPdfSearchModel::setDocument()Shawn Rutledge2020-02-191-1/+1
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-172-0/+26
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-173-64/+64
* Fix operators and includes in QPdfDestinationShawn Rutledge2020-02-172-12/+20
* Use a timer to update PdfSearchModel in the backgroundShawn Rutledge2020-02-173-0/+21
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-1719-221/+901
* PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-115-56/+148
* PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-113-14/+41
* PDF multipage view: add vertical scrollbarShawn Rutledge2020-02-111-0/+1
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-1110-54/+447
* Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-042-20/+88
* Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-044-8/+9
* Temporarily use MouseArea for links in Pdf(Multi)PageViewShawn Rutledge2020-02-042-14/+16
* Add PdfMultiPageViewShawn Rutledge2020-02-0320-0/+705
* Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-036-12/+307
* PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-035-2/+97
* QPdfDocumentPrivate::load(): check the first two pagesShawn Rutledge2020-02-031-2/+3
* QPdfDocument::pageSize(): add checkPageComplete()Shawn Rutledge2020-02-031-1/+1
* doc: add QPdfDocumentRenderOptions::scaledClipRect and scaledSizeShawn Rutledge2020-02-031-0/+34
* Doc: Add information about building the module with CMakeLeena Miettinen2020-02-033-2/+10
* Add PdfLinkModelShawn Rutledge2020-01-3012-0/+727
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-3016-0/+804
* QPdfDocument and QPdfIOHandler: add scale and clip featuresShawn Rutledge2020-01-303-5/+51
* Use SpinBox for page navigation to get jump-to-page featureShawn Rutledge2020-01-301-13/+13
* doc: rename QML type Document -> PdfDocumentShawn Rutledge2020-01-301-17/+17
* Doc: Add dependency to the Qt Quick module to fix QDoc warningsLeena Miettinen2020-01-281-1/+2
* Doc: Add docs for the Qt PDF Viewer exampleLeena Miettinen2020-01-284-1/+153
* QPdfDocument: check first page in load(), current page in render()Shawn Rutledge2020-01-272-2/+48
* Add missing check when doing qpdf buildMichal Klocek2020-01-271-1/+1
* Do not share pdf features with webengine-coreMichal Klocek2020-01-275-42/+41