Page MenuHome GnuPG
Feed Advanced Search

Aug 5 2024

ikloecker committed rKLEOPATRA9cfa43b76e47: Use card slot action to create CSR for NetKey card keys (authored by ikloecker).
Use card slot action to create CSR for NetKey card keys
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRAd5473499aa57: Use new card key table for PIV cards (authored by ikloecker).
Use new card key table for PIV cards
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA57fbc792811c: Use same fonts and colors as main certificate list (authored by ikloecker).
Use same fonts and colors as main certificate list
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRAeddc9c873489: Store a clone of the Card instead of just some properties of the card (authored by ikloecker).
Store a clone of the Card instead of just some properties of the card
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA94c847f7f10c: Ensure that menu is shown after clicked item is set as current item (authored by ikloecker).
Ensure that menu is shown after clicked item is set as current item
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA1a2e92a0cb9a: Add possibility to clone a Card (authored by ikloecker).
Add possibility to clone a Card
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA9e795690290d: Rewrite CardKeysView to display all card keys + certificates (authored by ikloecker).
Rewrite CardKeysView to display all card keys + certificates
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA02130fbf32e0: Update list of supported smart cards (authored by ikloecker).
Update list of supported smart cards
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRAb510756cde9a: Add workaround for missing update when last actions button loses focus (authored by ikloecker).
Add workaround for missing update when last actions button loses focus
Aug 5 2024, 11:11 AM
ikloecker committed rKLEOPATRA1a4518e6c1d8: Add shared container for actions used in smart card management (authored by ikloecker).
Add shared container for actions used in smart card management
Aug 5 2024, 11:11 AM
ikloecker added a comment to T7018: Kleopatra: Separate smartcard window with simplified layout.

Screenshots of current state:




Aug 5 2024, 11:10 AM · vsd33 (vsd-3.3.0), gpd, Restricted Project, kleopatra
ikloecker moved T7239: GpgME: Add job for disabling/enabling a certificate from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 5 2024, 10:36 AM · vsd33 (vsd-3.3.0), gpgme, Restricted Project
ikloecker triaged T7239: GpgME: Add job for disabling/enabling a certificate as Normal priority.
Aug 5 2024, 10:35 AM · vsd33 (vsd-3.3.0), gpgme, Restricted Project
ikloecker added a project to T7227: Kleopatra: Ensure columns are wide enough when they are made visible: vsd33.

Mark for backport. In the past all columns were resized to fit their contents when a single column was made visible.

Aug 5 2024, 10:32 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a project to T7229: Kleopatra: Show keygrip always without spacing: vsd33.

Mark for backport

Aug 5 2024, 10:29 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project

Aug 2 2024

ikloecker added a comment to T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads.

@werner Would it be okay to call gettext_use_utf8 (3) in gpgme's do_subsystem_inits where we currently call gettext_use_utf8 (1)? See https://dev.gnupg.org/source/gpgme/browse/master/src/version.c$77

Aug 2 2024, 2:32 PM · Windows, gpgrt, Bug Report
ikloecker added a comment to T7237: Kleopatra: reorder columns for tables in the new tabs in the certificate details.

Actually, it seems to be spelled "smart card" in English (e.g. in Merriam Webster and Oxford English Dictionary). Two words. It's just us ignorant Germans who like to glue words together as if there's no tomorrow.

Aug 2 2024, 12:26 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project

Aug 1 2024

ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

Yes, the function to load the user-configured language on application start is very well hidden in kxmlgui. :-)

