kdeconnect-kde/plugins/share
Nicolas Fella dda590186e Port away from KMimeTypeTrader
It is about to be deprecated

See https://phabricator.kde.org/T12177
2020-08-12 01:34:18 +02:00
..
CMakeLists.txt Use ecm_qt_declare_logging_category to declare the logging categories 2020-05-26 18:55:47 +02:00
kdeconnect_share.json SVN_SILENT made messages (.desktop file) - always resolve ours 2020-06-20 05:10:40 +02:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-06-20 05:10:40 +02:00
README Move the plugins into a different top-ĺevel directory 2014-06-14 16:34:11 +02:00
share_config.cpp Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
share_config.h Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
share_config.ui add xgettext:no-c-format not to confuse i18n() 2015-04-15 17:45:16 +02:00
shareplugin.cpp Port away from KMimeTypeTrader 2020-08-12 01:34:18 +02:00
shareplugin.h Update shareplugin.cpp: added code snippet to check the open condition of the received network package and to act accordingly. 2020-02-16 16:31:14 +00: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.