summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on '6.7.1' in qt/qtwebviewv6.7.16.7.1Qt Submodule Update Bot2024-05-161-1/+1
| | | | | Change-Id: I10be7b4ebc1228626de9d1a5fb3bbc3f9cb83577 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-05-141-1/+1
| | | | | Change-Id: Iedfd16f21c14365c49bac8e4afa5f6df0bf83cb9 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-05-091-2/+2
| | | | | Change-Id: I8a3c14c8de3b6c5698cf2a82ce977387e5a6781c Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-05-051-2/+2
| | | | | Change-Id: I5bf55dba23540c12995b835d180871a28026515e Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-05-011-1/+1
| | | | | Change-Id: Ie6d2694989dadffdf0b97125e70ac615062deb28 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-04-301-1/+1
| | | | | Change-Id: I4502f208df0a743cf9cb04d06abd4259d82cdf5d Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-04-291-2/+2
| | | | | Change-Id: Ib9bb660952bfa5a0205d31963a4fadbb53042975 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7.1' in qt/qtwebviewQt Submodule Update Bot2024-04-251-2/+2
| | | | | Change-Id: I3d66ce4ca933aa84b0f39004db05924e8c3e16f3 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-04-231-2/+2
| | | | | Change-Id: I4059800e440ac65b1c5ad750c1310c0ee0484682 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-04-111-2/+2
| | | | | Change-Id: I85d90c3b2d58cdbe0c0f80abc8dd8343637653db Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Add a licenseRule.json file for checking of SPDX license identifiersLucie Gérard2024-04-051-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license test in qtqa reads this file in order to check the validity of the license used. This file reproduce the QUIP-18 [1] rules, with some exceptions. Each entry in the file corresponds to a set of licensing rules. A set of licensing rules can depend on the file ending, registered in "file_pattern_ending". The last entry in the file has no "file_pattern_ending", it sets the rules for the files whose licensing does not depend on their ending. The license to be used depends on the location of the file within the Qt module repository. Let's call this "<true_location>". The "<true_location>" can also correspond to a file name, offering flexibility for exceptions to the rule. The "<true_location>" are registered in "location". For each "<true_location>" there is a "file type" entry and a "spdx" entry. The "spdx" entry gives the rule: the expected license tag(s) in SPDX format for the file ending (if applicable) and "<true_location>". The "file type" informs on the QUIP-18 type the tested file corresponds to. It is purely informational for the reader. The set of rules are tested in order of appearance in the json file. For this reason, a more constraining ending (like "special.txt") needs to appear in a "file_pattern_ending" located before the "file_pattern_ending" of a less constraining ending (like ".txt"). Also, a file ending cannot be present in two "file_pattern_ending". "file_pattern_ending" and "spdx" should list strings. "<true_location>" can be regular expressions. During the test the deeper "<true_location>" are checked first. The order is which they appear in the json file does not matter. To test this file, run QT_MODULE_TO_TEST=../qtwebview perl tests/prebuild/license/tst_licenses.pl [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121039 Change-Id: I286e53b6437921b121030461d579dd8bbd8c8c58 Reviewed-by: Kai Köhne <[email protected]> (cherry picked from commit 0e2b279143c4ad52e7ceb4b42c17e97b5f0da0a3) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
* Correct license for examples filesLucie Gérard2024-04-053-3/+3
| | | | | | | | | | | | | According to QUIP-18 [1], all example files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I4ae1e94abe3fd5d9ef0e544ddc9183e018f1723b Reviewed-by: Kai Köhne <[email protected]> (cherry picked from commit a3f2c6d79b3156cba4b8c59efc710ced361d9b13) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
* Change license for test filesLucie Gérard2024-04-053-3/+3
| | | | | | | | | | | | | According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I90dc70a85a6699858ca8f6c6b48bb4e125a22da7 Reviewed-by: Kai Köhne <[email protected]> (cherry picked from commit f43719150bdf4867948ddd567bab2f9e39e3ead5) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-04-041-2/+2
| | | | | Change-Id: I12d82e8cfc66d72d897954788cd2fc1cef278655 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-04-031-2/+2
| | | | | Change-Id: I7500b3fee59ce30ce45bebcf61718d88fea307ab Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-281-2/+2
| | | | | Change-Id: Iec4783011bbd05dcf9b01332e09935cae001fe76 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-271-2/+2
| | | | | Change-Id: I1397b5946337f14abd153eb8deb3c3c97310e709 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-221-2/+2
| | | | | Change-Id: I6d89c98ccbf3f75e365f42d6c26d7e37b3c9d1de Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-211-2/+2
| | | | | Change-Id: I34acb50455d16ee0b565022cbfee2a516213f493 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-171-2/+2
| | | | | Change-Id: If0956d4d3ed0f6a364229af407a03b4f05fa0ee4 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Bump version to 6.7.1Jani Heikkinen2024-03-151-1/+1
| | | | | Change-Id: Iebc2511faf1e472c9c2c63643b8152bdd55d65a6 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-151-2/+2
| | | | | Change-Id: Ie5506131018ca7d55b724fd6b7f53d1cb5d9752f Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-051-2/+2
| | | | | Change-Id: I2a2de606fc29090ab153d319bb0930a94b2173f3 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-031-2/+2
| | | | | Change-Id: Id95c2703c456e8ad4be2c8f39cc7b7e9571913be Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-021-2/+2
| | | | | Change-Id: Ic5b1d88bcf38edae28217389ecbd2279a07b3201 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-03-011-2/+2
| | | | | Change-Id: I459a43ed0c8960be0c0a1afad0da024a8af38da6 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-281-2/+2
| | | | | Change-Id: I90194a3ab7ad07ff5209d0c8a5dc6e9cdc71c5e2 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-261-2/+2
| | | | | Change-Id: I685fcfa19e912a1b40d1e9cb4479c9d4e496c31e Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-221-2/+2
| | | | | Change-Id: Iba2961ffa6b9a8747c67336d5087ca7950a22ab0 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-191-2/+2
| | | | | Change-Id: Ide15c5f9bfc4e3ab53c655aba390620fbfb3fdb6 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-161-2/+2
| | | | | Change-Id: Ib8d1c029bdc409286ce0bf7702a17515aab4eb6f Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewv6.7.0-beta3Qt Submodule Update Bot2024-02-101-2/+2
| | | | | Change-Id: I51b695aac8f96a982c28ee382efe4789b4a7c626 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-071-2/+2
| | | | | Change-Id: I7b49ff687ade9cad70d59a7dab6f588e8df226a0 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-061-2/+2
| | | | | Change-Id: I0494cb8c39954f4586022dadad6819467c30921d Reviewed-by: Qt Submodule Update Bot <[email protected]>
* WebViewQuick: Fix QML moduleUlf Hermann2024-02-021-3/+4
| | | | | | | | | | | | | | The module depends on QtQuick because WebView is derived from QQuickItem. It should also forward its version to the QtWebEngine dependency (for consistency; it makes no functional difference) and it should not force pointless plugin loading. Pick-to: 6.6 6.5 Fixes: QTBUG-112346 Change-Id: I57656e1fa064fbe0b57ae9ea9e204770ff709a59 Reviewed-by: Fabian Kosmale <[email protected]> (cherry picked from commit b0efb7b30efcfec857964c65a3930b619422e41e) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-02-011-2/+2
| | | | | Change-Id: Ia39a7013db2d3f06f6a2656332d3ec089a5a082f Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewv6.7.0-beta2Qt Submodule Update Bot2024-01-241-2/+2
| | | | | Change-Id: I95980379f6c63dcf87207570af4825220151bf20 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-01-161-2/+2
| | | | | Change-Id: I0c7415d9c8ab366f3cae1359540bc6ec1f26c342 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-01-121-2/+2
| | | | | Change-Id: I1395baa0f8fd5bf824d039cf02f413134b2ae3ca Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2024-01-091-2/+2
| | | | | Change-Id: I313abf6610a4486e01b3ac59749be746c060ced2 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewQt Submodule Update Bot2023-12-231-2/+2
| | | | | Change-Id: I0ff05e87650b791caecbc77726bee70a50610538 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Use canonical Qt6:: target prefix in examplesKai Köhne2023-12-162-6/+6
| | | | | | | | Task-number: QTBUG-113277 Change-Id: I0169f07d48f4754c11b248f9022a710161d21138 Reviewed-by: Joerg Bornemann <[email protected]> (cherry picked from commit ec184d4c77d12735921699bd0976dafb4925d436) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
* Update dependencies on '6.7' in qt/qtwebviewv6.7.0-beta1Qt Submodule Update Bot2023-12-131-2/+2
| | | | | Change-Id: I7e835f5ab9ef34b15a9b972dc8f0433a48efeef0 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-12-041-2/+2
| | | | | Change-Id: Icaf484e011371bbf6efdd5879977c222539600b6 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-12-021-2/+2
| | | | | Change-Id: I1d3ab87d2f61b852ebe41b8f417c91a0e91e7cb2 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-12-011-2/+2
| | | | | Change-Id: I3f75a035b29bc93bdee27c179e80f9b71109d828 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-11-301-2/+2
| | | | | Change-Id: I2fddbb7481a3461ec3e3a36daa7e9a26ea271e76 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-11-251-2/+2
| | | | | Change-Id: I652f76fe34d8330e81d1a7d38a3f4f83da5163d5 Reviewed-by: Qt Submodule Update Bot <[email protected]>
* Doc: Fix typo in WebViewSettings::javaScriptEnabled propertyAndreas Eliasson2023-11-231-1/+1
| | | | | | | Fixes: QTBUG-119356 Pick-to: 6.6 6.5 Change-Id: I934e15d7ef38cb8b01b07de60d10a345b8772024 Reviewed-by: Christian Strømme <[email protected]>
* Update dependencies on 'dev' in qt/qtwebviewQt Submodule Update Bot2023-11-221-2/+2
| | | | | Change-Id: I49a646bcb13d7fc48f6f9abd244f1c11883f8ca5 Reviewed-by: Qt Submodule Update Bot <[email protected]>