kdeconnect-kde/plugins/share
Antonio Larrosa 1d36164230 Use ecm_qt_declare_logging_category to declare the logging categories
This automatizes the generation of logging categories so a
kdeconnect-kde.categories is generated and installed to
/usr/share/qlogging-categories5/ so kdebugsettings can use it.

Also, sets the default logging level to Warning. So now the logs
of users won't be filled with debug messages but they can
modify the configuration easily with kdebugsettings.
2020-05-26 18:55:47 +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-04-07 06:11:40 +02:00
kdeconnect_share_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-04-07 06:11: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 Use ecm_qt_declare_logging_category to declare the logging categories 2020-05-26 18:55:47 +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.