kdeconnect-kde/kded/plugins/share
Aleix Pol 5c9d3a9d42 Make a new kdeconnectcore library
Solves the need of compiling device.cpp against all plugins. Also
networkpackage and others don't need to either.

REVIEW: 118742
2014-06-14 14:31:31 +02:00
..
autoclosingqfile.cpp Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
autoclosingqfile.h Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
CMakeLists.txt Make a new kdeconnectcore library 2014-06-14 14:31:31 +02:00
kdeconnect_share.desktop SVN_SILENT made messages (.desktop file) 2014-06-04 04:19:06 +00:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) 2014-06-04 04:19:06 +00:00
README Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
share_config.cpp Incoming shared files can now be placed in device-dependent dirs. 2014-06-07 18:27:38 +02:00
share_config.h Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
share_config.ui Incoming shared files can now be placed in device-dependent dirs. 2014-06-07 18:27:38 +02:00
shareplugin.cpp Incoming shared files can now be placed in device-dependent dirs. 2014-06-07 18:27:38 +02:00
shareplugin.h Make it possible to send files from the kded plugin 2014-03-03 04:53:11 +01: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.