kdeconnect-kde/plugins/clipboard
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
..
clipboardlistener.cpp Clipboard sync on new connection 2019-07-23 16:22:02 +02:00
clipboardlistener.h Clipboard sync on new connection 2019-07-23 16:22:02 +02:00
clipboardplugin.cpp Use ecm_qt_declare_logging_category to declare the logging categories 2020-05-26 18:55:47 +02:00
clipboardplugin.h Use ecm_qt_declare_logging_category to declare the logging categories 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_clipboard.json 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

When the clipboard changes, it sends a package with type kdeconnect.clipboard
and the field "content" (string) containing the new clipboard content.

When it receivest a package of the same kind, it should update the system
clipboard with the received content, so the clipboard in both devices always
have the same content.

This plugin is symmetric to its counterpart in the other device: both have the
same behaviour.