Merge lp:~aacid/unity8/dashOverviewFromTempScopePreview into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Michał Sawicz
Approved revision: 1206
Merged at revision: 1239
Proposed branch: lp:~aacid/unity8/dashOverviewFromTempScopePreview
Merge into: lp:unity8
Diff against target: 11 lines (+1/-0)
1 file modified
qml/Dash/Dash.qml (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity8/dashOverviewFromTempScopePreview
Reviewer Review Type Date Requested Status
Andrea Cimitan (community) Approve
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+232378@code.launchpad.net

Commit message

Disable dash overview if in temp scope preview

Description of the change

 * Are there any related MPs required for this MP to build/function as expected?
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?
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
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Andrea Cimitan (cimi) wrote :

Please rebase on scope setting

review: Needs Fixing
Revision history for this message
Albert Astals Cid (aacid) wrote :

> Please rebase on scope setting

Why?

Revision history for this message
Andrea Cimitan (cimi) wrote :

> > Please rebase on scope setting
>
> Why?
previewShown is gone

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1206. By Albert Astals Cid

Merge

Revision history for this message
Albert Astals Cid (aacid) wrote :

> Please rebase on scope setting

Merged trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) 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.
One failure fixed elsewhere.

review: Approve
Revision history for this message
Andrea Cimitan (cimi) wrote :

Fine now

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Dash/Dash.qml'
2--- qml/Dash/Dash.qml 2014-08-25 16:07:45 +0000
3+++ qml/Dash/Dash.qml 2014-08-28 07:58:59 +0000
4@@ -344,6 +344,7 @@
5 enabled: !dashContent.subPageShown &&
6 dashContent.currentScope &&
7 dashContent.currentScope.searchQuery == "" &&
8+ !scopeItem.subPageShown &&
9 (overviewController.progress == 0 || dragging)
10
11 readonly property real fullMovement: units.gu(20)

Subscribers

People subscribed via source and target branches