- 01 Dec, 2021 3 commits
-
-
Andre Heinecke authored
-
Ingo Klöcker authored
If expiration is enabled and the expiration date is not yet set to a valid value, then set the expiration date to the default. GnuPG-bug-id: 5708
-
Ingo Klöcker authored
Add a setting for specifying the default validity period of new OpenPGP keys in days. Disallow changing the validity period if the setting is marked as immutable. GnuPG-bug-id: 5708
-
- 30 Nov, 2021 1 commit
-
-
Script Kiddy authored
-
- 29 Nov, 2021 11 commits
-
-
Ingo Klöcker authored
-
Ingo Klöcker authored
This setting can be used to hide the functionality to sign the clipboard content with an S/MIME certificate independent of the setting for disabling CMS completely. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
This setting can be used to hide the functionality to create S/MIME certificate signing requests independent of the setting for disabling CMS completely. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
The "CMS" group will contain settings specific for CMS. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
Use a vector instead of an array for the action data. Iterate over the action data using standard iteration instead of looping until NumPageActions which is defined elsewhere. Use the action names instead of some enum for addressing specific actions. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
- 28 Nov, 2021 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 27 Nov, 2021 1 commit
-
-
Laurent Montel authored
-
- 25 Nov, 2021 9 commits
-
-
Ingo Klöcker authored
Restrict the key lookup triggered from the certificate selection dialog to the protocol set for the certificate selection. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Andre Heinecke authored
Not all versions of Qt pull in vector with QString.
-
Ingo Klöcker authored
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Andre Heinecke authored
To read green on green background is diffictult, positive text might work as standalone but not on positive backgorund. We use NormalText instead of hardcoding black to hopefully work with theming.
-
Andre Heinecke authored
When crosscompiling update_xdg_mimetypes would create empty mime data for the target system.
-
Script Kiddy authored
-
- 24 Nov, 2021 11 commits
-
-
Andre Heinecke authored
std::mutex is not available on all platforms especially not in MinGW for Windows. So with Qt we can rather use QMutex to have portable code.
-
Ingo Klöcker authored
Imported X.509 certificates will still be shown in the unfiltered list of imported certificates. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
GnuPG-bug-id: 5688
-
Ingo Klöcker authored
-
Ingo Klöcker authored
-
Ingo Klöcker authored
Use a std::vector instead of a C array and template magic. GnuPG-bug-id: 5688
-
Ingo Klöcker authored
Setting this option to false will hide any functionality specific for CMS (S/MIME, X.509) in the main UI. This setting is not supposed to disable general support for CMS in Kleopatra, i.e. importing X.509 certificates via a file browser or viewing certificate details triggered by an email client should keep working even if this option is false. GnuPG-bug-id: 5688
-
Script Kiddy authored
-
- 23 Nov, 2021 1 commit
-
-
Ingo Klöcker authored
Prefilling of the name and email input fields in the new certificate wizard with information retrieved from the system/environment can be disabled by setting CN_prefill, NAME_prefill, and EMAIL_prefill to false. GnuPG-bug-id: 5690
-