~3v1n0/unity8/indicators-client-modernize

« back to all changes in this revision

Viewing changes to qml/Components/Lockscreen.qml

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-09-08 16:48:59 UTC
  • mfrom: (2445.1.4 fake-indicators-model)
  • Revision ID: mail@3v1n0.net-20160908164859-9m8cqbb2ra0s02l6
Merging with lp:~3v1n0/unity8/fake-indicators-model

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        popup.z = Number.MAX_VALUE
92
92
    }
93
93
 
 
94
    function showText(text) {
 
95
        // Programmatically enters the given text into the lockscreen
 
96
        if (pinPadLoader.item) {
 
97
            pinPadLoader.item.showText(text);
 
98
            pinPadLoader.waiting = true;
 
99
        }
 
100
    }
 
101
 
94
102
    Rectangle {
95
103
        // In case background fails to load
96
104
        id: backgroundBackup