Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -88/+0 | |
2022-02-02 | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 1 | -3/+3 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-14 | <doc, refactor>(ci): Tidy up code in gpg/function | Saturneric | 1 | -10/+13 | |
1. Rename related entities. 2. Add a comments. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -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-01 | Add i18n Support | Saturneric | 1 | -6/+4 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -10/+23 | |
2021-09-05 | Rewrite the core. | Saturneric | 1 | -35/+29 | |
Adjust the structure. | |||||
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -18/+32 | |
2021-08-21 | Functions addition and improvement; | Saturneric | 1 | -11/+20 | |
Design and adjustment of function architecture related to server access; Add a new module (advance); | |||||
2021-08-20 | Improve Functions; | Saturneric | 1 | -9/+13 | |
Bugs Fixed; | |||||
2021-08-19 | Bugs Fixed; Improve Functions; | Saturneric | 1 | -1/+2 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-06-08 | Check whether the key can be encrypted before the encryption operation. | Saturneric | 1 | -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]> |