Merge lp:~ajalkane/ubuntu-filemanager-app/parentPathAsPropertyAgain into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/parentPathAsPropertyAgain
Merge into: lp:ubuntu-filemanager-app
Diff against target: 25 lines (+2/-2)
2 files modified
FolderListPage.qml (+1/-1)
README (+1/-1)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/parentPathAsPropertyAgain
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Arto Jalkanen Approve
Review via email: mp+159008@code.launchpad.net

Commit message

parentPath as property (from upstream)

Description of the change

parentPath as property (from upstream)

To post a comment you must log in.
Revision history for this message
Arto Jalkanen (ajalkane) wrote :

Ok for me.

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'FolderListPage.qml'
--- FolderListPage.qml 2013-04-01 17:25:23 +0000
+++ FolderListPage.qml 2013-04-15 19:53:26 +0000
@@ -36,7 +36,7 @@
36 back: Action {36 back: Action {
37 text: i18n.tr("Up")37 text: i18n.tr("Up")
38 onTriggered: {38 onTriggered: {
39 pageModel.path = pageModel.parentPath()39 pageModel.path = pageModel.parentPath
40 console.log("Up triggered")40 console.log("Up triggered")
41 }41 }
42 visible: pageModel.path != "/"42 visible: pageModel.path != "/"
4343
=== modified file 'README'
--- README 2013-03-18 21:30:47 +0000
+++ README 2013-04-15 19:53:26 +0000
@@ -5,7 +5,7 @@
55
6Currently it can be obtained like this:6Currently it can be obtained like this:
77
8bzr branch lp:~ajalkane/ubuntu-filemanager-app/qml-folderlistmodel8bzr branch lp:~carlos-mazieri/ubuntu-filemanager-app/model
99
10Running filemanager10Running filemanager
11===================11===================

Subscribers

People subscribed via source and target branches