Summary: | Strongly recommended feature "clipboard" is not available in UI of v2.2.0. | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | Dohn Johnson <joooo> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | montel, mutz, samir |
Priority: | NOR | ||
Version: | 2.2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/kdepim/964121745865491d26037f6171c66d77c240070b | Version Fixed In: | 4.14 |
Sentry Crash Report: | |||
Attachments: | clipboard-Window.png |
Description
Dohn Johnson
2014-03-12 19:35:45 UTC
what do you mean by "clipboard-window" ? Created attachment 85938 [details] clipboard-Window.png this window (look attachment) : >>> to handle the contents of the clipboard e.g. the message-text copied out of an email. Gesendet: Donnerstag, 03. April 2014 um 11:15 Uhr Von: "Laurent Montel" <montel@kde.org> An: joooo@turnbeutel-vergesser.com Betreff: [kleopatra] [Bug 332069] Strongly recommended feature "clipboard" is not available in UI of v2.2.0. https://bugs.kde.org/show_bug.cgi?id=332069 Laurent Montel <montel@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |montel@kde.org --- Comment #1 from Laurent Montel <montel@kde.org> --- what do you mean by "clipboard-window" ? -- You are receiving this mail because: You reported the bug. There is a clipboard action in systray menu from kleopatra. Function in this submenu is ok for you ? (I can move to main interface if it's ok) indead - you are right - there is a clipboard function (well hidden ;-)) ! I have tested it. First i thought there is a bug because there is no visualization. For me it is important to have a look at the decrypted message to read it. Having opened a received email i cannot paste the decrypted contents of the clipboard - so i have to open something else just to get a visualisation. Another reason to have a visualization window is that i want to use the clipboard to paste my passphrase for the decrytion (as it is very long an not easy to remember). This is not possible if the encrypted message is still in the clipboard. The clipboard-window in GPA just solves this problem - a window for visualization and the clipboard can be used for pasting the passphrase. It would be great to have just the same clipboard-window from GPA also in Kleopatra. (button in Kleopatra) Until Laurent mentioned it I never new about the clipboard function in the systemtray and I've been using Kleopatra for over 4 years. Additionally, I'll agree with Dohn Johnson in #4. Oh yes I need to adapt code. I will do it soon. Git commit 964121745865491d26037f6171c66d77c240070b by Montel Laurent. Committed on 15/07/2014 at 18:57. Pushed by mlaurent into branch 'KDE/4.14'. Fix Bug 332069 - Strongly recommended feature "clipboard" is not available in UI of v2.2.0. FIXED-IN: 4.14 M +1 -0 kleopatra/CMakeLists.txt M +2 -1 kleopatra/kleopatra.rc M +8 -0 kleopatra/mainwindow_desktop.cpp M +14 -59 kleopatra/systrayicon.cpp M +0 -5 kleopatra/systrayicon.h A +129 -0 kleopatra/utils/clipboardmenu.cpp [License: GPL (v2)] A +59 -0 kleopatra/utils/clipboardmenu.h [License: GPL (v2)] http://commits.kde.org/kdepim/964121745865491d26037f6171c66d77c240070b |