aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keygen/SubkeyGenerateThread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-20Fix Keygen ProblemSaturneric1-36/+0
2021-07-12Project structure adjustment;Saturneric1-2/+0
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
2021-06-19Improve project documentsSaturneric1-2/+1
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-05-31Add a copyright statement to the header of some files.Saturneric1-3/+23
Signed-off-by: Saturneric <[email protected]>
2021-05-29New page and function for generating subkeys.Saturneric1-0/+19
Define the interface and functions of the subkey management tab. When there is an item in the UID list, the first item is selected by default. Compile the API for generating sub-keys and the corresponding calling thread. Set GpgGenKeyInfo to apply to the subkey Generate a subkey for the selected key pair of the management key pair interface. Adjust the project structure and add a new classification key generation category. Double-click the item in KeyList in the key pair management interface to enter the key details page. Adjust the title of the key pair management interface. Optimize part of the code of KeyGenThread. Signed-off-by: Saturneric <[email protected]>