summaryrefslogtreecommitdiff
path: root/qmltypes
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-10 15:14:58 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-02-15 15:08:11 +0100
commit4a14abf206c548b80f2942c4d42e23b0e97ddeb1 (patch)
treeba713599d05f64b478f48446a1f3b3ea112f9f05 /qmltypes
parent41bb52b0a2b02628247a4afd2513aa52a6da5cf6 (diff)
downloadqtapplicationmanager-4a14abf206c548b80f2942c4d42e23b0e97ddeb1.tar.gz
Cleanup the D-Bus interfaces
- most of the newer PackageManager signals were not exposed at all - some properties were not exposed consistently or used the wrong type - clarified the D-Bus policy settings in regards to properties Change-Id: I6875c0a0613a0a63af2386d311a1a6c7c0031b7b Pick-to: 6.5 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'qmltypes')
-rw-r--r--qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes16
1 files changed, 4 insertions, 12 deletions
diff --git a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
index 858fc226..608b8606 100644
--- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
+++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes
@@ -307,6 +307,10 @@ Module {
name: "countChanged"
}
Signal {
+ name: "slowAnimationsChanged"
+ Parameter { name: ""; type: "bool"; }
+ }
+ Signal {
name: "raiseApplicationWindow"
Parameter { name: "applicationId"; type: "string"; }
Parameter { name: "applicationAliasId"; type: "string"; }
@@ -336,14 +340,6 @@ Module {
Signal {
name: "shutDownFinished"
}
- Signal {
- name: "slowAnimationsChanged"
- Parameter { name: ""; type: "bool"; }
- }
- Method {
- name: "count"
- type: "int"
- }
Method {
name: "get"
type: "QVariantMap"
@@ -582,10 +578,6 @@ Module {
Parameter { name: "rolesChanged"; type: "QStringList"; }
}
Method {
- name: "count"
- type: "int"
- }
- Method {
name: "get"
type: "QVariantMap"
Parameter { name: "index"; type: "int"; }