Merge lp:~mzanetti/unity8/appdrawer-improvements into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Albert Astals Cid on 2017-01-16 |
| Approved revision: | 2737 |
| Merged at revision: | 2787 |
| Proposed branch: | lp:~mzanetti/unity8/appdrawer-improvements |
| Merge into: | lp:unity8 |
| Prerequisite: | lp:~lukas-kde/unity8/appdrawer-direct-search |
| Diff against target: |
891 lines (+236/-166) 18 files modified
data/com.canonical.Unity8.gschema.xml (+5/-0) plugins/Utils/appdrawerproxymodel.cpp (+1/-1) qml/Launcher/Drawer.qml (+78/-5) qml/Launcher/DrawerGridView.qml (+3/-1) qml/Launcher/DrawerListView.qml (+6/-0) qml/Launcher/Launcher.qml (+6/-10) qml/Launcher/LauncherDelegate.qml (+8/-9) qml/Launcher/LauncherPanel.qml (+11/-6) qml/Launcher/MoreAppsHeader.qml (+12/-5) qml/Launcher/graphics/launcher-app-focus-ring.svg (+0/-12) qml/Shell.qml (+16/-4) tests/mocks/GSettings.1.0/fake_gsettings.cpp (+14/-0) tests/mocks/GSettings.1.0/fake_gsettings.h (+7/-0) tests/qmltests/Dash/tst_DashShell.qml (+0/-40) tests/qmltests/Launcher/tst_Drawer.qml (+42/-3) tests/qmltests/Launcher/tst_Launcher.qml (+5/-6) tests/qmltests/tst_Shell.qml (+5/-64) tests/qmltests/tst_ShellWithPin.qml (+17/-0) |
| To merge this branch: | bzr merge lp:~mzanetti/unity8/appdrawer-improvements |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Albert Astals Cid (community) | Abstain on 2017-01-16 | ||
| Unity8 CI Bot | continuous-integration | 2016-12-13 | Approve on 2017-01-16 |
| Lukáš Tinkl (community) | 2016-12-13 | Approve on 2017-01-10 | |
|
Review via email:
|
|||
Commit Message
Improvements for the appdrawer
Allow cancelling of the reveal gesture
move the app store uri to a gsetting
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
no
* Did you perform an exploratory manual test run of your code change and any related functionality?
yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
* If you changed the UI, has there been a design review?
yes, vesa checked it out
| Vesa Rautiainen (vesar) wrote : | # |
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2734
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
Click here to trigger a rebuild:
https:/
| Lukáš Tinkl (lukas-kde) wrote : | # |
Looking good, waiting on CI for the top approval
* 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.
Not yet
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2735
https:/
Executed test runs:
SUCCESS: https:/
FAILURE: 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:/
| Lukáš Tinkl (lukas-kde) wrote : | # |
There are some failing tests:
qmltestrunner.
qmltestrunner.
qmltestrunner.
qmltestrunner.
qmltestrunner.
qmltestrunner.
qmltestrunner.
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2736
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 : | # |
FAILED: Continuous integration, rev:2736
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
FAILURE: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2736
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:/
| Albert Astals Cid (aacid) wrote : | # |
Doesn't build, remove the change from tests/mocks/
- 2737. By Michael Zanetti on 2017-01-16
-
merge prereq
| Michael Zanetti (mzanetti) wrote : | # |
> Doesn't build, remove the change from
> tests/mocks/
done
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2737
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:/
- 2738. By Michael Zanetti on 2017-01-23
-
adjust home key to still focus the dash instead of messing with the drawer
- 2739. By Michael Zanetti on 2017-01-23
-
add a test
- 2740. By Michael Zanetti on 2017-01-23
-
try to catch a crash in case we're getting bad indexes

Reviewed these changes with Michael -> approved by design