Merge lp://staging/~azzar1/unity/lp-1155659 into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Marco Trevisan (Treviño) | ||||||||
Approved revision: | no longer in the source branch. | ||||||||
Merged at revision: | 3220 | ||||||||
Proposed branch: | lp://staging/~azzar1/unity/lp-1155659 | ||||||||
Merge into: | lp://staging/unity | ||||||||
Diff against target: |
334 lines (+115/-112) 4 files modified
launcher/Launcher.cpp (+1/-2) launcher/TooltipManager.cpp (+39/-73) launcher/TooltipManager.h (+10/-11) tests/test_tooltip_manager.cpp (+65/-26) |
||||||||
To merge this branch: | bzr merge lp://staging/~azzar1/unity/lp-1155659 | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Marco Trevisan (Treviño) | Approve | ||
Review via email: mp+153577@code.staging.launchpad.net |
Commit message
Add more unit tests for TooltipManager. Don't reset time on every mouse movement.
Also reduce tooltip timeout lenght.
Description of the change
== Problem ==
Tooltip timeout should not be resetted on each mouse movement.
== Test ==
unit tests added.
To post a comment you must log in.
Works good, tests pass! :)