39190a4a1b
Sharereceiver is now called share plugin (soon it will not only receive ;) Added a config dialog to be able to select a directory for incoming files Changed Messages.sh to translate config new .ui files too Fixed typo in pausemusicplugin.cpp Fixed multiple file transfer notifications bug Added minimal error checking to share plugin.
11 lines
578 B
Text
11 lines
578 B
Text
|
|
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.
|