Merge lp:~saviq/unity/phablet.raring-backport-726 into lp:unity/phablet.raring

Proposed by Michał Sawicz
Status: Merged
Approved by: Ricardo Salveti
Approved revision: no longer in the source branch.
Merged at revision: 723
Proposed branch: lp:~saviq/unity/phablet.raring-backport-726
Merge into: lp:unity/phablet.raring
Diff against target: 33 lines (+10/-4)
2 files modified
Shell.qml (+4/-4)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~saviq/unity/phablet.raring-backport-726
Reviewer Review Type Date Requested Status
Ricardo Salveti (community) Approve
Sergio Schvezov Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+167085@code.launchpad.net

Commit message

cherry-pick greeter lock fix (lp:unity/phablet rev. 726)

Description of the change

The greeter would freeze up after 13 or so phone unlocks. This is an issue in the InputFilterArea in qtubuntu, but this workaround makes it go away.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Seems to be good... going to ask for one more person to check

review: Approve
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Working fine with mako.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Shell.qml'
2--- Shell.qml 2013-05-31 22:48:16 +0000
3+++ Shell.qml 2013-06-03 16:26:57 +0000
4@@ -393,11 +393,11 @@
5 var bgPath = greeter.model.data(uid, LightDM.UserRoles.BackgroundPathRole)
6 shell.background = bgPath ? bgPath : default_background
7 }
8+ }
9
10- InputFilterArea {
11- anchors.fill: parent
12- blockInput: greeter.shown
13- }
14+ InputFilterArea {
15+ anchors.fill: parent
16+ blockInput: greeter.shown
17 }
18
19 Revealer {
20
21=== modified file 'debian/changelog'
22--- debian/changelog 2013-05-31 22:31:27 +0000
23+++ debian/changelog 2013-06-03 16:26:57 +0000
24@@ -1,3 +1,9 @@
25+qml-phone-shell (1.80.1) raring; urgency=low
26+
27+ * cherry-pick greeter lock fix
28+
29+ -- Michał Sawicz <michal.sawicz@canonical.com> Mon, 03 Jun 2013 18:14:41 +0200
30+
31 qml-phone-shell (1.80) raring; urgency=low
32
33 * Focus/unfocus apps on lock/unlock to make sure keyboard is hidden.

Subscribers

People subscribed via source and target branches

to all changes: