summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/apps
Commit message (Collapse)AuthorAgeFilesLines
* Improve examplesBernd Weimer2022-01-191-4/+4
| | | | | | | | | Fixed build issues, avoided warnings and improved output. Change-Id: I07f2e950399fb7b5a934686e5efe48cfaf7135e4 Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit 98e900a40c9bb237b0c0ff5e50cc06f45923b42a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make all qml-only examples usable from within QtCreatorDominik Holland2021-06-281-4/+2
| | | | | | | | | This adds a new qt6_am_add_systemui_wrapper cmake function which generates a wrapper script and makes sure this is callable from within QtCreator. Change-Id: I8270d31167ef5572514d294d634f55962af04355 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-013-47/+55
| | | | | | | | | 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>
* Rename classesBernd Weimer2019-11-141-2/+3
| | | | | | | | | | | | | Those classes are not restricted to QML, but provide general inter- process communication via DBus. They can be used from native applications, as well: - QmlApplicationInterface to DBusApplicationInterface - QmlApplicationInterfaceExtension to DBusApplicationInterfaceExtension - QmlNotification to DBusNotification Task-number: AUTOSUITE-1260 Change-Id: Iaff6251e61d62b7173e0e17a81863b4f653e8b5d Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Separate LauncherMain from Q*ApplicationBernd Weimer2019-11-111-0/+1
| | | | | | | | | | This allows native applications to use LauncherMain and still choose the application typ, e.g. QApplication for a native widget application. Task-number: AUTOSUITE-1260 Change-Id: Id5f643ebc1a9e413ed6f9b8cf8b3259fa0448859 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Add application-features exampleBernd Weimer2019-08-2911-0/+352
This example showcases client applications with various features, including a native application. Change-Id: Id7a8a40481b8b9503434f6576f3bf9f97b093435 Task-number: AUTOSUITE-1142 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>