Merge lp:~saviq/unity8/fix-pageheader-colours into lp:unity8

Proposed by Michał Sawicz
Status: Merged
Approved by: Andrea Cimitan
Approved revision: 1114
Merged at revision: 1125
Proposed branch: lp:~saviq/unity8/fix-pageheader-colours
Merge into: lp:unity8
Diff against target: 23 lines (+2/-1)
1 file modified
qml/Components/PageHeader.qml (+2/-1)
To merge this branch: bzr merge lp:~saviq/unity8/fix-pageheader-colours
Reviewer Review Type Date Requested Status
Andrea Cimitan (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Tim Peeters (community) Approve
Review via email: mp+229698@code.launchpad.net

Commit message

Use the correct API in PageHeader.

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. Both tryDash and the actual dash work fine now.

 * 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?
N/A

 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.
Revision history for this message
Tim Peeters (tpeeters) wrote :

thanks, looks good.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrea Cimitan (cimi) wrote :

 * 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

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qml/Components/PageHeader.qml'
--- qml/Components/PageHeader.qml 2014-07-31 16:49:50 +0000
+++ qml/Components/PageHeader.qml 2014-08-05 21:49:51 +0000
@@ -169,6 +169,7 @@
169 property var styledItem: searchHeader169 property var styledItem: searchHeader
170 property string title170 property string title
171 property var config: PageHeadConfiguration {171 property var config: PageHeadConfiguration {
172 foregroundColor: root.scopeStyle ? root.scopeStyle.headerForeground : "grey"
172 backAction: Action {173 backAction: Action {
173 iconName: "back"174 iconName: "back"
174 onTriggered: {175 onTriggered: {
@@ -247,10 +248,10 @@
247 contentHeight: height248 contentHeight: height
248 opacity: headerContainer.clip || !headerContainer.showSearch ? 1 : 0 // setting visible false cause column to relayout249 opacity: headerContainer.clip || !headerContainer.showSearch ? 1 : 0 // setting visible false cause column to relayout
249 separatorSource: ""250 separatorSource: ""
250 textColor: root.scopeStyle ? root.scopeStyle.headerForeground : "grey"
251 property var styledItem: header251 property var styledItem: header
252 property string title: root.title252 property string title: root.title
253 property var config: PageHeadConfiguration {253 property var config: PageHeadConfiguration {
254 foregroundColor: root.scopeStyle ? root.scopeStyle.headerForeground : "grey"
254 backAction: Action {255 backAction: Action {
255 iconName: "back"256 iconName: "back"
256 visible: root.showBackButton257 visible: root.showBackButton

Subscribers

People subscribed via source and target branches