summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies on 'dev' in qt/qtscxmlHEADdevQt Submodule Update Bot6 days1-2/+2
| | | | | Change-Id: Ib094010942189028795c6182bfbf45d3183b27aa Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot7 days1-2/+2
| | | | | Change-Id: I84a03d2382c3189bda78f6650c1fae99ede0319f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot10 days1-2/+2
| | | | | Change-Id: I58149fae343745db1da9d449b9f11430ba77612e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-04-251-2/+2
| | | | | Change-Id: Ifcbb421c81dee2efdf6b78ef3b0ecf673be309c1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-04-191-2/+2
| | | | | Change-Id: Ib5e18e7fe4d8e8f504910cb07440d79362904603 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-04-171-2/+2
| | | | | Change-Id: I9f334a55d12314359a13d59a0201ada45dcf33b7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* QScxmlStateMachine add runtime warningDmitrii Akshintsev2024-04-173-0/+26
| | | | | | | | | | As suggested by Ulf, in addition to correcting the documentation runtime warning will be helpful. This commit adds the warning and a test for that Change-Id: I6dbd727e493431d7d71efbc5b527df8d67d50dcd Fixes: QTBUG-109371 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add a note about QScxmlStateMachine restartDmitrii Akshintsev2024-04-171-2/+4
| | | | | | | | | | | | | | As part of QTBUG-109371 it was discovered that calling start() after stop() doesn't result in a "clean" initial step which is contorary to the existing documentation. It was agreed that ATM changing documentation to better reflect the current state is more suitable, than doing a proper "clean". This commit addresses the documentation issue Fixes: QTBUG-109371 Change-Id: Iaec8f31b39873a1cdc2809e5773fcaa1e6f5d37c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-04-051-2/+2
| | | | | Change-Id: I6ed2f9ce87e14cac80cb135112b725ab8a8b10a9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add a licenseRule.json file for checking of SPDX license identifiersLucie Gérard2024-04-041-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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=../qtscxml perl tests/prebuild/license/tst_licenses.pl [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121039 Change-Id: I93bd5971b1524943fac3db1b038c9331d9ab81f1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Change license for test filesLucie Gérard2024-04-0463-63/+63
| | | | | | | | | | | | 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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I30b19c0d11d2955cfbda4db048c389ed6d245438 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Correct license for example and snippet filesLucie Gérard2024-04-0417-17/+17
| | | | | | | | | | | | According to QUIP-18 [1], all example and snippet files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I72c4b6a9bb6cc28b12b8e9afa3d2dbc4f75823e9 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Change license for tool filesLucie Gérard2024-04-042-2/+2
| | | | | | | | | | | According to QUIP-18 [1], all tool files should be LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I6a82a5e561fbb82413087340d198989c72a3e87a Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-251-2/+2
| | | | | Change-Id: I9e235fea0de0ca9ecc606b4a4cdd1b7b5fcd21c7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-171-2/+2
| | | | | Change-Id: I8b98c94f8ae799b21f8f659926368e5ebc0fc969 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-161-2/+2
| | | | | Change-Id: I4ac9b23e1bc1d4f1eb34725e0b9c8acf3f3dd819 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-141-2/+2
| | | | | Change-Id: I8ccc30a1f6ecb6e62af2a91a3cd19d22f954b968 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-101-2/+2
| | | | | Change-Id: Ia251bc7e9bba22c482dc9db9871896bb002aad60 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-03-021-2/+2
| | | | | Change-Id: I924c3d127e62888d7e110f722505ccd6aea4f908 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Doc: Date type of "event" in occurred should be specifiedJaishree Vyas2024-02-281-1/+1
| | | | | | | | Fixes: QTBUG-120578 Pick-to: 6.6 6.7 Change-Id: I03a68eba493f50bbff0b3b24b2eb7efbafbd1852 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-271-2/+2
| | | | | Change-Id: Ie30333d63aec8531ab696e9bf1cf416749d6dfc9 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-231-2/+2
| | | | | Change-Id: I5a27db443769ba15bfd5b1fa2101bd24356aa274 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-191-2/+2
| | | | | Change-Id: I93d09f20037f37c5b38065195c3371985e729188 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-111-2/+2
| | | | | Change-Id: Id739be9b6e04d035775ff0c2f4ee18f986316596 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-091-2/+2
| | | | | Change-Id: I6fc28ca394134d40875c84af475e5922c1e700f0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-02-071-2/+2
| | | | | Change-Id: I747600898d324b6854b27096cb2bdcbd69241cb6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update mocUlf Hermann2024-02-069-81/+116
| | | | | | | | | | The actual moc hasn't changed since 6.7 was branched off. We can pick the change back. Pick-to: 6.7 Fixes: QTBUG-121344 Change-Id: Ied2406ccfdd8307e8f142ff68e45a27786089cc1 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-261-1/+1
| | | | | Change-Id: I313dde0d8930c3f160e74c954f619586f43e1f55 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-251-1/+1
| | | | | Change-Id: I788d93f298ecb22561523438a09d98d625386423 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-221-2/+2
| | | | | Change-Id: I9ea56b2c52bb4c55b5ebca79b340a3c294cca940 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Small cleanup in the sudoku exampleMate Barany2024-01-221-2/+0
| | | | | | | | | It seems that the the layout is set directly as the top level layout for the mainwindow when it is constructed, setting it again with setLayout seems to be a bit redundant. Change-Id: I5da231c0901bcafaab29169f024ff9e66497060e Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-201-2/+2
| | | | | Change-Id: I9d3794c31bd4fb073168362f6844cf4f661fae8f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-191-2/+2
| | | | | Change-Id: I64ad09d725bc3aa5c38de4a84decfd52b2dd5bd3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-181-2/+2
| | | | | Change-Id: Ib72fdf53b77fab81da498674290185857330579d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-151-2/+2
| | | | | Change-Id: I3c4b77848792af40dd14ccab123bd43ef8036d37 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-121-2/+2
| | | | | Change-Id: I14ec08a7033080e5c72b681e439d39cb240214e1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update 3rd party directories to SPDX-License-RefLucie Gérard2024-01-111-25/+1
| | | | | | | Task-number: QTBUG-120262 Pick-to: 6.6 6.7 Change-Id: I0b93aba35c3d8c7bf0068bb893ce5c377d7bfae8 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-101-2/+2
| | | | | Change-Id: I0737dda22be3a0b51413658e2cec762f376ce3f3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove unused imagesDavid Faure2024-01-109-0/+0
| | | | | | | | Looks like these examples no longer exist, or at least not in this module. Change-Id: Iab05007169933773a21909a23ca2a8beb9b61a0c Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* Doc: Drop duplicated sentencePaul Wicking2024-01-081-3/+1
| | | | | | | | | | | | | QDoc automatically generates an admonition (note) with the same content. Drop the sentence to avoid duplicate content. Fix a typo in the preceding line. Fixes: QTBUG-120576 Pick-to: 6.7 6.6 Change-Id: I3e5e1133d9d252e0bcac8d2397c718251818aef2 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2024-01-051-2/+2
| | | | | Change-Id: I9fd89bb3bda715d44423bf486c7cae49c95a14c8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2023-12-281-2/+2
| | | | | Change-Id: I86bbaf6bf2d46aac04e3bbb5f0ae5ee3a728f025 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove the use of Q_STATEMACHINEQML_PRIVATE_EXPORTAlexey Edelev2023-12-227-11/+11
| | | | | | Task-number: QTBUG-117983 Change-Id: Ie45d595a84344fbf4f5998a7de693738600c04c0 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Remove the use of Q_SCXMLQML_PRIVATE_EXPORTAlexey Edelev2023-12-225-8/+8
| | | | | | Task-number: QTBUG-117983 Change-Id: I89853fbdaebc4c28bc7843c0fe2243b64a0c7dd8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Remove the use of Q_SCXML_PRIVATE_EXPORTAlexey Edelev2023-12-223-9/+2
| | | | | | Task-number: QTBUG-117983 Change-Id: I3451795e311854ad9c5c94a0d367a9e111c444f4 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2023-12-223-3/+0
| | | | | | Task-number: QTBUG-117983 Change-Id: I0df1b5412c87d1b6772bbde4eb9014c9c404fa72 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2023-12-211-1/+1
| | | | | Change-Id: I699fedf2988a27475a942b21529fb3d1beded1ee Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2023-12-191-2/+2
| | | | | Change-Id: Icfff1940e26f8b164204ba318f9ec253f3718b56 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2023-12-181-2/+2
| | | | | Change-Id: Id64bb1c81eaf46b2f417643f3080586c2b26369f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update dependencies on 'dev' in qt/qtscxmlQt Submodule Update Bot2023-12-151-2/+2
| | | | | Change-Id: I812be3e54b69b0921a73fe476099a0a3d52bbfbf Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>