https://bugs.kde.org/show_bug.cgi?id=470147
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kcoreaddons/-/commit | |/ab55eb6e9eb54d2982b026db40 | |cec9c218a043be Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #12 from Harald Sitter <[email protected]> --- Git commit ab55eb6e9eb54d2982b026db40cec9c218a043be by Harald Sitter, on behalf of Jin Liu. Committed on 15/12/2023 at 15:01. Pushed by sitter into branch 'master'. KUrlMimeData: don't use xdg-portal when copy&paste in the same process There's no need to use the FileTransfer portal when the sender and receiver process are the same process When copying, sets application/x-kde-source-id in the mime to the app's dbus unique connection name. When pasting, compares the source id against the current process, and skips the portal if they match. Some previously internal functions are exported in kurlmimedata_p.h for use in unittests. M +34 -0 autotests/kurlmimedatatest.cpp M +4 -0 autotests/kurlmimedatatest.h M +26 -2 src/lib/io/kurlmimedata.cpp A +19 -0 src/lib/io/kurlmimedata_p.h [License: LGPL(v2.0+)] https://invent.kde.org/frameworks/kcoreaddons/-/commit/ab55eb6e9eb54d2982b026db40cec9c218a043be -- You are receiving this mail because: You are watching all bug changes.
