aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-93/+0
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-6/+32
1. Rename related entities. 2. Add a comments.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+6
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-06Test & Improve UISaturneric1-2/+2
2021-12-01Add i18n SupportSaturneric1-7/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-10/+14
2021-09-10Continue to optimize and improve the code.Saturneric1-3/+3
2021-09-05Rewrite the core.Saturneric1-25/+20
Adjust the structure.
2021-08-29Start to rewrite gpg core.Saturneric1-19/+24
2021-08-21Functions addition and improvement;Saturneric1-11/+20
Design and adjustment of function architecture related to server access; Add a new module (advance);
2021-08-20Improve Functions;Saturneric1-9/+13
Bugs Fixed;
2021-08-19Bugs Fixed; Improve Functions;Saturneric1-1/+2
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-08Check whether the key can be encrypted before the encryption operation.Saturneric1-0/+23
Establish and improve the results analysis framework. Analyze and output the encryption result. Analyze the decryption results and output. Analyze and output the signature result. Analyze and output the encrypted and signed results. Adjust part of GpgContext API interface. Improve the interface for finding keys based on ID. Signed-off-by: Saturneric <[email protected]>