Merge lp:~nick-dedekind/unity8/remove-indicator-visibility-filter into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Daniel d'Andrada on 2015-01-21 |
| Approved revision: | 1562 |
| Merged at revision: | 1573 |
| Proposed branch: | lp:~nick-dedekind/unity8/remove-indicator-visibility-filter |
| Merge into: | lp:unity8 |
| Diff against target: |
403 lines (+8/-255) 12 files modified
plugins/Unity/Indicators/CMakeLists.txt (+0/-1) plugins/Unity/Indicators/indicators.h (+1/-2) plugins/Unity/Indicators/plugin.cpp (+0/-2) plugins/Unity/Indicators/visibleindicatorsmodel.cpp (+0/-90) plugins/Unity/Indicators/visibleindicatorsmodel.h (+0/-56) qml/Panel/Indicators/VisibleIndicators.qml (+0/-84) qml/Shell.qml (+4/-8) run.sh (+1/-1) tests/mocks/Unity/Indicators/CMakeLists.txt (+0/-1) tests/mocks/Unity/Indicators/fakeplugin.cpp (+0/-2) tests/qmltests/Panel/IndicatorTest.qml (+1/-7) tests/qmltests/Panel/tst_MenuContent.qml (+1/-1) |
| To merge this branch: | bzr merge lp:~nick-dedekind/unity8/remove-indicator-visibility-filter |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Daniel d'Andrada (community) | 2015-01-20 | Approve on 2015-01-21 | |
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-01-21 | |
|
Review via email:
|
|||
Commit Message
Removed filtering the indicator model by visibility.
Description of the Change
No longer need to filter the indicator model by visibility.
* 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
* Did you make sure that your branch does not contain spurious tags?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
No
* If you changed the UI, has there been a design review?
N/A
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1561
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Daniel d'Andrada (dandrader) wrote : | # |
"make testMenuContent" is failing.
"""
FAIL! : qmltestrunner:
Loc: [/home/
"""
- 1562. By Nick Dedekind on 2015-01-21
-
fixed MenuContent test
| Nick Dedekind (nick-dedekind) wrote : | # |
> "make testMenuContent" is failing.
>
> """
> FAIL! : qmltestrunner:
> Cannot call method 'data' of undefined
> Loc: [/home/
> filter/
> """
Thanks. Fixed.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1562
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

* Did you perform an exploratory manual test run of the code change and any related functionality?
Yes. All fine.
* Did CI run pass? If not, please explain why.
No results yet.
* Did you make sure that the branch does not contain spurious tags?
Yes.