summaryrefslogtreecommitdiffstats
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* Add support for universal builds for qtwebengine and qtpdfMichal Klocek2022-05-055-19/+64
* Avoid using xkbcommon in non-X11 buildsAllan Sandfeld Jensen2022-01-151-0/+4
* Handle qtpdf compilation with static runtimeMichal Klocek2021-12-062-1/+11
* Add bitcode support for qtpdf on iosMichal Klocek2021-12-032-2/+12
* Fix prl files on iosMichal Klocek2021-04-061-4/+4
* Fix qtpdf static builds on windowsMichal Klocek2021-04-061-1/+10
* Fix static build of qml qtpdfMichal Klocek2021-04-061-2/+2
* Remove QtPdf dependency on nss at build-timeAllan Sandfeld Jensen2021-02-171-0/+2
* Adaptations for Chromium 87Allan Sandfeld Jensen2021-01-131-1/+1
* Fix building against 5.12 on most CIsAllan Sandfeld Jensen2020-12-082-1/+2
* Add QtZlib as static dependencyMichal Klocek2020-12-082-0/+10
* Add qt static deps when doing static buildMichal Klocek2020-12-082-0/+26
* QtPdf: Fix for loading local .pdf files on WindowsMiika Pernu2020-12-011-1/+1
* 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
* 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 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
* 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
* | Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15v5.15.0-beta1Shawn Rutledge2020-02-2141-157/+3851
|\|