~gerboland/unity-api/remove-focus-statetracking

« back to all changes in this revision

Viewing changes to test/qmltest/unity/shell/launcher/tst_Launcher.qml

  • Committer: CI bot
  • Author(s): Michael Zanetti
  • Date: 2014-09-18 16:42:15 UTC
  • mfrom: (153.2.8 launcher-v4)
  • Revision ID: ps-jenkins@lists.canonical.com-20140918164215-jhrv1dojxbklvh07
Add countVisible property to Launcher API 
Approved by: Michał Sawicz, PS Jenkins bot, Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                        { tag: "Model.roles[recent]", role: "recent", type: "boolean" },
86
86
                        { tag: "Model.roles[progress]", role: "progress", type: "number" },
87
87
                        { tag: "Model.roles[count]", role: "count", type: "number" },
 
88
                        { tag: "Model.roles[countVisible]", role: "countVisible", type: "boolean" },
88
89
                        { tag: "Model.roles[focused]", role: "focused", type: "boolean" },
89
90
                    ];
90
91
        }
139
140
                { tag: "Item.properties[running]", property: "running", type: "boolean" },
140
141
                { tag: "Item.properties[progress]", property: "progress", type: "number" },
141
142
                { tag: "Item.properties[count]", property: "count", type: "number" },
 
143
                { tag: "Item.properties[countVisible]", property: "countVisible", type: "boolean" },
142
144
                { tag: "Item.properties[focused]", property: "focused", type: "boolean" },
143
145
                { tag: "Item.properties[quickList]", constant: "quickList", type: "object" },
144
146
            ];