Aug 1 2024, 6:07 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker committed rKLEOPATRA5a2084c364be: Remove custom copy-to-clipboard with keyboard shortcut implementations (authored by ikloecker).
Remove custom copy-to-clipboard with keyboard shortcut implementations
Aug 1 2024, 5:38 PM
ikloecker committed rLIBKLEOcd2cfd56b9f2: Add support for copying ClipboardRole value to clipboard (authored by ikloecker).
Add support for copying ClipboardRole value to clipboard
Aug 1 2024, 5:36 PM
ikloecker committed rLIBKLEOfa89cdc88bb3: Bump library version (authored by ikloecker).
Bump library version
Aug 1 2024, 5:36 PM
ikloecker committed rLIBKLEO6c15949fda8f: Move ClipboardRole out of KeyList namespace (authored by ikloecker).
Move ClipboardRole out of KeyList namespace
Aug 1 2024, 5:36 PM
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

In the past I have also seen quite often that the Qt Translations with standard actions like OK and Cancel were translated differently then KDE Strings. So there is also some difference with that on Windows.

Aug 1 2024, 2:40 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

KConfig uses the default locale instead of the system locale by default it seems:
https://invent.kde.org/frameworks/kconfig/-/blob/master/src/core/kconfig.cpp?ref_type=heads#L118
This should probably also use a copy of ki18n's getSystemLocale() instead. Or we set Qt's default locale to this value to get KConfig to use it.

Aug 1 2024, 2:37 PM · gpd5x, kleopatra, gpg4win, Bug Report
ikloecker added a comment to T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.

