Merge lp:~azzar1/unity/fix-838232-2.0 into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Tim Penhey
Approved revision: no longer in the source branch.
Merged at revision: 2558
Proposed branch: lp:~azzar1/unity/fix-838232-2.0
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
launcher/SwitcherController.cpp (+1/-1)
To merge this branch: bzr merge lp:~azzar1/unity/fix-838232-2.0
Reviewer Review Type Date Requested Status
John Lea (community) Approve
Tim Penhey (community) Approve
Francis Ginther Abstain
jenkins (community) continuous-integration Approve
Review via email: mp+115312@code.launchpad.net

This proposal supersedes a proposal from 2012-07-17.

Commit message

Reduce the spread delay in alt-tab.

Description of the change

== Problem ==
Alt-tab - Reduce the spread delay for all items other than the initial item the select lands on after alt-tab opens

== Fix ==
Reduce it. From 500ms to 250ms.

== Test ==
Already in trunk.

To post a comment you must log in.
Revision history for this message
jenkins (martin-mrazik+qa) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Review was claimed by accident, please ignore.

review: Abstain
Revision history for this message
Tim Penhey (thumper) :
review: Approve
Revision history for this message
John Lea (johnlea) :
review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-unity/1022/console reported an error when processing this lp:~andyrock/unity/fix-838232-2.0 branch.
Not merging it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launcher/SwitcherController.cpp'
2--- launcher/SwitcherController.cpp 2012-07-09 11:21:08 +0000
3+++ launcher/SwitcherController.cpp 2012-07-17 10:52:19 +0000
4@@ -46,7 +46,7 @@
5 Controller::Controller(unsigned int load_timeout)
6 : timeout_length(75)
7 , detail_on_timeout(true)
8- , detail_timeout_length(500)
9+ , detail_timeout_length(250)
10 , initial_detail_timeout_length(1500)
11 , construct_timeout_(load_timeout)
12 , main_layout_(nullptr)