Merge lp:~aacid/unity8/spacier_drawer into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Lukáš Tinkl on 2017-04-04 |
| Approved revision: | 2917 |
| Merged at revision: | 2920 |
| Proposed branch: | lp:~aacid/unity8/spacier_drawer |
| Merge into: | lp:unity8 |
| Diff against target: |
101 lines (+44/-3) 2 files modified
qml/Launcher/Drawer.qml (+43/-2) tests/mocks/Unity/Launcher/MockAppDrawerModel.cpp (+1/-1) |
| To merge this branch: | bzr merge lp:~aacid/unity8/spacier_drawer |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Lukáš Tinkl (community) | 2017-04-03 | Approve on 2017-04-04 | |
| Unity8 CI Bot | continuous-integration | Approve on 2017-04-04 | |
|
Review via email:
|
|||
Commit Message
Tweak app drawer a bit
Make delegates a bit wider to have more breath space
Add a "tooltip" on hover for delegates whose text is truncated
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* If you changed the UI, has there been a design review?
No, needs one?
| Albert Astals Cid (aacid) wrote : | # |
> Code looks good but could you get rid of the hardcoded colors?
>
> color: UbuntuColors.jet
> border.color: UbuntuColors.blue
I can if you suggest me something better.
FWIW the file is already a bit meh using "#BF000000" and "#20ffffff"
- 2915. By Albert Astals Cid on 2017-04-03
-
Make longer so that tryDrawer has one elided item
| Lukáš Tinkl (lukas-kde) wrote : | # |
OK, looks and works good enough for me; the "blue" color stands out a bit too much but I don't want to block on that.
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2914
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2915
https:/
Executed test runs:
SUCCESS: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2915
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
- 2916. By Albert Astals Cid on 2017-04-04
-
Limit fullLabel width and height
Also remove blue outline
- 2917. By Albert Astals Cid on 2017-04-04
-
also show the fulllabel if focused
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2916
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2917
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Lukáš Tinkl (lukas-kde) wrote : | # |
Yes, looks nice and works as expected
* Did you perform an exploratory manual test run of the code change and any related functionality?
Yes
* Did CI run pass? If not, please explain why.
Yes

Code looks good but could you get rid of the hardcoded colors?
color: UbuntuColors.jet
border.color: UbuntuColors.blue