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

Proposed by Arto Jalkanen
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 24
Merged at revision: 24
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/cut
Merge into: lp:ubuntu-filemanager-app
Prerequisite: lp:~ajalkane/ubuntu-filemanager-app/copy-paste
Diff against target: 18 lines (+8/-0)
1 file modified
FolderListView.qml (+8/-0)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/cut
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Arto Jalkanen Approve
Review via email: mp+160561@code.launchpad.net

Commit message

Cut single item to clipboard

Description of the change

Cut single item to clipboard

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

Approved

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
1=== modified file 'FolderListView.qml'
2--- FolderListView.qml 2013-04-24 08:23:29 +0000
3+++ FolderListView.qml 2013-04-24 08:23:29 +0000
4@@ -115,6 +115,14 @@
5 }
6 }
7 Action {
8+ text: i18n.tr("Cut")
9+ onTriggered: {
10+ console.log("Cut on row called for", actionSelectionPopover.model.fileName, actionSelectionPopover.model.index)
11+ model.cutIndex(actionSelectionPopover.model.index)
12+ console.log("CliboardUrlsCounter after copy", folderListModel.clipboardUrlsCounter)
13+ }
14+ }
15+ Action {
16 text: i18n.tr("Delete")
17 onTriggered: {
18 print(text)

Subscribers

People subscribed via source and target branches