summaryrefslogtreecommitdiffstats
path: root/src/pdfquick
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtPdf: Fix QML warning about usage of injected signal parametersPeter Varga2022-02-082-2/+2
* QQuickPdfSelection: Fix division by zeroPeter Varga2022-02-082-1/+6
* QtPdf: Use QML_NAMED_ELEMENT and auto-generated pluginShawn Rutledge2022-01-268-132/+74
* Go back to using pointer handlers in Pdf(Multi)PageViewShawn Rutledge2022-01-202-18/+16
* QtPdf: remove TableViewExtraShawn Rutledge2022-01-195-208/+17
* QQuickTableViewExtra: make ctor explicitMarc Mutz2021-12-071-1/+1
* Make dtors out-of-lineMarc Mutz2021-12-0712-0/+36
* Use up-to date LGPL license headerKai Köhne2021-12-0219-209/+266
* QQuickPdfDocument: fix -Werror=deprecatedMarc Mutz2021-11-221-1/+1
* Doc: Fix qdoc warnings and enable zero warning limitVenugopal Shivashankar2021-11-156-20/+34
* Fix "We mean it." warningsPeter Varga2021-09-231-0/+11
* Rewrite gn-cmake integrationMichal Klocek2021-08-291-5/+0
* Add QtPdf to cmake buildMichal Klocek2021-08-1722-0/+3759