Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -178/+0 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -7/+7 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-14 | <doc, refactor>(ci): Tidy up code in gpg/function | Saturneric | 1 | -8/+8 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-03 | <fix, feature>(core, ui): key package import. | Saturneric | 1 | -17/+20 | |
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done. | |||||
2022-01-03 | <feature, refactor>(core, ui): Key package generate. | Saturneric | 1 | -7/+18 | |
1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -8/+8 | |
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-13 | Update Translate & Added. | Saturneric | 1 | -0/+28 | |
1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI | |||||
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -6/+21 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -14/+8 | |
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 | -4/+4 | |
2021-09-20 | The basic functions of the core pass the test. | Saturneric | 1 | -8/+0 | |
Adjust and improve the core part of the interface. | |||||
2021-09-19 | Support multi-channel Context. | Saturneric | 1 | -16/+48 | |
Make the test configurable. Other modifications. | |||||
2021-09-11 | Improve and optimize the code. | Saturneric | 1 | -1/+1 | |
2021-09-10 | Continue to optimize and improve the code. | Saturneric | 1 | -4/+6 | |
2021-09-05 | Adjust the code structure. | Saturneric | 1 | -40/+13 | |
Introduce log library. Remove Qt from the core code. | |||||
2021-09-05 | Rewrite the core. | Saturneric | 1 | -0/+124 | |
Adjust the structure. |