Merge lp:~saviq/unity/phablet.fix-greeter-stuck into lp:unity/phablet

Proposed by Michał Sawicz
Status: Merged
Approved by: Michael Zanetti
Approved revision: no longer in the source branch.
Merged at revision: 726
Proposed branch: lp:~saviq/unity/phablet.fix-greeter-stuck
Merge into: lp:unity/phablet
Diff against target: 19 lines (+4/-4)
1 file modified
Shell.qml (+4/-4)
To merge this branch: bzr merge lp:~saviq/unity/phablet.fix-greeter-stuck
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michael Zanetti (community) Approve
Review via email: mp+167002@code.launchpad.net

Commit message

move Greeter's InputFilterArea out to reduce animations on it

Description of the change

Too many animations to the InputFilterArea meant the input system got confused and stuck.

To post a comment you must log in.
Revision history for this message
Michael Zanetti (mzanetti) wrote :

works fine for me

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

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 08:32:27 +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 {

Subscribers

People subscribed via source and target branches