kdeconnect-kde/plugins/clipboard
Aleix Pol f9406e8afc Introduce QVariantMap as an argument of NetworkPackage
Makes it possible to specify the different properties sent at once,
rather than one by one as we used to do.

Also port whenever possible to the initializer-list syntax.

REVIEW: 128269
2016-06-21 20:07:12 +02:00
..
clipboardplugin.cpp Introduce QVariantMap as an argument of NetworkPackage 2016-06-21 20:07:12 +02:00
clipboardplugin.h Clean up use of virtual and override keywords 2016-06-20 19:22:29 +02:00
CMakeLists.txt Remove unneeded dependency link 2015-04-10 18:03:49 +02:00
kdeconnect_clipboard.json SVN_SILENT made messages (.desktop file) - always resolve ours 2016-02-12 09:32:36 +00: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.