https://bugs.kde.org/show_bug.cgi?id=408445
Bug ID: 408445
Summary: Enhancements in Reference tool
Product: krita
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Usability
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I continue using/testing the updated reference image tool, and faced with few
flaws:
1) Unable to paste reference image from clipboard when the image copied from
browser (it's copied as multi mime-type but queried as an plain image)
2) No menu item to paste reference image from clipboard (like Edit -> Paste as
Reference Image)
3) No shortcut to paste reference image from clipboard (Like Shift+Ctrl+R)
4) The Paste button on the reference tool dock has non-standard behavior and
disables and enables in depends on is there any picture in the clipboard or
not. The usual Paste action is always active, so it just pastes whenever is
there any picture in clipboard.
5) If you copy a large picture into clipboard and switch to reference image
tool krita freezes for few seconds. That's because of the availability of the
picture in clipboard is checked by decoding the full picture (and then decoding
it again upon paste reference image).
6) There is disappointing message "Could not load image from clipboard." when
you try to paste reference image (actually unreachable in normal case)..
So I'd like to make changes here:
1) Add support for multi mime-type clipboard
2,3) Add menu item and shortcut
4,5,6) Make Paste from clipboard button on the reference tool dock always
enabled and just do nothing upon unsuccessful image decoding.
--
You are receiving this mail because:
You are watching all bug changes.