kdeconnect-kde/kded/plugins/share
Aleix Pol 566a671b15 Make it possible to send files from the kded plugin
Expose the share plugin on dbus
Add a shareUrl method that will send the file if it's a local url and just
send a URL otherwise.

REVIEW: 113344
2014-03-03 04:53:11 +01: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-02-19 05:17:04 +00:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) 2014-01-23 04:05:48 +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 Make it possible to send files from the kded plugin 2014-03-03 04:53:11 +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.