KCM icon, name and other texts changed
This commit is contained in:
parent
d32a667f04
commit
4aac44801f
4 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ public:
|
||||||
//Device known from KConfig, we trust it but we need to wait for a incoming devicelink to communicate
|
//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(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(const QString& id, const QString& name, DeviceLink* dl);
|
||||||
|
|
||||||
//Device known via discovery, we know nothing and have to ask for a presentation package
|
//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
|
//Dbus operations called from kcm
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
Q_SCRIPTABLE void setPair(bool b);
|
Q_SCRIPTABLE void setPair(bool b);
|
||||||
Q_SCRIPTABLE void reloadPlugins();
|
Q_SCRIPTABLE void reloadPlugins(); //From settings
|
||||||
Q_SCRIPTABLE void sendPing();
|
Q_SCRIPTABLE void sendPing();
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
|
|
|
@ -11,5 +11,5 @@ X-KDE-PluginInfo-Website=http://albertvaka.wordpress.com
|
||||||
X-KDE-PluginInfo-License=GPL
|
X-KDE-PluginInfo-License=GPL
|
||||||
X-KDE-PluginInfo-EnabledByDefault=true
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
Icon=battery-100
|
Icon=battery-100
|
||||||
Name=Battery display
|
Name=Battery monitor
|
||||||
Comment=Show your phone battery next to your computer battery
|
Comment=Show your phone battery next to your computer battery
|
||||||
|
|
|
@ -12,4 +12,4 @@ X-KDE-PluginInfo-License=GPL
|
||||||
X-KDE-PluginInfo-EnabledByDefault=true
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
Icon=folder-downloads
|
Icon=folder-downloads
|
||||||
Name=(Stub) File transfer
|
Name=(Stub) File transfer
|
||||||
Comment=Allows to send and receive files
|
Comment=Send and receive files from dolphin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env xdg-open
|
#!/usr/bin/env xdg-open
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Exec=kcmshell4 kcm_kdeconnect
|
Exec=kcmshell4 kcm_kdeconnect
|
||||||
Icon=applications-internet
|
Icon=smartphone
|
||||||
Type=Service
|
Type=Service
|
||||||
|
|
||||||
X-KDE-ServiceTypes=KCModule
|
X-KDE-ServiceTypes=KCModule
|
||||||
|
@ -11,9 +11,9 @@ X-KDE-ParentApp=kcontrol
|
||||||
|
|
||||||
X-KDE-System-Settings-Parent-Category=hardware
|
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
|
X-KDE-Keywords=Network,Android,Devices
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue