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
1=== modified file 'Shell.qml'
2--- Shell.qml 2013-05-31 22:48:16 +0000
3+++ Shell.qml 2013-06-03 08:32:27 +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 {

Subscribers

People subscribed via source and target branches