~ajalkane/ubuntu-filemanager-app/remove-bookmark-functionality

« back to all changes in this revision

Viewing changes to FolderListView.qml

  • Committer: Tarmac
  • Author(s): Arto Jalkanen
  • Date: 2013-04-24 08:48:19 UTC
  • mfrom: (22.1.2 ubuntu-filemanager-app)
  • Revision ID: tarmac-20130424084819-acmielxp8w354nqn
Cut single item to clipboard.

Approved by Ubuntu Phone Apps Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                }
116
116
            }
117
117
            Action {
 
118
                text: i18n.tr("Cut")
 
119
                onTriggered: {
 
120
                    console.log("Cut on row called for", actionSelectionPopover.model.fileName, actionSelectionPopover.model.index)
 
121
                    model.cutIndex(actionSelectionPopover.model.index)
 
122
                    console.log("CliboardUrlsCounter after copy", folderListModel.clipboardUrlsCounter)
 
123
                }
 
124
            }
 
125
            Action {
118
126
                text: i18n.tr("Delete")
119
127
                onTriggered: {
120
128
                    print(text)