summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMichael BrĂ¼ning2020-07-245-32/+47
|\
| * Share linking config between webenginecore and pdfMichal Klocek2020-07-231-28/+1
| * Fix prl generation in sub modules of webengine repoMichal Klocek2020-07-234-13/+37
| * Fix platform support for qtpdf on iosMichal Klocek2020-07-211-1/+0
| * Fix incorrect paths in prl files when doing a static buildMichal Klocek2020-07-211-0/+19
* | Use QList instead of QVectorJarek Kobus2020-07-1520-50/+50
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-06-295-10/+125
|\|
| * Add some info when project is misconfiguredMichal Klocek2020-06-121-2/+6
| * Split errorChecks for webengine and pdfMichal Klocek2020-06-031-6/+15
| * Add static linking for qpdf for all platformsMichal Klocek2020-05-291-1/+1
| * Split gn args for pdf and webengineMichal Klocek2020-05-283-3/+105
* | Add ; to Q_UNUSEDLars Schmertmann2020-06-272-2/+2
* | Add compatibility for Qt 6's QRecursiveMutex classThiago Macieira2020-05-201-1/+7
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-05-1522-130/+958
|\|
| * Add PdfMultiPageView currentPageRenderingStatus propertyShawn Rutledge2020-05-031-0/+6
| * QPdfDocument::getSelection(): fix off-by-one character selectionShawn Rutledge2020-04-301-1/+8
| * PdfMultiPageView: add workaround to deal with scale changeShawn Rutledge2020-04-301-2/+10
| * PDF views: jump to precise locationsShawn Rutledge2020-04-307-53/+126
| * 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-3012-70/+517
| * QtPDF Quick: remove private API dependenciesShawn Rutledge2020-04-294-4/+2
* | 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