~unity-team/unity-api/stable

« back to all changes in this revision

Viewing changes to test/qmltest/unity/shell/application/tst_Application.qml

  • Committer: CI Train Bot
  • Author(s): Michael Terry
  • Date: 2015-12-04 18:32:31 UTC
  • mfrom: (194.1.2 fix-wakelocks-8.5)
  • Revision ID: ci-train-bot@canonical.com-20151204183231-2qz9tms0xcfcrwk8
BackportĀ lp:~mterry/unity-api/fix-wakelocks

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                        { enum: "RoleState" },
71
71
                        { enum: "RoleFocused" },
72
72
                        { enum: "RoleIsTouchApp" },
 
73
                        { enum: "RoleExemptFromLifecycle" },
73
74
                    ];
74
75
        }
75
76
 
90
91
                        { tag: "ApplicationManager.roles[state]", role: "state", type: "number" },
91
92
                        { tag: "ApplicationManager.roles[focused]", role: "focused", type: "boolean" },
92
93
                        { tag: "ApplicationManager.roles[isTouchApp]", role: "isTouchApp", type: "boolean" },
 
94
                        { tag: "ApplicationManager.roles[exemptFromLifecycle]", role: "exemptFromLifecycle", type: "boolean" },
93
95
                    ];
94
96
        }
95
97
 
146
148
                { tag: "ApplicationInfo.properties[requestedState]", property: "requestedState", type: "number" },
147
149
                { tag: "ApplicationInfo.properties[focused]", property: "focused", type: "boolean" },
148
150
                { tag: "ApplicationInfo.properties[isTouchApp]", constant: "isTouchApp", type: "boolean" },
 
151
                { tag: "ApplicationInfo.properties[exemptFromLifecycle]", constant: "exemptFromLifecycle", type: "boolean" },
149
152
                { tag: "ApplicationInfo.properties[splashTitle]", constant: "splashTitle", type: "string" },
150
153
                { tag: "ApplicationInfo.properties[splashImage]", constant: "splashImage", type: "url" },
151
154
                { tag: "ApplicationInfo.properties[splashShowHeader]", constant: "splashShowHeader", type: "boolean"},