summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/launch-intents/system-ui.qml
Commit message (Collapse)AuthorAgeFilesLines
* Make all example and doc QML imports versionlessRobert Griebl2023-06-171-3/+3
| | | | | | Pick-to: 6.6 Change-Id: Ie3292ac14ce07c5eda08fc7869c21a788eddd1c8 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Make sure that no example throws qmllint warningsRobert Griebl2023-06-121-4/+11
| | | | | | Pick-to: 6.6 Change-Id: I8915fce95eaa0f2c80290f403088c842b02c9657 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-151-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I09660e42dea769d720ff30e652485d9861cea965 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Fix minor issuesBernd Weimer2022-03-221-1/+1
| | | | | | | | | | Whether a JS array contains a value is checked with the includes() method. Aligned default window color in single- and multi-process mode (white). Change-Id: Ie315faafceaf91224b6669de0cff40e890cf5b33 Pick-to: 6.3 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-11/+9
| | | | | | | | | Also removed all the SPDX tags and -QTAS license extensions. Change-Id: Ibd10fe37afcbba832831d027cf2f1891ca0226c0 Fixes: AUTOSUITE-1648 Fixes: AUTOSUITE-1646 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Add a new Hello-World type example, using intentsRobert Griebl2020-01-241-0/+107
Change-Id: I408e76086534fa88a396a1b1189576341cc1ad9d Reviewed-by: Dominik Holland <dominik.holland@qt.io>