Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-06 | feat: move test to src and add submodule googletest | saturneric | 1 | -32/+0 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -1/+4 | |
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 | -2/+2 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-29 | Fix Known Bugs. | Saturneric | 1 | -1/+1 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-08-15 | Bugs Fixed; Improve Functions; | Saturneric | 1 | -1/+1 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-06-02 | Add and change the expiration date of the key pair. | Saturneric | 1 | -0/+5 | |
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]> |