kdeconnect-kde/kded/plugins/share
2014-03-10 04:46:57 +00: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 Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
kdeconnect_share.desktop SVN_SILENT made messages (.desktop file) 2014-03-10 04:46:57 +00:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) 2014-03-10 04:46:57 +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 Use xdg Download folder instead of Desktop folder as default location for the share plugin 2013-12-27 00:29:04 +01: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 Share plugin changed name! Please run make uninstall before make install 2013-11-23 01:39:10 +01:00
shareplugin.cpp Set the deviceName from SharePlugin 2014-03-03 21:11:32 +01: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.