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
=== modified file 'Shell.qml'
--- Shell.qml 2013-05-31 22:48:16 +0000
+++ Shell.qml 2013-06-03 16:26:57 +0000
@@ -393,11 +393,11 @@
393 var bgPath = greeter.model.data(uid, LightDM.UserRoles.BackgroundPathRole)393 var bgPath = greeter.model.data(uid, LightDM.UserRoles.BackgroundPathRole)
394 shell.background = bgPath ? bgPath : default_background394 shell.background = bgPath ? bgPath : default_background
395 }395 }
396 }
396397
397 InputFilterArea {398 InputFilterArea {
398 anchors.fill: parent399 anchors.fill: parent
399 blockInput: greeter.shown400 blockInput: greeter.shown
400 }
401 }401 }
402402
403 Revealer {403 Revealer {
404404
=== modified file 'debian/changelog'
--- debian/changelog 2013-05-31 22:31:27 +0000
+++ debian/changelog 2013-06-03 16:26:57 +0000
@@ -1,3 +1,9 @@
1qml-phone-shell (1.80.1) raring; urgency=low
2
3 * cherry-pick greeter lock fix
4
5 -- Michał Sawicz <michal.sawicz@canonical.com> Mon, 03 Jun 2013 18:14:41 +0200
6
1qml-phone-shell (1.80) raring; urgency=low7qml-phone-shell (1.80) raring; urgency=low
28
3 * Focus/unfocus apps on lock/unlock to make sure keyboard is hidden.9 * Focus/unfocus apps on lock/unlock to make sure keyboard is hidden.

Subscribers

People subscribed via source and target branches

to all changes: