| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Adjust the UI of the key details interface.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
|
|
|
|
| |
Write an interface to increase UID.
Write logic to adapt and increase UID.
Adjust the UI of KeygenDialog.
Delete the Close button of KeyDetailTab and its logic.
Adjust the KeyDetailTab fingerprint and its copy button UI.
Fix the problem of refreshing the order of the KeyPairUIDTab list.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
| |
generated.
|
|
|
|
|
| |
Modify the compilation settings so that the project can be compiled on MacOS.
Complete .gitignore
|
|
|
|
|
|
|
| |
Basically complete the function of signing the key.
There are still problems with the refresh mechanism.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
| |
Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp.
Write the processing logic and page logic for adding a signature to the key.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
| |
Expand KeyList;
Project's Files Structure Modified;
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
| |
Improve performance for GpgKey;
Fix code defects. Makes the update response to changes in the key database directed.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
| |
Modify project structure, separate KeyPairDetail from other ui files;
Add New Tab and Write the Code for KeyPair Details Dialog;
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
| |
mKeyList Sorting Disabled.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
|
| |
Expand and Improve GpgKey and GpgSubKey;
Change Interface getKeyDetails();
Code Modified;
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
|
| |
Improve and Expand GpgKey.
Add GpgSubKey.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
| |
Give up Local Key Database and Use user default one.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
| |
RSA & DSA Tested.
Signed-off-by: Saturneric <[email protected]>
|
|
|
|
|
|
| |
Support GPG2 now.
Change GPGME Key Generation API to newer one.
Statically link GPGME into the program.
|
|
|
|
|
| |
Change Headers and Source Files Name.
Modified CMake Structure.
|
| |
|
|
|
|
| |
Headers Tidy and Reformat
|
|
Project Structure Modified.
|