summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix for possible thread deadlock6.4Bartlomiej Moskal2023-03-031-0/+15
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-141-1/+1
* Fix assert when WebView is used in combination with QQuickWidgetChristian Strømme2022-10-277-1/+39
* Fix CMake warning about using PUBLIC_LIBRARIES for pluginsChristian Strømme2022-06-174-4/+1
* Use SPDX license identifiersLucie Gérard2022-06-1039-1422/+78
* Fix crash due to missing native functions for the cookie APIsChristian Strømme2022-05-092-22/+109
* Doc: Revise Qt WebView module landing pageAndreas Eliasson2022-04-061-40/+25
* Android: Enable local storage by defaultChristian Strømme2022-03-161-0/+5
* Make sure all private headers include at least one otherThiago Macieira2022-03-093-1/+3
* Use up-to date LGPL license headerKai Köhne2022-02-1433-363/+462
* Don't include a qml header in library with no qml usageAlexandru Croitor2022-02-011-1/+0
* Add libraries that supposed to be in rpath to PUBLIC_LIBRARIESAlexey Edelev2022-01-191-1/+8
* Add support functions to manage cookiesAgnieszka Jaworska2021-12-1414-2/+314
* Disconnect signals form base class of qquickviewcontrollerMichal Klocek2021-12-081-3/+7
* QWebViewFactory: second step in porting to QFactoryLoader's CBOR supportThiago Macieira2021-11-041-9/+4
* Add missing "We mean it" disclaimerKai Köhne2021-11-011-0/+11
* QWebViewFactory: Preliminary adaptation to QFactoryLoader using CBORThiago Macieira2021-09-241-1/+1
* Doc: Fix documentation warnings for Qt WebViewTopi Reinio2021-09-174-3/+3
* Clean up Qt WebView documentation for 6.2Christian Strømme2021-09-105-19/+40
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-3/+0
* Doc: Fix qdoc warnings for 6.2Venugopal Shivashankar2021-08-233-6/+6
* No API changes have been madeAllan Sandfeld Jensen2021-08-211-2/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-124-4/+4
* Doc: Add Changes Qt 5 to Qt 6 page to Qt WebViewPaul Wicking2021-08-041-0/+44
* Use new qml cmake apis and new qml registrationMichal Klocek2021-07-1918-289/+157
* Switch to new public QJni APIsAllan Sandfeld Jensen2021-07-092-22/+21
* Try fixing failure to find qjni_p.hAllan Sandfeld Jensen2021-07-081-0/+1
* CMake: Update to latest qml CMake APIAlexandru Croitor2021-06-221-3/+7
* Update namespace for webengineMichal Klocek2021-06-221-1/+1
* Update for API renameAllan Sandfeld Jensen2021-06-222-4/+4
* Remove qmake filesMichal Klocek2021-06-179-200/+0
* Fix the macOS information with regard to the use of the system web viewSamuel Gaist2021-06-171-2/+4
* Add cmake buildMichal Klocek2021-06-0213-14/+217
* Fix running tests with webengine pluginMichal Klocek2021-06-022-4/+10
* Android: rename Android's package name for Qt 6Assam Boudjelthia2021-02-124-5/+5
* Update dependencies.yamlAllan Sandfeld Jensen2021-02-041-0/+2
* Replace 0 with nullptrAllan Sandfeld Jensen2021-02-029-9/+9
* Replace Q_DECL_OVERRIDE with overrideAllan Sandfeld Jensen2021-02-028-137/+137
* Sync with window visibilty due to offscreen windows in useAndy Shaw2021-01-141-1/+3
* Do the pre-initialization steps after the plugin paths are setAndy Shaw2021-01-121-9/+25
* Only generate the qrc file and add qmldir to it if we are staticAndy Shaw2021-01-061-2/+4
* Update dependencies.yamlAllan Sandfeld Jensen2020-11-051-0/+1
* Use QList instead of QVectorJarek Kobus2020-07-311-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-313-20/+20
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-07-316-20/+48
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-146-20/+48
| |\
| | * Dynamically create the qrc file so it has the right aliasAndy Shaw2020-05-141-0/+8
| | * Fix WebView::initialize() call orderMichal Klocek2020-04-151-2/+2
| | * Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3Qt Forward Merge Bot2020-03-211-3/+11
| | |\
| | | * Set the httpUserAgent after the component has been completedAndy Shaw2020-03-201-3/+11