aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeygenThread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New page and function for generating subkeys.Saturneric2021-05-291-38/+0
| | | | | | | | | | | | | | 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]>
* Fix the wrong use of the signing key interface.Saturneric2021-05-261-3/+3
| | | | | | | | | | Fix the problem that the window or control is not deleted after it is closed. Modify the names of some classes. Extend the function of KeyList, add exclusion list. Improve the message mechanism of GpgContext. Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document. Signed-off-by: Saturneric <[email protected]>
* Fix the error and adjust the way the pop-up window pops up after the key is ↵Saturneric2021-05-261-4/+2
| | | | generated.
* Change Project Name to GPGFrontend.Saturneric2021-05-211-14/+17
| | | | | | Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
* Generate Key Upgraded.Saturneric2021-05-181-5/+8
| | | | | | RSA & DSA Tested. Signed-off-by: Saturneric <[email protected]>
* Support more Key Generating Algo.Saturneric2021-05-131-1/+1
| | | | | | Support GPG2 now. Change GPGME Key Generation API to newer one. Statically link GPGME into the program.
* File Structure Modified.Saturneric2021-05-121-0/+34
Change Headers and Source Files Name. Modified CMake Structure.