summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-04-2734-246/+606
|\
| * Fix warning about unexpected null disconnect in QPdfLinkModelShawn Rutledge2020-04-221-1/+2
| * PdfLinkModel: support the remaining link action typesShawn Rutledge2020-04-161-21/+62
| * Fixup build_allAllan Sandfeld Jensen2020-04-021-1/+2
| * Make pdf core module aware of support from buildtoolsMichal Klocek2020-03-231-1/+1
| * Avoid type-punning in QPdfDocumentRenderOptionsShawn Rutledge2020-03-181-28/+23
| * Enum class QPdfPageRenderer::RenderModev5.15.0-beta2Allan Sandfeld Jensen2020-03-162-12/+14
| * Add move constructorsAllan Sandfeld Jensen2020-03-164-4/+22
| * Fixup copyright headers and includesAllan Sandfeld Jensen2020-03-1613-30/+35
| * Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15Shawn Rutledge2020-03-1118-155/+454
| |\
| | * PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-118-6/+67
| | * 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
| | * PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-265-26/+51
| | * 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-244-11/+12
|/ /
* | Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15v5.15.0-beta1Shawn Rutledge2020-02-2141-157/+3851
|\|
| * 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-192-2/+7
| * 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-171-0/+10
| * Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-56/+57
| * 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-1714-155/+729
| * 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-119-52/+446
| * 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
| * 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-3011-0/+702
| * Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-3012-0/+758
| * QPdfDocument and QPdfIOHandler: add scale and clip featuresShawn Rutledge2020-01-302-3/+43