Merge lp:~mzanetti/unity8/new-pageheader-api into lp:unity8

Proposed by Michael Zanetti
Status: Merged
Approved by: kevin gunn
Approved revision: 1371
Merged at revision: 1426
Proposed branch: lp:~mzanetti/unity8/new-pageheader-api
Merge into: lp:unity8
Diff against target: 22 lines (+2/-3)
1 file modified
qml/Dash/PageHeader.qml (+2/-3)
To merge this branch: bzr merge lp:~mzanetti/unity8/new-pageheader-api
Reviewer Review Type Date Requested Status
Tim Peeters (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity Team Pending
Review via email: mp+239242@code.launchpad.net

Commit message

Update PageHeader to use new SDK api

Description of the change

* Are there any related MPs required for this MP to build/function as expected? Please list.

!!!! Do not land until timp approves. He'll land the SDK related change !!!!
https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/separatorOff/+merge/239217 (needs to land before, not necessarily at the same time)

 * 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?

n/a

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

n/a

To post a comment you must log in.
1371. By Michael Zanetti

reorder

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Tim Peeters (tpeeters) wrote :

we landed the prerequisite in vivid, so this one is also ready to go!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Dash/PageHeader.qml'
2--- qml/Dash/PageHeader.qml 2014-09-30 10:46:50 +0000
3+++ qml/Dash/PageHeader.qml 2014-10-22 17:20:54 +0000
4@@ -170,7 +170,7 @@
5 height: headerContainer.height
6 contentHeight: height
7 opacity: headerContainer.clip || headerContainer.showSearch ? 1 : 0 // setting visible false cause column to relayout
8- separatorSource: ""
9+ __separator_visible: false
10 // Required to keep PageHeadStyle noise down as it expects the Page's properties around.
11 property var styledItem: searchHeader
12 property string title
13@@ -241,8 +241,7 @@
14 height: headerContainer.height
15 contentHeight: height
16 opacity: headerContainer.clip || !headerContainer.showSearch ? 1 : 0 // setting visible false cause column to relayout
17- separatorSource: ""
18- separatorBottomSource: ""
19+ __separator_visible: false
20 property var styledItem: header
21 property string title: root.title
22 property var config: PageHeadConfiguration {

Subscribers

People subscribed via source and target branches