kdeconnect-kde/core/plugins/share
Aleix Pol b88897847b Reorganize sources
We broke kded into core and kded, core contains the library with the backends
and plugins.
Also we renamed libkdeconnect to interfaces.
2014-06-14 15:22:40 +02:00
..
autoclosingqfile.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
autoclosingqfile.h Reorganize sources 2014-06-14 15:22:40 +02:00
CMakeLists.txt Reorganize sources 2014-06-14 15:22:40 +02:00
kdeconnect_share.desktop Reorganize sources 2014-06-14 15:22:40 +02:00
kdeconnect_share_config.desktop Reorganize sources 2014-06-14 15:22:40 +02:00
README Reorganize sources 2014-06-14 15:22:40 +02:00
share_config.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
share_config.h Reorganize sources 2014-06-14 15:22:40 +02:00
share_config.ui Reorganize sources 2014-06-14 15:22:40 +02:00
shareplugin.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
shareplugin.h Reorganize sources 2014-06-14 15:22:40 +02:00

It receives a packages with type kdeconnect.share. If they have a payload
attached, it will download it as a file with the filename set in the field
"filename" (string). If that field is not set it should generate a filename.

If the content transferred is text, it can be sent in a field "text" (string)
instead of an attached payload. In that case, this plugin opens a text editor
with the content instead of saving it as a file.

If the content transferred is a url, it can be sent in a field "url" (string).
In that case, this plugin opens that url in the default browser.