summaryrefslogtreecommitdiff
path: root/src/pdf
Commit message (Expand)AuthorAgeFilesLines
* Fix use of system png for qtpdfMichal Klocek2023-05-161-0/+8
* Add system libtiff featureMichal Klocek2023-05-161-0/+4
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-101-1/+1
* Fix build race condition between data_dep and WebEngineCore.stampMichal Klocek2023-05-031-1/+8
* QPdfNavigator: emit forward/backAvailableChanged when jumping pagesJoni Poikelin2023-04-201-4/+4
* Clear PDF search results on document page model changeMikolaj Boc2023-04-173-0/+15
* Resolve duplicate symbol errorAmir Masoud Abdol2023-04-141-1/+1
* doc: Provide a screenshot of the PDF Viewer widget example; rename pageShawn Rutledge2023-03-301-0/+0
* Require gn for generating docsMichal Klocek2023-03-301-0/+1
* doc: Add the QtPDF Licenses and Attributions sectionShawn Rutledge2023-03-285-0/+53
* Make QPdfLinkModel public and use in QPdfViewShawn Rutledge2023-03-175-101/+105
* Pass system library paths to cmakeMartin Negyokru2023-03-011-1/+1
* Add QtPdf android supportMichal Klocek2023-02-231-2/+4
* Support DecorationRole for icons in QPdfDocument::pageModelShawn Rutledge2023-02-161-0/+26
* Add QPdfPageSelectorShawn Rutledge2023-02-162-0/+18
* Define an enum for FPDF rotation int valuesAxel Spoerl2023-02-142-16/+26
* Add option to build using system OpenJPEG 2Allan Sandfeld Jensen2023-02-131-0/+4
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-02-081-1/+1
* Fix translation of QPdfLink::toString()Friedemann Kleint2023-01-071-6/+5
* Adaptations for 108-basedAllan Sandfeld Jensen2023-01-061-0/+6
* QPdfDocument: make code locale-independentMarc Mutz2022-12-221-1/+3
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-115-29/+29
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* doc: Mark all QPdfLinkModel docs internal for nowShawn Rutledge2022-09-071-8/+8
* Doc: Add the git repo URL for the Qt PDF examplesVenugopal Shivashankar2022-09-071-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-263-3/+3
* Move QPdfBookmarkModel::d_rolesNames to private classAllan Sandfeld Jensen2022-08-102-4/+4
* Change Rotation values from RotateX to ClockwiseXAllan Sandfeld Jensen2022-08-093-12/+12
* Rename _Count to NRolesAllan Sandfeld Jensen2022-08-098-16/+16
* Add QT_NO_DEBUG_STREAM protectionsAllan Sandfeld Jensen2022-08-092-1/+6
* Use SPDX license identifiersLucie Gérard2022-07-081-0/+3
* Doc: Do not advertise Qt module includeKai Köhne2022-07-083-15/+0
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Doc: Fix linking issues on Qt PDF documentationTopi Reinio2022-07-051-1/+2
* Highlight the multipage pdf viewer exampleShawn Rutledge2022-07-051-0/+2
* QPdfLinkModel: deal with flipped rectangle coordinatesShawn Rutledge2022-06-281-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-2233-1208/+68
* doc: Document QPdfBookmarkModel and QPdfLinkModelShawn Rutledge2022-06-063-1/+95
* Do not compile v8 for pdf by defaultMichal Klocek2022-06-041-0/+1
* Rename QPdfLinkModel::Role::Rect to RectangleShawn Rutledge2022-06-042-2/+2
* Add link role to QPdfLinkModel, providing a QPdfLink instanceShawn Rutledge2022-06-046-51/+74
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-041-0/+2
* Use QPdfLink in PageNavigator jump() / jumped(); QML viewsShawn Rutledge2022-06-043-7/+74
* Give QPdfPageNavigator::jump() a default value for zoomShawn Rutledge2022-06-042-3/+3
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-043-0/+119
* Emit fully-qualified enum in QPdfPageRenderer::renderModeChanged()Shawn Rutledge2022-06-021-1/+1
* Rename QPdfDocument::pageSize() to QPdfDocument::pagePointSize()Shawn Rutledge2022-05-313-6/+6
* Include moc filesAllan Sandfeld Jensen2022-05-311-0/+1
* Rename QPdfNavigationStack to QPdfPageNavigator; QML type tooShawn Rutledge2022-05-275-39/+39
* Move QPdf namespace enums into QPdfDocumentRenderOptions enum classesShawn Rutledge2022-05-246-175/+70