aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/EditSubKeyDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-25/+0
| | | | 1. tidy up keypair_details.
* Add i18n SupportSaturneric2021-12-011-2/+2
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Split some source files that are too large.Saturneric2021-08-101-3/+23
|
* Add and change the expiration date of the key pair.Saturneric2021-06-021-0/+5
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>