https://bugs.kde.org/show_bug.cgi?id=359747
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/kdeconnect-kde/commit/3 | |89a47b0880d2c320ecae8adaab4 | |fd0d361b7e6a Status|REPORTED |RESOLVED --- Comment #10 from Aleix Pol <aleix...@kde.org> --- Git commit 389a47b0880d2c320ecae8adaab4fd0d361b7e6a by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 07/04/2021 at 00:43. Pushed by apol into branch 'master'. Add support for clipboard integration Copies over David's implementation in Klipper and integrates it in the plugin. To do so it splits the ClipboardListener class into 2 subclasses: one that uses QClipboard and the other that uses the DataControl classes. M +15 -2 plugins/clipboard/CMakeLists.txt M +71 -15 plugins/clipboard/clipboardlistener.cpp M +37 -17 plugins/clipboard/clipboardlistener.h A +351 -0 plugins/clipboard/datacontrol.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +35 -0 plugins/clipboard/datacontrol.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +278 -0 plugins/clipboard/wlr-data-control-unstable-v1.xml https://invent.kde.org/network/kdeconnect-kde/commit/389a47b0880d2c320ecae8adaab4fd0d361b7e6a -- You are receiving this mail because: You are watching all bug changes.