kdeconnect-kde/plugins/clipboard
Albert Vaca Cintora 194a819302 Allow disabling clipboard auto-share and add option to share manually
Continues the work started in !396 by rebasing it onto latest master and
making the "send clipboard" button from the plasmoid invisible when
automatic syncing is enabled.

I didn't find a way to do the same in kdeconnect-indicator and
kdeconnect-app (why do we have 3 UIs???), so there we always show the
option for now.

Co-authored-by: Yaman Qalieh <ybq987@gmail.com>
2023-06-06 21:55:45 +02:00
..
clipboard_config.cpp Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
clipboard_config.h Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
clipboard_config.ui Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
clipboardlistener.cpp [plugins/clipboard] Check for null mimedata 2022-11-18 00:03:15 +00:00
clipboardlistener.h Add config for clipboard plugin on content types to share. 2022-10-17 21:04:20 +00:00
clipboardplugin.cpp Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
clipboardplugin.h Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
CMakeLists.txt Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +02:00
kdeconnect_clipboard.json SVN_SILENT made messages (.desktop file) - always resolve ours 2023-06-01 01:40:26 +00:00
kdeconnect_clipboard_config.qml Allow disabling clipboard auto-share and add option to share manually 2023-06-06 21:55:45 +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.