summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CookieBrowser: Make alternating rows readable in dark modePeter Varga2022-03-231-1/+1
* Pass the python executable to gnDimitrios Apostolou2022-03-232-1/+1
* 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
* Fix webui exampleAllan Sandfeld Jensen2022-03-181-2/+1
* 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-173-5/+9
* 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
* Fix building PdfWidgets examplesAllan Sandfeld Jensen2022-03-141-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-102-16/+14
* Remove dead ResourceContextQt codeAllan Sandfeld Jensen2022-03-097-123/+2
* Add static builds for qtpdfMichal Klocek2022-03-098-23/+135
* QtQuick.Pdf: automatically close the error dialog if the error disappearsShawn Rutledge2022-03-082-2/+2
* Update dependencies on 'dev' in qt/qtwebengineQt Submodule Update Bot2022-03-081-4/+4
* QPdfDocument: avoid setStatus(error) before certainty of which errorShawn Rutledge2022-03-071-2/+5
* Update PDF manual testsShawn Rutledge2022-03-074-28/+26
* PDF viewer and manual test: support password-protected documentsShawn Rutledge2022-03-073-9/+49
* 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
* Update dependencies on 'dev' in qt/qtwebengineQt Submodule Update Bot2022-03-051-4/+4
* CMake: Fail gracefully when using an unsupported CMake versionAlexandru Croitor2022-03-044-2/+18
* Update build documentationAllan Sandfeld Jensen2022-03-041-13/+8
* Split accessibility object between Chromium and Qt interfacesAllan Sandfeld Jensen2022-03-034-282/+332
* Add QQuickPdfPageImage and use in the PDF viewer componentsShawn Rutledge2022-03-0315-21/+446
* Add qml user script collection unit testMichal Klocek2022-03-022-0/+153
* Update dependencies on 'dev' in qt/qtwebengineQt Submodule Update Bot2022-03-011-4/+4
* Check for loaded opengl library in case-insensitive mannerMichal Klocek2022-02-281-1/+1
* Blacklist CertificateError::test_errorMichal Klocek2022-02-281-0/+3
* Update documented Chromium versionsAllan Sandfeld Jensen2022-02-281-1/+1
* Update ChromiumMichael Brüning2022-02-283-2/+2
* Improve examples CMakeLists.txtKai Köhne2022-02-2522-195/+110