[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:26:46 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=4aac448
The following commit has been merged in the master branch:
commit 4aac44801fa9c5a4672e00d67e6dca06f57deb0e
Author: Albert Vaca <albertvaka at gmail.com>
Date: Thu Aug 15 21:59:19 2013 +0200
KCM icon, name and other texts changed
---
daemon/device.h | 4 ++--
daemon/plugins/battery/kdeconnect_battery.desktop | 2 +-
daemon/plugins/filetransfer/kdeconnect_filetransfer.desktop | 2 +-
kcm/kcm_kdeconnect.desktop | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/daemon/device.h b/daemon/device.h
index 083b171..3cef515 100644
--- a/daemon/device.h
+++ b/daemon/device.h
@@ -43,7 +43,7 @@ public:
//Device known from KConfig, we trust it but we need to wait for a incoming devicelink to communicate
Device(const QString& id, const QString& name);
- //Device known via a presentation package sent to us via a devicelink, we know everything but we don't trust it yet
+ //Device known via an incoming connection sent to us via a devicelink, we know everything but we don't trust it yet
Device(const QString& id, const QString& name, DeviceLink* dl);
//Device known via discovery, we know nothing and have to ask for a presentation package
@@ -72,7 +72,7 @@ public Q_SLOTS:
//Dbus operations called from kcm
public Q_SLOTS:
Q_SCRIPTABLE void setPair(bool b);
- Q_SCRIPTABLE void reloadPlugins();
+ Q_SCRIPTABLE void reloadPlugins(); //From settings
Q_SCRIPTABLE void sendPing();
private Q_SLOTS:
diff --git a/daemon/plugins/battery/kdeconnect_battery.desktop b/daemon/plugins/battery/kdeconnect_battery.desktop
index ef0fbcb..74421b2 100644
--- a/daemon/plugins/battery/kdeconnect_battery.desktop
+++ b/daemon/plugins/battery/kdeconnect_battery.desktop
@@ -11,5 +11,5 @@ X-KDE-PluginInfo-Website=http://albertvaka.wordpress.com
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
Icon=battery-100
-Name=Battery display
+Name=Battery monitor
Comment=Show your phone battery next to your computer battery
diff --git a/daemon/plugins/filetransfer/kdeconnect_filetransfer.desktop b/daemon/plugins/filetransfer/kdeconnect_filetransfer.desktop
index 508b5d5..58fc4da 100644
--- a/daemon/plugins/filetransfer/kdeconnect_filetransfer.desktop
+++ b/daemon/plugins/filetransfer/kdeconnect_filetransfer.desktop
@@ -12,4 +12,4 @@ X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
Icon=folder-downloads
Name=(Stub) File transfer
-Comment=Allows to send and receive files
+Comment=Send and receive files from dolphin
diff --git a/kcm/kcm_kdeconnect.desktop b/kcm/kcm_kdeconnect.desktop
index 9b1c9f1..1fbf6aa 100755
--- a/kcm/kcm_kdeconnect.desktop
+++ b/kcm/kcm_kdeconnect.desktop
@@ -1,7 +1,7 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Exec=kcmshell4 kcm_kdeconnect
-Icon=applications-internet
+Icon=smartphone
Type=Service
X-KDE-ServiceTypes=KCModule
@@ -11,9 +11,9 @@ X-KDE-ParentApp=kcontrol
X-KDE-System-Settings-Parent-Category=hardware
-Name=KdeConnect
+Name=Devices
-Comment=Connect your smartphone and your desktop
+Comment=Connect and sync your devices with KDE
X-KDE-Keywords=Network,Android,Devices
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list