aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/UID.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add encryption and signature function.Saturneric2021-06-061-18/+0
| | | | | | | | | | Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
* Make eligible keys enter the signature candidate list.Saturneric2021-05-281-1/+2
| | | | | | | | | | | Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]>
* Fix some problems caused by negligence.Saturneric2021-05-251-0/+1
| | | | | | | Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
* Enhance code robustness;Saturneric2021-05-221-0/+16
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>