Merge lp:~nick-dedekind/unity8/indicator-titles into lp:unity8
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Michał Sawicz on 2013-10-02 | ||||
Approved revision: | 333 | ||||
Merged at revision: | 378 | ||||
Proposed branch: | lp:~nick-dedekind/unity8/indicator-titles | ||||
Merge into: | lp:unity8 | ||||
Diff against target: |
452 lines (+50/-101) 15 files modified
Panel/Indicators/DefaultIndicatorWidget.qml (+6/-6) Panel/Indicators/NetworkIndicatorPage.qml (+1/-1) Panel/IndicatorsDataModel.qml (+0/-31) Panel/MenuContent.qml (+9/-2) plugins/Unity/Indicators/indicators.h (+0/-2) plugins/Unity/Indicators/indicatorsmodel.cpp (+1/-9) plugins/Unity/Indicators/qml/IndicatorBase.qml (+8/-5) plugins/Unity/Indicators/qml/IndicatorPage.qml (+7/-5) plugins/Unity/Indicators/qml/IndicatorWidget.qml (+0/-6) plugins/Unity/Indicators/rootactionstate.cpp (+7/-1) plugins/Unity/Indicators/rootactionstate.h (+3/-0) plugins/Unity/Indicators/visibleindicatorsmodel.cpp (+0/-2) tests/mocks/Unity/Indicators/IndicatorsModel.qml (+5/-15) tests/plugins/Unity/Indicators/indicatorsmodeltest.cpp (+0/-13) tests/qmltests/Panel/tst_IndicatorRow.qml (+3/-3) |
||||
To merge this branch: | bzr merge lp:~nick-dedekind/unity8/indicator-titles | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve on 2013-10-03 | |
Michał Sawicz | 2013-09-17 | Approve on 2013-10-02 | |
Review via email:
|
Commit message
Moved indicator page titles to the root action state of menu model.
Description of the change
Moved indicator page titles to the root action state of menu model.
Francis Ginther (fginther) wrote : | # |
Test was aborted, but has been re-triggered.
PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:327
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Michał Sawicz (saviq) wrote : | # |
There's a conflict in Panel/Indicator
- 328. By Nick Dedekind on 2013-09-30
-
merged with trunk
Nick Dedekind (nick-dedekind) wrote : | # |
> There's a conflict in Panel/Indicator
Fixed.
Michał Sawicz (saviq) wrote : | # |
../plugins/
QVariant IndicatorsModel
^
Please mark unused.
Michał Sawicz (saviq) wrote : | # |
When indicators are unloaded, their titles are, too, which results in indicator-
- 329. By Nick Dedekind on 2013-09-30
-
Fixed network indicator not displaying
- 330. By Nick Dedekind on 2013-09-30
-
Always populate root model pages, but not menu items
Nick Dedekind (nick-dedekind) wrote : | # |
> When indicators are unloaded, their titles are, too, which results in
> indicator-
> Not sure this is acceptable, nor if there's a solution we know? Maybe the
> title could be transferred/cached with the panel icon/label?
I've changed it so that we load up the models for the pages, but still not populate the menu items. This way we get the titles for the pages all the time. Seeing as the modes are created and cached by the panel icons, there is no real overhead.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:328
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
Click here to trigger a rebuild:
http://
Michał Sawicz (saviq) wrote : | # |
A warning introduced by this, when an indicator is removed (e.g. disable bluetooth), please protect:
Panel/MenuConte
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:330
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:330
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
UNSTABLE: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:330
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 331. By Nick Dedekind on 2013-10-01
-
fixed warning
Nick Dedekind (nick-dedekind) wrote : | # |
> A warning introduced by this, when an indicator is removed (e.g. disable
> bluetooth), please protect:
>
> Panel/MenuConte
> undefined
Added content activator index checks.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:331
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Nick Dedekind (nick-dedekind) wrote : | # |
> 141 + console.
neverending!
Fixed.
- 332. By Nick Dedekind on 2013-10-02
-
removed debug log
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:332
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
Nick Dedekind (nick-dedekind) wrote : | # |
> Argh, conflicts now...
Merged with trunk.
- 333. By Nick Dedekind on 2013-10-02
-
merged with trunk
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:333
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
FAILED: Continuous integration, rev:327 jenkins. qa.ubuntu. com/job/ unity8- ci/1028/ jenkins. qa.ubuntu. com/job/ generic- mediumtests- saucy/3530 jenkins. qa.ubuntu. com/job/ generic- mediumtests- touch/1058 jenkins. qa.ubuntu. com/job/ unity-phablet- qmluitests- saucy/1733 jenkins. qa.ubuntu. com/job/ unity8- saucy-amd64- ci/52 jenkins. qa.ubuntu. com/job/ unity8- saucy-armhf- ci/1029 jenkins. qa.ubuntu. com/job/ unity8- saucy-armhf- ci/1029/ artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ unity8- saucy-i386- ci/1028 jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- saucy-i386/ 3542 jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- saucy-i386/ 3542/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ generic- mediumtests- runner- saucy/2991/ console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- saucy-armhf/ 1060 jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- saucy-armhf/ 1060/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ generic- mediumtests- runner- maguro/ 883 jenkins. qa.ubuntu. com/job/ generic- mediumtests- runner- mako/895
http://
Executed test runs:
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
None: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
Click here to trigger a rebuild: s-jenkins: 8080/job/ unity8- ci/1028/ rebuild
http://