Commit Graph

15 Commits

Author SHA1 Message Date
SET
bb4df1423a Move all keyring management functions to a separate class.
KeyringIO imports, creates and deletes keys. Everything is declared
private in this class, and it can be called by K7Main only.
2020-11-14 10:58:45 +01:00
SET
1b73407db2 Allow to create keys.
A popup shows required parameters. Created keys are added to the list of
secret keys managed by the user.
2020-11-13 18:37:37 +01:00
SET
2bddf29596 Allow to change key expiry date.
Select new date in a popup. Controlled by a specific configuration flag.
2020-11-07 22:25:07 +01:00
SET
c8b2f81bf8 Optimize certification trust level management.
A private key should be editable to Unknown or Ultimate levels only.
A public key should be editable to all levels except Ultimate.
Undefined level is excluded for both public and private keys.

The public WTreeTableNode may list private keys if the user does not manage
these private keys. Inform of this state in the tool tip. The certification
trust level is excluded for any change.
2020-11-06 21:42:50 +01:00
SET
18e518b8fe Merge branch 'edit' 2020-11-05 20:23:41 +01:00
SET
4d521b3d0b Link all configurations to wthttp.
Abandon wtfcgi.
2020-11-05 20:21:50 +01:00
SET
709954b2f7 Merge branch 'edit' 2020-11-04 09:08:23 +01:00
SET
f5416addc0 Create and use a sensitive WText in some tree table nodes.
It may be of interest to copy WTreeTableNode items text content. These
cannot be selected with the mouse for copy to clipboard. The text is
here shown read-only in an extended auto-replaced WLineEdit.
2020-11-04 09:06:48 +01:00
SET
757dd7401e Update README.md. 2020-11-03 18:07:08 +01:00
SET
0bb61b7119 Use CSS style sheet.
Avoid confusing text behind default transparent popup.
2020-11-03 14:15:11 +01:00
SET
7f8af95d3a Certify key.
In-place editing with a popup if user is allowed in app config file.
User must of course manage at least a private key. User identities of
target key may be selectively chosen. Optionally, certification may be
exportable and non-revocable.
2020-11-03 11:06:25 +01:00
SET
e434315940 Edit owner trust level.
Inplace editing with a combobox if user is allowed. in app config file.
2020-10-25 17:28:47 +01:00
SET
ca2105733b Show certification trust level when listing keys. 2020-10-21 17:27:40 +02:00
SET
c9f56cc7eb Hide delete button when findind keys. 2019-10-28 11:50:19 +01:00
SET
47e78be7e9 Initial commit 2019-10-25 20:16:43 +02:00