~ubuntu-branches/ubuntu/saucy/unity8/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Indicators/IndicatorsModel.qml

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2013-10-04 21:22:29 UTC
  • Revision ID: package-import@ubuntu.com-20131004212229-a2j9c8et8gfd7xue
Tags: 7.82+13.10.20131004.2-0ubuntu1
Revert 7.82+13.10.20131004.1-0ubuntu1 back to
7.81.3+13.10.20130927.3-0ubuntu1 due to CPU hogging issue with
7.82+13.10.20131004.1-0ubuntu1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    // which throws off the filter for non-visible indicators.
29
29
    Component.onCompleted: {
30
30
        append({    "identifier": "indicator-fake1",
31
 
                    "position": 0,
 
31
                    "priority": 0,
 
32
                    "title": "Menu1",
 
33
                    "description": "",
32
34
                    "widgetSource": "qrc:/tests/indciators/qml/fake_menu_widget1.qml",
33
35
                    "pageSource": "qrc:/tests/indciators/qml/fake_menu_page1.qml",
34
36
                    "indicatorProperties": ""
35
37
        });
36
38
 
37
39
        append({    "identifier": "indicator-fake2",
38
 
                    "position": 1,
 
40
                    "priority": 1,
 
41
                    "title": "Menu2",
 
42
                    "description": "",
39
43
                    "widgetSource": "qrc:/tests/indciators/qml/fake_menu_widget2.qml",
40
44
                    "pageSource": "qrc:/tests/indciators/qml/fake_menu_page2.qml",
41
45
                    "indicatorProperties": ""
42
46
        });
43
47
 
44
48
        append({    "identifier": "indicator-fake3",
45
 
                    "position": 2,
 
49
                    "priority": 2,
 
50
                    "title": "Menu3",
 
51
                    "description": "",
46
52
                    "widgetSource": "qrc:/tests/indciators/qml/fake_menu_widget3.qml",
47
53
                    "pageSource": "qrc:/tests/indciators/qml/fake_menu_page3.qml",
48
54
                    "indicatorProperties": ""
49
55
        });
50
56
 
51
57
        append({    "identifier": "indicator-fake4",
52
 
                    "position": 3,
 
58
                    "priority": 3,
 
59
                    "title": "Menu4",
 
60
                    "description": "",
53
61
                    "widgetSource": "qrc:/tests/indciators/qml/fake_menu_widget4.qml",
54
62
                    "pageSource": "qrc:/tests/indciators/qml/fake_menu_page4.qml",
55
63
                    "indicatorProperties": ""
56
64
        });
57
65
 
58
66
        append({    "identifier": "indicator-fake5",
59
 
                    "position": 4,
 
67
                    "priority": 4,
 
68
                    "title": "Menu5",
 
69
                    "description": "",
60
70
                    "widgetSource": "qrc:/tests/indciators/qml/fake_menu_widget5.qml",
61
71
                    "pageSource": "qrc:/tests/indciators/qml/fake_menu_page5.qml",
62
72
                    "indicatorProperties": ""