kdeconnect-kde/plugins/clipboard
Carl Schwan e04072c83e kdeconnect-app: Remove PluginInfoPage wrapper
Base the config page on Kirigami.Page and create them directly.
2024-10-06 11:04:44 +00:00
..
clipboard_config.cpp
clipboard_config.h
clipboard_config.ui
clipboardlistener.cpp fix: don't send clipboard network packets on empty text 2024-08-12 11:06:11 +00:00
clipboardlistener.h
clipboardplugin.cpp fix: do not send NetworkPacket if autoshare is disabled when connecting 2024-03-31 14:48:12 +00:00
clipboardplugin.h
CMakeLists.txt Cleanup all occurences of QT_MAJOR_VERSION in cmake 2023-12-28 17:49:07 +01:00
kdeconnect_clipboard.json SVN_SILENT made messages (.desktop file) - always resolve ours 2024-08-28 01:25:08 +00:00
kdeconnect_clipboard_config.qml kdeconnect-app: Remove PluginInfoPage wrapper 2024-10-06 11:04:44 +00:00
README

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.