Merge lp:~ajalkane/ubuntu-filemanager-app/remove-goto-action-from-header into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: David Planella
Approved revision: 320
Merged at revision: 321
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/remove-goto-action-from-header
Merge into: lp:ubuntu-filemanager-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/app/qml/ui/FolderListPage.qml (+1/-0)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/remove-goto-action-from-header
Reviewer Review Type Date Requested Status
David Planella Approve
Carlos Jose Mazieri Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+240368@code.launchpad.net

Commit message

Bug 1386209: Removed the "Go To" action from header in phone mode, as it's more accessible from Places bottom edge page.

Description of the change

Bug 1386209: Removed the "Go To" action from header in phone mode, as it's more accessible from Places bottom edge page.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Carlos Jose Mazieri (carlos-mazieri) wrote :

Agree.

review: Approve
Revision history for this message
David Planella (dpm) wrote :

Looks good to me too, but what will be the behaviour in tablet mode? Will both the action and the places bottom edge be shown?

review: Needs Information
Revision history for this message
Arto Jalkanen (ajalkane) wrote :

> Looks good to me too, but what will be the behaviour in tablet mode? Will both
> the action and the places bottom edge be shown?

Tablet mode is not changed - Go To is in header, no places bottom edge (places are in left sidebar).

Revision history for this message
David Planella (dpm) wrote :

Awesome, LGTM, then!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/ui/FolderListPage.qml'
2--- src/app/qml/ui/FolderListPage.qml 2014-10-28 23:34:49 +0000
3+++ src/app/qml/ui/FolderListPage.qml 2014-11-01 23:49:24 +0000
4@@ -107,6 +107,7 @@
5 id: gotoButton
6 iconName: "find"
7 text: i18n.tr("Go To")
8+ visible: sidebar.expanded
9 onTriggered: PopupUtils.open(Qt.resolvedUrl("GoToDialog.qml"), parent)
10 },
11 Action {

Subscribers

People subscribed via source and target branches