88fab1f333
Plugins can no longer emit networkpackages for *every* device. Plugins are stored in device, wich selectively loads them. A Device is needed in order to instantiate a Plugin (via PluginLoader) PluginLoader is a singleton, because every instance of Device need it. Added KPluginSelector in the KCM to select the plugins to load. Added architecture explanation to README Only PingPlugin is working by now.
13 lines
379 B
Desktop File
13 lines
379 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Type=Service
|
|
ServiceTypes=KdeConnect/Plugin
|
|
X-KDE-Library=kdeconnect_ping
|
|
X-KDE-PluginInfo-Author=Albert Vaca
|
|
X-KDE-PluginInfo-Email=albertvaka@gmail.com
|
|
X-KDE-PluginInfo-Name=kdeconnect_ping
|
|
X-KDE-PluginInfo-Version=0.1
|
|
X-KDE-PluginInfo-Website=http://albertvaka.wordpress.com
|
|
X-KDE-PluginInfo-License=GPL
|
|
Name=Ping
|
|
Comment=Send and receive pings
|