summaryrefslogtreecommitdiffstats
path: root/examples/pdf/pdfviewer
Commit message (Expand)AuthorAgeFilesLines
* doc: Add docs for the pdfviewer exampleShawn Rutledge2024-01-1921-626/+0
* PDF Quick examples: select text in search field when pressing Ctrl-FShawn Rutledge2024-01-061-1/+4
* Add PdfSearchModel.count; disable search up/down buttons if emptyShawn Rutledge2023-12-301-0/+2
* Polish the QML/PdfViewer exampleFriedemann Kleint2022-09-082-8/+21
* 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
* Use SPDX license identifiersLucie Gérard2022-06-222-98/+4
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-8/+10
* Renumber pages in test.pdfShawn Rutledge2022-05-311-0/+0
* QtQuick.Pdf: automatically close the error dialog if the error disappearsShawn Rutledge2022-03-081-1/+1
* PDF viewer and manual test: support password-protected documentsShawn Rutledge2022-03-071-2/+23
* Improve examples CMakeLists.txtKai Köhne2022-02-251-7/+4
* QtPdf: fix qml issuesShawn Rutledge2022-02-221-5/+1
* PDF viewer examples: use QtQuick.Dialogs FileDialogShawn Rutledge2022-01-111-3/+3
* Minor. Cleanup qt6_add_resources usageMichal Klocek2021-10-281-1/+1
* Add QtPdf to cmake buildMichal Klocek2021-08-172-24/+86
* Fix some compiler warningsPeter Varga2021-06-101-1/+0
* Compile pdf examplesMichal Klocek2020-10-062-3/+3
* Support text selection handles in PDF viewsShawn Rutledge2020-04-301-2/+2
* Workaround for failing import QtQml in PDF views on iOSShawn Rutledge2020-03-161-0/+1
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-113-0/+21
* PDF single-page example: shift content right as the search drawer opensShawn Rutledge2020-02-261-0/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-261-1/+25
* 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-201-45/+30
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-195-3/+7
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-171-0/+16
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-6/+5
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-174-31/+111
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-111-2/+1
* Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-042-6/+6
* Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-031-4/+27
* PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-034-1/+41
* Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-303-0/+24
* Use SpinBox for page navigation to get jump-to-page featureShawn Rutledge2020-01-301-13/+13
* Add rotation actions to the QML pdf viewer exampleShawn Rutledge2020-01-234-0/+28
* Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-2311-0/+377