Add a Qt 5 version of Qt's operator""_L1 to simplify backporting
Use same fonts and colors as main certificate list
Use new card key table for PIV cards
Ensure that menu is shown after clicked item is set as current item
Add possibility to clone a Card
Store a clone of the Card instead of just some properties of the card
Add workaround for missing update when last actions button loses focus
Update list of supported smart cards
Rewrite CardKeysView to display all card keys + certificates
Add shared container for actions used in smart card management
Add a Qt 5 version of Qt's operator""_s to simplify backporting
Remove upstreamed workaround
• ebo renamed
T7237: Kleopatra: reorder columns for tables in the new tabs in the certificate details from
Draft: Kleopatra: reorder columns for tables in the new tabs in the certificate details to
Kleopatra: reorder columns for tables in the new tabs in the certificate details.
What we can do is to provide a warning if a pubring.kbx or pubring.gpg still exists when use-keyboxd is enabled. And option to silence this warning.
Make QTreeWidget::itemFromIndex public (as in Qt 6)
Check for row >= 0 and fix compiler warnings
Make it build with Qt 5 and without backported T6666
KeyFilterManager: Add model for custom key filters
Use improved workaround for accessible focus event also for TreeView
Use improved workaround for accessible focus event
T7245 which fixes selection on multiple results has been backported for VSD 3.3
Backported additional changes for VSD 3.3
• TobiasFella moved
T7236: Kleopatra: Use filter in certificate selection for encryption from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Add custom key filter for certificate selection in sign encrypt widget
Add custom key filter for certificate selection in sign encrypt widget
Don't overwrite method with a signal
Move PasswordViewer to widgets directory
Move statusbar to password viewer
Fix qt5 incompatibility with signals
Transform PasswordDialog into a simple widget put in the main StackWidget
Use modern Qt signal and slot syntax
Fix autoclear feature of password viewer being always enabled
Allign password copy buttons
Use QSplitter for main layout
Move password generation options to a seperate dialog
Add compatibility with Qt5
Use default-key from gpg.conf when available
Port General config to KConfig
The implemented behavior at the moment is:
speedo,w32: Install ntbtls as a library
Fix build for 64 bit Windows
Help -> Additional Documentation -> GnuPG Commandline now brings up the GnuPG Manual in the browser for Gpg4win. This solves the issue that this menu entry (Additional Documentation) existed in Gpg4win and Kleopatra on general Linux but was empty. And the API does exist now to add more entries easily if suggested. I just checked on Linux in master and it worked for me.
As there was some discussion in the ticket: what has been implemented? How can it be tested?
Remove duplicate includes
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAcd85ff6426a1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA11bfd2d6f7f8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fix location of default context menu with Copy action
Fix the git hash of the "Run clang-format" commit
Remove explicit HTML escaping
• ikloecker committed
rKLEOPATRA91646da3b059: Fix syntax and formating (authored by Frederik Schwarzer <schwarzer@kde.org>).
Fix syntax and formating
Remove unused parameters and variable
Remove code that's commented out since ages
gpg: Improve decryption diagnostic for an ADSK key.
speedo,w32: Update libassuan dll name in wxs
agent: Fix an unitialized variable in an error path.
gpg: Improve decryption diagnostic for an ADSK key.
gpg: Improve decryption diagnostic for an ADSK key.
agent: When diverting to a card show the name of unsupported algos.
common: Allow building with libgpg-error < 1.47
doc: Explain that sort-sigs has no effect in colon mode.
agent: When diverting to a card show the name of unsupported algos.
• werner committed
rG4349855bd31b: po: Update pt.po (authored by Daniel Cerqueira <dan.git@lispclub.com>).
po: Update pt.po
speedo,w32: Update libassuan dll name in wxs
Add command to enable/disable certificates
Check for row >= 0 and fix compiler warnings
• TobiasFella set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/267 on
T7234: Kleopatra: add disable/enable certificate in context menu.
• TobiasFella moved
T7234: Kleopatra: add disable/enable certificate in context menu from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Add command to enable/disable certificates
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
Apply 1 suggestion(s) to 1 file(s)
While searching for a different issue I found T6512: keyboxd with data pipe in which as I understand it a keyboxd hang is fixed but the fix in that task is not part of the stable branch and only in master. I might be misunderstanding it but just from reading the comments in T6512 this might be related.
Apply 1 suggestion(s) to 1 file(s)
This issue can be resolved in my opinion, as I have tested the 64 bit installer and tested a 64 bit pg4win. The current status of this is that we don't want to have different library names depending on the architecture since it is installed in the same way as linux in different directories. So there is nothing left to do here.
My suspiction with this is that here the exchange server / outlook parses the mail attachment into MAPI and somehow handles mails differently then other attachments. This automatic conversion regarding attached mails is why we always ask users in Support to send us a problematic mail as a file in a zip archive. Otherwise Exchange will convert an attached Outlook MAPI mail to MIME and on the receiving side we can no longer see the original strucutre. Similar things are probably happening on the receiving side where the MIME eml "file" is converted into a MAPIOBJECT holding the forwarded mail which then confuses our internal knowledge about the attachments causing this error.