Summary: | Cannot Copy & Paste Image [Feature Maybe?] | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Nicco Kunzmann <niccokunzmann> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version: | 24.02.2 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/7c55aad2fee1eeeb498a9e2b1419d8156622a3e0 | Version Fixed In: | 24.08 |
Sentry Crash Report: |
Description
Nicco Kunzmann
2024-06-17 18:12:57 UTC
It should definitely paste, I'll test soon and see if something is still broken A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/514 Git commit 7c55aad2fee1eeeb498a9e2b1419d8156622a3e0 by Joshua Goins. Committed on 06/07/2024 at 16:00. Pushed by redstrate into branch 'master'. Allow pasting bitmap images directly, like from the Internet Now Tokodon supports pasting bitmaps directly from applications, which is common when copying from web browsers. This works by saving the image temporarily to a file when is then deleted when the editor closes. M +16 -2 src/content/ui/StatusComposer/StatusComposer.qml M +12 -0 src/editor/attachmenteditormodel.cpp M +3 -0 src/editor/attachmenteditormodel.h https://invent.kde.org/network/tokodon/-/commit/7c55aad2fee1eeeb498a9e2b1419d8156622a3e0 |