summaryrefslogtreecommitdiffstats
path: root/src/webview/qwebviewloadrequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-22/+22
| | | | | | | | | | | This reverts commit 2bb1ca0826495cf9f2835e3d5c0592df1ac69aba. Revert of commercial license headers is required for the Qt 6.2.x opensource releases, Qt 6.2.5 onwards. Task-number: QTBUG-107760 Change-Id: I2c5605621fc421489cdde17f2f2903a7ef11ec4a Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* Update commercial license headersTarja Sundqvist2022-06-131-22/+22
| | | | | | | | | | | | | | | Updated header.COMM to the files in tqtc-qtwebview. Examples, tests, or documentation files are not updated. The commercial license header may contain some additional lines so that its line count equals with the earlier license header. Reason for this is that some autotests use hard coded line numbers and a change in the the line count causes failures in tests. Task-number: QTQAINFRA-4954 Change-Id: I1e6fae709dd1ef32d35e9c8b89f6dc1f633c102c Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* Use up-to date LGPL license headerKai Köhne2022-02-141-11/+14
| | | | | | | | | | | | | | Remove usages of outdated LGPL3 header that references LICENSES.LGPLv3 instead of LICENSES.LGPL3. Use BSD instead in the examples, updated LGPL otherwise. Also remove the now unreferenced LICENSE.LGPLv3, LICENSE.GPLv2 files, and instead the newly referenced files instead. Change-Id: I01e1325ee2c7a147e095c08b370b88ded9a8daff Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit be0fe8ed3de43b430d9b85ffe2625c396ca3367e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix license headersSergio Ahumada2015-03-021-6/+6
| | | | | Change-Id: I358aa222b2c357844763a2eb23d0d9e52121422e Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
* Add loadRequest item and necessary classes to enable status reporting.Christian Strømme2015-02-101-0/+61
This makes it possible to listen and check the load status through the loadingChanges signal. The new loadRequest type contains information about the load status (started, succeeded or failed) for a specific url and an error string if available. [ChangeLog][WebView] Improved status reporting through a new loadRequest item. Task-number: QTBUG-43767 Change-Id: I65ffb91524b2e0d57875d6728b0558087d91cc0f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>