aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keygen/SubkeyGenerateThread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Keygen ProblemSaturneric2021-07-201-36/+0
|
* Project structure adjustment;Saturneric2021-07-121-2/+0
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* Improve project documentsSaturneric2021-06-191-2/+1
| | | | | | Continue to write ReadME Eliminate compile-time warnings Fix some problems
* Add a copyright statement to the header of some files.Saturneric2021-05-311-3/+23
| | | | Signed-off-by: Saturneric <[email protected]>
* New page and function for generating subkeys.Saturneric2021-05-291-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]>