[SCM] kdeconnect packaging branch, master, updated. upstream/1.0.1-206-gf661872
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 18:27:01 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=aef02c0
The following commit has been merged in the master branch:
commit aef02c0cce9c8286bd6234c7390e7c21c44a51f3
Author: Aleix Pol <aleixpol at kde.org>
Date: Sun Aug 21 17:54:25 2016 +0200
Add findmyphone
---
app/qml/DevicePage.qml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/app/qml/DevicePage.qml b/app/qml/DevicePage.qml
index 668dabc..8160ef8 100644
--- a/app/qml/DevicePage.qml
+++ b/app/qml/DevicePage.qml
@@ -79,6 +79,14 @@ Kirigami.Page
lockIface.isLocked = !lockIface.isLocked;
}
}
+ PluginItem {
+ readonly property var findmyphoneIface: FindMyPhoneDbusInterfaceFactory.create(deviceView.currentDevice.id())
+ pluginName: "findmyphone"
+ label: i18n("Find Device")
+ onClicked: {
+ findmyphoneIface.ring()
+ }
+ }
Item { Layout.fillHeight: true }
}
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list