kdeconnect-kde/plugins/share
l10n daemon script e57fd79f26 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-09-19 06:10:24 +02:00
..
CMakeLists.txt
kdeconnect_share.json SVN_SILENT made messages (.desktop file) - always resolve ours 2020-09-19 06:10:24 +02:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-09-19 06:10:24 +02:00
kdeconnect_share_config.qml
README
share_config.cpp
share_config.h
share_config.ui
shareplugin.cpp
shareplugin.h

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.