summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with libc++Qt Submodule Update Bot2022-04-071-0/+19
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-075-8/+232
* Fix build on Mac M1Szabolcs David2022-04-063-0/+3
* Expose PdfBookmarkModel to QML; use with TreeView in manual testShawn Rutledge2022-04-067-5/+186
* QPdfBookmarkModelPrivate: stop inheriting QAbstractItemModelPrivateShawn Rutledge2022-04-062-25/+10
* Advertise correct security levelAllan Sandfeld Jensen2022-04-061-1/+1
* Use QML_EXTENDED to "inherit" QPdfDocument props, enums and signalsShawn Rutledge2022-04-066-85/+77
* doc: Document the QPdfSearchModel C++ classShawn Rutledge2022-03-312-0/+62
* Enable use of system ICU in QtPDFAllan Sandfeld Jensen2022-03-301-4/+8
* Fix a few code checker warningsAllan Sandfeld Jensen2022-03-303-4/+4
* Update ChromiumAllan Sandfeld Jensen2022-03-291-0/+0
* Adaptations for Chrome 98Allan Sandfeld Jensen2022-03-29119-927/+400
* Adaptations for Chrome 96Allan Sandfeld Jensen2022-03-2943-211/+256
* QPdfDocument: replace QScopedPointer with std::unique_ptrShawn Rutledge2022-03-291-2/+2
* Remove dead ozone codeAllan Sandfeld Jensen2022-03-262-12/+1
* Find GIO with QtBase 6.2Allan Sandfeld Jensen2022-03-251-1/+4
* Avoid crashing on context free web actionsAllan Sandfeld Jensen2022-03-241-15/+15
* Clean up includes in profile_adapterMartin Negyokru2022-03-242-8/+5
* Fix include guardAllan Sandfeld Jensen2022-03-241-2/+2
* QPdfDocumentRenderOptions: pass by cref where still possibleMarc Mutz2022-03-241-3/+3
* QPdfDocumentRenderOptions: fix compilation with QT_TYPESAFE_FLAGSMarc Mutz2022-03-241-1/+1
* Combine QPdfDestination and QPdfSearchResult into QPdfLinkShawn Rutledge2022-03-2414-425/+251
* Fix transitive includesShawn Rutledge2022-03-212-3/+5
* Replace outdated license headerKai Köhne2022-03-212-20/+26
* doc: Document the rest of the public API in QPdfDocumentShawn Rutledge2022-03-191-4/+49
* Fix wrong assumption about focus in/out event deliveryMichal Klocek2022-03-182-9/+8
* PDF C++ classes: mark destructors with override keywordShawn Rutledge2022-03-185-5/+5
* QPdfView: scale page rendering according to devicePixelRatioShawn Rutledge2022-03-181-2/+2
* Handle qtpdf compilation with static runtimeMichal Klocek2022-03-172-1/+10
* Add bitcode support for qtpdf on iosMichal Klocek2022-03-172-1/+14
* Update ChromiumMichal Klocek2022-03-171-0/+0
* Fix qrc sources for QWebEngineScriptAllan Sandfeld Jensen2022-03-171-4/+3
* 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
* QWebEngineLoadingInfo: Fix include conventionFriedemann Kleint2022-03-151-1/+1
* Improve glType detectionMichal Klocek2022-03-131-51/+56
* Update ChromiumAllan Sandfeld Jensen2022-03-111-0/+0
* Add userScript docs for qml landMichal Klocek2022-03-105-3/+238
* multipage PDF viewer example: simplify, and fix more qmllint warningsShawn Rutledge2022-03-101-1/+1
* Remove dead ResourceContextQt codeAllan Sandfeld Jensen2022-03-097-123/+2
* Add static builds for qtpdfMichal Klocek2022-03-094-3/+45
* QPdfDocument: avoid setStatus(error) before certainty of which errorShawn Rutledge2022-03-071-2/+5
* 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
* Expand documentation on the chromium versionsAllan Sandfeld Jensen2022-03-051-1/+4
* CMake: Fail gracefully when using an unsupported CMake versionAlexandru Croitor2022-03-041-1/+3
* Update build documentationAllan Sandfeld Jensen2022-03-041-13/+8
* Split accessibility object between Chromium and Qt interfacesAllan Sandfeld Jensen2022-03-034-282/+332