Change default order of columns and rename some columns in card key view
Store a const reference to the card in the card keys view
Show human-readable card key name instead of card slot ID if available
Add function returning human-readable name for a smart card key slot
Remove no longer used OpenPGPKeyCardWidget
Show the slot's keyref instead of an index
Hide Keygrip column by default
Add Algorithm column to card keys view
The Actions column shouldn't stretch
Show Created column also for PKCS#15 cards by default
Use verbs instead of nouns for the usage
Store creation time of card keys as QDateTime
Use new card key table for OpenPGP cards
Use card slot action to create CSR for NetKey card keys
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
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
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
Check for row >= 0 and fix compiler warnings
Call KCrash::initialize after KAboutData::setApplicationData
Add context menu with the card key actions
Copy the fingerprint of a card key without whitespace
Add hidden-by-default Protocol column to card keys view
Make F5 (for reload) also work if no smart card is shown
Change default order of columns and rename some columns in card key view
Inform user about unset card key or card key without certificate
Ensure correct state of card slot actions
Store a const reference to the card in the card keys view
Show human-readable card key name instead of card slot ID if available
Add function returning human-readable name for a smart card key slot
Remove no longer used OpenPGPKeyCardWidget
Add Algorithm column to card keys view
Show the slot's keyref instead of an index
The Actions column shouldn't stretch
Show Created column also for PKCS#15 cards by default
Hide Keygrip column by default
Use verbs instead of nouns for the usage
Use card slot action to create CSR for NetKey card keys
Use new card key table for OpenPGP cards
Store creation time of card keys as QDateTime
Use new card key table for PIV cards
Use same fonts and colors as main certificate list
Ensure that menu is shown after clicked item is set as current item
Store a clone of the Card instead of just some properties of the card
Rewrite CardKeysView to display all card keys + certificates
Add workaround for missing update when last actions button loses focus
Add possibility to clone a Card
Update list of supported smart cards
Add shared container for actions used in smart card management
In Kleopatra master the first result is no longer selected if there are multiple certificates.
Should be tested with NVDA on Windows to verify that this works as expected and that we don't get duplicate announcements by the screen reader.
Remove upstreamed workaround
Use improved workaround for accessible focus event
Use improved workaround for accessible focus event also for TreeView
The additional changes have been backported for VSD 3.3
The additional changes have been backported for VSD 3.3
Run groups edit dialog asynchronously