summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of qmake based configurationMichal Klocek2021-10-142-50/+0
* Add QtPdf to cmake buildMichal Klocek2021-08-1721-3646/+0
* Remove outdated QT_VERSION_CHECKsAllan Sandfeld Jensen2021-07-091-115/+0
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-04-131-2/+2
|\
| * Fix static build of qml qtpdfMichal Klocek2021-04-061-2/+2
| * QtPdf: Fix for loading local .pdf files on WindowsMiika Pernu2020-12-011-1/+1
* | QtPdf: Fix for loading local .pdf files on WindowsMiika Pernu2020-12-011-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devMichael BrĂ¼ning2020-07-241-1/+1
|\|
| * Fix prl generation in sub modules of webengine repoMichal Klocek2020-07-231-1/+1
* | Use QList instead of QVectorJarek Kobus2020-07-156-16/+16
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-05-1514-104/+782
|\|
| * Add PdfMultiPageView currentPageRenderingStatus propertyShawn Rutledge2020-05-031-0/+6
| * PdfMultiPageView: add workaround to deal with scale changeShawn Rutledge2020-04-301-2/+10
| * PDF views: jump to precise locationsShawn Rutledge2020-04-306-52/+125
| * Add QML TableViewExtra type to help improve PdfMultiPageView positioningShawn Rutledge2020-04-304-1/+292
| * Remove stray backslashShawn Rutledge2020-04-301-1/+1
| * Support text selection handles in PDF viewsShawn Rutledge2020-04-305-46/+350
| * QtPDF Quick: remove private API dependenciesShawn Rutledge2020-04-294-4/+2
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-04-2710-123/+364
|\|
| * PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-115-0/+28
| * 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
| * 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
* | Fix building dev with newer QtBaseAllan Sandfeld Jensen2020-04-241-2/+2
|/
* 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