Don't change the existing KDE behavior for loading the correct Qt translations which is the same as gettext's behavior. It took quite some time to get it right on Windows for KDE. The important bits for making the language configured by the user work are in
https://invent.kde.org/frameworks/kxmlgui/-/blob/master/src/kswitchlanguagedialog_p.cpp?ref_type=heads#L64
where the user-configured languages are prepended to LANGUAGE and in
https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n/main.cpp?ref_type=heads#L65
where we make sure that we load the correct Qt translations also on non-Linux systems (where Qt doesn't respect LANGUAGE).

Aug 1 2024, 2:23 PM · gpd5x, kleopatra, gpg4win, Bug Report

Jul 31 2024

ikloecker committed rLIBKLEO9b4d36c0666c: Don't sort tree views/widgets unless sorting is enabled (authored by ikloecker).
Don't sort tree views/widgets unless sorting is enabled
Jul 31 2024, 4:47 PM

Jul 29 2024

ikloecker added a comment to T7229: Kleopatra: Show keygrip always without spacing.

All tables should now show the keygrip without spacing.

Jul 29 2024, 4:15 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA3a4f4d5f6903: Show the keygrip without spacing (authored by ikloecker).
Show the keygrip without spacing
Jul 29 2024, 3:50 PM
ikloecker committed rLIBKLEO42be626f5d4e: Show the keygrip without spacing (authored by ikloecker).
Show the keygrip without spacing
Jul 29 2024, 3:46 PM
ikloecker committed rLIBKLEO8ec94dc88ff1: Adjust column to its contents when it's made visible (authored by ikloecker).
Adjust column to its contents when it's made visible
Jul 29 2024, 3:46 PM
ikloecker committed rLIBKLEO1b14a95c8984: Respect the default section size for columns (authored by ikloecker).
Respect the default section size for columns
Jul 29 2024, 3:46 PM
ikloecker claimed T7229: Kleopatra: Show keygrip always without spacing.
Jul 29 2024, 3:41 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker triaged T7229: Kleopatra: Show keygrip always without spacing as Normal priority.
Jul 29 2024, 3:41 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T7227: Kleopatra: Ensure columns are wide enough when they are made visible from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 29 2024, 3:33 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to T6966: Kleopatra: Show which certificates in a group are not usable for encryption.

This task only dealt with the lower pane. It added the warning icon and the tool tip "This certificate cannot be used for encryption." For the upper pane see T6722.

Jul 29 2024, 2:29 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T7225: Kleopatra: Port away from KIconLoader.

Yes, we can phase it out in master which is what Nico is talking about and which uses Qt 6/KF6. Nobody is going to remove KIconLoader from KF5.

Jul 29 2024, 2:10 PM · kleopatra, Bug Report
ikloecker added a comment to T6862: Document how to switch akonadi database backend to sqlite.

Daniel wrote a migration tool which was merged in January (https://invent.kde.org/pim/akonadi/-/merge_requests/154), i.e. a few weeks after he wrote the documentation. He foresaw that the documentation "will go out-of-date quickly". ;-)

Jul 29 2024, 2:07 PM · Restricted Project, KMail
ikloecker triaged T7227: Kleopatra: Ensure columns are wide enough when they are made visible as Normal priority.
Jul 29 2024, 12:23 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project

Jul 25 2024

ikloecker added a comment to T7215: Improve UX of "subkey expiry change" window .

Unfortunately, sentence like UIs are a nightmare for translators. The only thing that works for all languages is self-contained text fragments.

Jul 25 2024, 10:15 AM · gpd5x, kleopatra

Jul 24 2024

ikloecker committed rKLEOPATRAcc189f36f51c: Remove unused variable (authored by ikloecker).
Remove unused variable
Jul 24 2024, 3:43 PM
ikloecker committed rLIBKLEO827a88f6e049: Fix deprecation warnings for compare_helper (authored by ikloecker).
Fix deprecation warnings for compare_helper
Jul 24 2024, 3:05 PM
ikloecker moved T7089: Kleopatra: show "disabled" status from Backlog to WiP on the vsd33 board.

The latest changes have been backported for VSD 3.3.

Jul 24 2024, 2:34 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker committed rLIBKLEO3fbe76f0ca84: Prioritize "disabled" over "revoked", "expired", "certified" for key status (authored by TobiasFella).
Prioritize "disabled" over "revoked", "expired", "certified" for key status
Jul 24 2024, 2:32 PM
ikloecker added a comment to T7217: Kleopatra: Create an appearance filter for the "disabled" status.

Let's not make the filtering more complex. It's already complex enough with the search field and the filter drop down. If we want more flexible filtering then this should be solved in a general way and not as Sonderlocke for "disabled". "disabled" is really a niche feature and, in my opinion, doesn't deserve a prominent UI element in the main UI.

Jul 24 2024, 10:36 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project

Jul 23 2024

ikloecker added a comment to T7089: Kleopatra: show "disabled" status.
In T7089#188733, @ebo wrote:

What I see is: If the status of a certificate is "certified" or "not certified" before disabling it, then Kleo shows "disabled" in the User-ID column. If it was "revoked" or "expired", those are not changed. The same is true for the "Status" info in the details.
Is this distinction on purpose? What is the reason?

Jul 23 2024, 5:56 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker closed T7203: GpgME: Implement S/MIME-specific variant of QGpgMESignEncryptJob, a subtask of T7202: Kleopatra: Allow "combined" sign & encrypt of text in Notepad for S/MIME certificates, as Wontfix.
Jul 23 2024, 5:37 PM · gpd5x, kleopatra
ikloecker closed T7203: GpgME: Implement S/MIME-specific variant of QGpgMESignEncryptJob as Wontfix.

Closing.

Jul 23 2024, 5:37 PM · gpgme
ikloecker committed rKLEOPATRA0c6e51bfe253: Use new card key table for PIV cards (authored by ikloecker).
Use new card key table for PIV cards
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRA1448dd6db54b: Ensure that menu is shown after clicked item is set as current item (authored by ikloecker).
Ensure that menu is shown after clicked item is set as current item
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRAaf8eeb4e806e: Add possibility to clone a Card (authored by ikloecker).
Add possibility to clone a Card
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRAb68b34e9a6c4: Store a clone of the Card instead of just some properties of the card (authored by ikloecker).
Store a clone of the Card instead of just some properties of the card
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRA82b76815e0c8: Add workaround for missing update when last actions button loses focus (authored by ikloecker).
Add workaround for missing update when last actions button loses focus
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRAd2b65b7a9c52: Update list of supported smart cards (authored by ikloecker).
Update list of supported smart cards
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRAf9aea00a1437: Rewrite CardKeysView to display all card keys + certificates (authored by ikloecker).
Rewrite CardKeysView to display all card keys + certificates
Jul 23 2024, 5:26 PM
ikloecker committed rKLEOPATRAf88b1644e39c: Add shared container for actions used in smart card management (authored by ikloecker).
Add shared container for actions used in smart card management
Jul 23 2024, 5:26 PM
ikloecker added a comment to T6924: Kleopatra: Make columns of subkey details editable .

I cannot reproduce this with Version 3.2.2.2405000+git20240712T143635~6033869e1. I open the Details window, go to Subkeys, right-click table header, select Keygrip, close Details window, open it again, go to Subkeys, Keygrip column is still shown. Even after restarting Kleopatra.

Jul 23 2024, 2:17 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker added a comment to T7211: Kleopatra: configuration option to prohibit deletion of certificate with secret key.

The easiest solution would be a setting for gnupg. Then Kleopatra would just error out. But, as Andre rightfully points out, people will work around this restriction. Users are incredibly creative.

Jul 23 2024, 2:00 PM · gpd5x, Feature Request, kleopatra
ikloecker added a comment to T7212: Problems with certificate colors / styles.

Just to clarify: I didn't say that we should remove the coloring/font style of certificates. I just said that I vote for removing the UI for changing the colors and font style.

Jul 23 2024, 1:50 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7212: Problems with certificate colors / styles.

I vote for removing the UI for configuring the appearance of the certificate categories completely from Kleopatra. This would solve all usability problems in an instant. People who want to go crazy with colors can edit the rc file.

Jul 23 2024, 10:28 AM · gpd5x, kleopatra, Bug Report

Jul 22 2024

ikloecker added a comment to T7212: Problems with certificate colors / styles.

The high-contrast modes disable all colors, but for normal dark modes we might have a problem with some of the predefined colors.

Jul 22 2024, 6:05 PM · gpd5x, kleopatra, Bug Report
ikloecker committed rLIBKLEO897dcf166e98: Fix deprecation warning for QDateTime::fromSecsSinceEpoch (authored by ikloecker).
Fix deprecation warning for QDateTime::fromSecsSinceEpoch
Jul 22 2024, 12:11 PM
ikloecker committed rM5c095553e434: build,qt: Fix include path in CMake files (authored by ikloecker).
build,qt: Fix include path in CMake files
Jul 22 2024, 11:56 AM

Jul 18 2024

ikloecker committed rM9ab2ce36f9b9: build,qt: Don't put generated camel-case headers in tarball (authored by ikloecker).
build,qt: Don't put generated camel-case headers in tarball
Jul 18 2024, 4:23 PM
ikloecker committed rMc69240c843f2: core: Remove obsolete source files (authored by ikloecker).
core: Remove obsolete source files
Jul 18 2024, 4:23 PM
ikloecker committed rM42e151b34ba1: build,qt: Allow building Qt 5 bindings and Qt 6 bindings (authored by ikloecker).
build,qt: Allow building Qt 5 bindings and Qt 6 bindings
Jul 18 2024, 2:45 PM
ikloecker committed rMe6830b58b6de: build,qt: Decouple generation of moc files (authored by ikloecker).
build,qt: Decouple generation of moc files
Jul 18 2024, 2:45 PM
ikloecker committed rM899a572b3355: build,qt: Remove include directories on uninstall (authored by ikloecker).
build,qt: Remove include directories on uninstall
Jul 18 2024, 2:45 PM
ikloecker committed rM69558f2c0bed: build,qt: Decouple handling of include headers (authored by ikloecker).
build,qt: Decouple handling of include headers
Jul 18 2024, 2:45 PM
ikloecker committed rM576d2db9dd9b: build,qt: Decouple (un)install of CMake files (authored by ikloecker).
build,qt: Decouple (un)install of CMake files
Jul 18 2024, 2:45 PM
ikloecker closed T7205: GpgME: Support building Qt 5 bindings and Qt 6 bindings as Resolved.

It's now possible to build the Qt 5 bindings and the Qt 6 bindings in the same build. In fact, it's the new default (if the needed Qt libraries are found).

Jul 18 2024, 2:44 PM · gpgme, Restricted Project

Jul 17 2024

ikloecker moved T7205: GpgME: Support building Qt 5 bindings and Qt 6 bindings from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 17 2024, 11:48 AM · gpgme, Restricted Project
ikloecker triaged T7205: GpgME: Support building Qt 5 bindings and Qt 6 bindings as Normal priority.
Jul 17 2024, 11:48 AM · gpgme, Restricted Project
ikloecker created T7203: GpgME: Implement S/MIME-specific variant of QGpgMESignEncryptJob.
Jul 17 2024, 10:02 AM · gpgme
ikloecker created T7202: Kleopatra: Allow "combined" sign & encrypt of text in Notepad for S/MIME certificates.
Jul 17 2024, 9:59 AM · gpd5x, kleopatra

Jul 16 2024

ikloecker added a comment to T7134: Kleopatra: Allow PIN reset with Admin-PIN.

It's not tagged vsd33 and I didn't plan to backport this since it depends on other changes (T6787) that are master-only.

Jul 16 2024, 9:52 AM · gpd5x, Feature Request, kleopatra

Jul 15 2024

ikloecker committed rMaa15a664b3cf: core: Support all keylist modes and fix possible overrun (authored by ikloecker).
core: Support all keylist modes and fix possible overrun
Jul 15 2024, 10:36 PM
ikloecker added a comment to T7018: Kleopatra: Separate smartcard window with simplified layout.

Similarly, the table for NetKey cards.

Jul 15 2024, 3:03 PM · vsd33 (vsd-3.3.0), gpd, Restricted Project, kleopatra
ikloecker added a comment to T7018: Kleopatra: Separate smartcard window with simplified layout.

For first feedback on the new slot/certificate table.

Jul 15 2024, 3:02 PM · vsd33 (vsd-3.3.0), gpd, Restricted Project, kleopatra

Jul 12 2024

ikloecker committed rKLEOPATRA4af4ab22e665: Add workaround for missing update when last actions button loses focus (authored by ikloecker).
Add workaround for missing update when last actions button loses focus
Jul 12 2024, 4:29 PM
ikloecker committed rKLEOPATRA4424eef57b06: Update list of supported smart cards (authored by ikloecker).
Update list of supported smart cards
Jul 12 2024, 4:29 PM
ikloecker committed rKLEOPATRAb8dfea3278b9: WIP Rewrite CardKeysView to display all card keys + certificates (authored by ikloecker).
WIP Rewrite CardKeysView to display all card keys + certificates
Jul 12 2024, 4:29 PM
ikloecker committed rKLEOPATRAdf02136eceee: Add shared container for actions used in smart card management (authored by ikloecker).
Add shared container for actions used in smart card management
Jul 12 2024, 4:29 PM
ikloecker committed rKLEOPATRA1d11d75d09a9: Disable Reload buttons in smart card window when reload is happening (authored by ikloecker).
Disable Reload buttons in smart card window when reload is happening
Jul 12 2024, 3:16 PM
ikloecker committed rKLEOPATRA9fa0bbf48289: Emit a general signal on any status change of ReaderStatus (authored by ikloecker).
Emit a general signal on any status change of ReaderStatus
Jul 12 2024, 3:16 PM
ikloecker committed rKLEOPATRA6033869e1088: Use a more instructive placeholder text for the search input field (authored by ikloecker).
Use a more instructive placeholder text for the search input field
Jul 12 2024, 2:36 PM
ikloecker committed rKLEOPATRA68ca06503755: Use a more instructive placeholder text for the search input field (authored by ikloecker).
Use a more instructive placeholder text for the search input field
Jul 12 2024, 2:28 PM
ikloecker committed rLIBKLEOe6f350c7264e: Bump library version (authored by ikloecker).
Bump library version
Jul 12 2024, 2:18 PM
ikloecker committed rLIBKLEO286652b2995b: Allow forcing columns to be hidden (authored by ikloecker).
Allow forcing columns to be hidden
Jul 12 2024, 2:18 PM
ikloecker committed rKLEOPATRA84107e9c2664: Remove upstreamed workaround (authored by ikloecker).
Remove upstreamed workaround
Jul 12 2024, 12:29 PM
ikloecker committed rKLEOPATRA6ac7b849ffa8: Move Q_DECLARE_OPERATORS_FOR_FLAGS out of Kleo namespace (authored by ikloecker).
Move Q_DECLARE_OPERATORS_FOR_FLAGS out of Kleo namespace
Jul 12 2024, 12:29 PM
ikloecker committed rLIBKLEO1eb85711ad0c: a11y: Ensure notification of a11y tools about focus for current item (authored by ikloecker).
a11y: Ensure notification of a11y tools about focus for current item
Jul 12 2024, 12:25 PM
ikloecker committed rLIBKLEO3d0839a868d1: Declare global operator|() functions for flags in global namespace (authored by ikloecker).
Declare global operator|() functions for flags in global namespace
Jul 12 2024, 11:45 AM
ikloecker committed rLIBKLEOb6507e9262bf: Declare global operator|() functions for flags in global namespace (authored by ikloecker).
Declare global operator|() functions for flags in global namespace
Jul 12 2024, 9:44 AM

Jul 11 2024

ikloecker renamed T7198: Kleopatra: Suggest validity date of subkeys to validity of primary key if this is shorter than 3 years from Kleopatra: Sugest validty date of subkeys to validity of primary key if this is shorter than 3 years to Kleopatra: Suggest validity date of subkeys to validity of primary key if this is shorter than 3 years.
Jul 11 2024, 5:29 PM · vsd33 (vsd-3.3.0), gpd, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA0109e4844054: Hide some card actions in VSD (authored by TobiasFella).
Hide some card actions in VSD
Jul 11 2024, 9:43 AM

Jul 10 2024

ikloecker committed rMe46748a0d18b: build,cpp: Fix include paths in forwarding headers in gpgme++ folder (authored by ikloecker).
build,cpp: Fix include paths in forwarding headers in gpgme++ folder
Jul 10 2024, 11:57 PM
ikloecker added a comment to T7183: Kleopatra: Reduce certificates offered in Sign/Enyrypt dialog.

This behavior of the encrypt-to-others input field is intended. It avoids "Multiple matching certificates or groups found" errors if there is one current (good) certificate and one (or more) old expired certificates for an email address. There's a button to open a dialog listing all certificates so that the user can find a certificate they are missing in the input list's completion list. I think this is an acceptable compromise between making all certificates discoverable (even expired or revoked ones) and offering not too many irrelevant certificates. When the user selects a bad certificate in the selection dialog we should probably show a note that this certificate cannot be used instead of showing "Error: No matching certificates or groups found".

Jul 10 2024, 6:14 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project

Jul 8 2024

ikloecker committed rKLEOPATRA04fab47d0e80: Test toLogString compat template function (authored by ikloecker).
Test toLogString compat template function
Jul 8 2024, 9:13 AM

Jul 5 2024

ikloecker added a comment to T6447: Kleopatra: "imported certificates" tab inconsistencies.

Just a small addendum to what Andre wrote: Obviously, no tab should be shown if nothing was imported (i.e. numConsidered is 0).

Jul 5 2024, 5:41 PM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
ikloecker committed rKLEOPATRA4ddd057b6af1: Remove no longer needed check for QGpgME >= 1.21.0 (authored by ikloecker).
Remove no longer needed check for QGpgME >= 1.21.0
Jul 5 2024, 5:37 PM