summaryrefslogtreecommitdiffstats
path: root/src/webenginequick
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation of Quota Permission Request APIPeter Varga2023-01-181-1/+2
* Quick: Fix file selection modes in the default UI delegateSzabolcs David2023-01-154-4/+57
* Fix build with -no-accessibilityPeter Varga2023-01-095-10/+11
* Remove unused properties from QQuickWebEngineViewPrivatePeter Varga2023-01-092-3/+0
* Fix qdoc link failuresMichal Klocek2023-01-061-1/+1
* Remove setPushServiceEndpoint from APIMichal Klocek2022-12-222-28/+20
* Deprecate Quota Permission Request APIPeter Varga2022-12-085-32/+15
* Add Vulkan rendering supportPeter Varga2022-11-101-1/+4
* Silence synqt.cpp warnings-turned-errorsMarc Mutz2022-11-021-0/+4
* Fix compilation 6.3 against 6.4Michal Klocek2022-10-311-1/+7
* Speculative fix for MSVCAllan Sandfeld Jensen2022-10-201-6/+0
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-114-5/+5
* Fix logic in bindViewAndDelegateItemMartin Negyokru2022-10-071-3/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Enable Push MessagingSzabolcs David2022-09-122-0/+48
* Fix moc's namespace for qquickwebenginesingletonMichal Klocek2022-09-021-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-263-3/+3
* Use SPDX license identifiersLucie Gérard2022-07-082-59/+6
* 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
* Various clean-upsPeter Varga2022-06-242-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-2271-2541/+142
* Cleanup item delegate logicAllan Sandfeld Jensen2022-06-223-46/+42
* Update .clang-format and fix messed up stylePeter Varga2022-06-222-14/+19
* Support HTML5 <datalist> elementPeter Varga2022-06-196-15/+292
* Protect against default profile being deleted before its pagesAllan Sandfeld Jensen2022-06-131-0/+2
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-102-4/+4
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-0910-769/+394
* Add QtWebChannel dependency to QtWebEngineMarco Bubke2022-06-071-0/+1
* Include moc filesAllan Sandfeld Jensen2022-05-3111-0/+19
* Implement File System Access permission APISzabolcs David2022-05-263-0/+11
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-161-1/+1
* Keep page's zoom level on loading new urlsKirill Burtsev2022-05-152-6/+13
* Add NavigateOnDrop settingsAllan Sandfeld Jensen2022-05-132-2/+28
* Fix touch input for html's popup in quick implKirill Burtsev2022-05-121-6/+8
* Cleanup custom touch handles implementationMichal Klocek2022-05-108-150/+62
* Add QtQuick dependency to QtWebEngineMarco Bubke2022-05-091-0/+2
* Use qualified imports to avoid prototype loopsMarco Bubke2022-05-093-7/+6
* Quick: Add support for replacing touch handles with delegatesBalazs Egedi2022-05-0410-23/+304
* Clean up documentationAllan Sandfeld Jensen2022-05-031-1/+1
* Introduce http status code domain for loading infoKirill Burtsev2022-04-181-0/+2
* Fix a few code checker warningsAllan Sandfeld Jensen2022-03-301-1/+1
* Adaptations for Chrome 98Allan Sandfeld Jensen2022-03-292-0/+6
* Fix transitive includesShawn Rutledge2022-03-211-1/+2
* Add userScript docs for qml landMichal Klocek2022-03-105-3/+238
* Add QML test for basic profiles and fix the docs accordinglyKirill Burtsev2022-02-171-10/+11
* Adapt to moving of type registrations into the Qt namespaceUlf Hermann2022-02-101-2/+2
* Fix crash on WebEngine(View|Profile).userScripts.collection getKirill Burtsev2022-02-1010-21/+179
* Fix accumulation of compositor-observer bindings for skia-on-glKirill Burtsev2022-02-041-1/+0
* Guard against favicon provider being removed before ViewKirill Burtsev2022-01-281-1/+1