aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-93/+0
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-6/+32
| | | | | 1. Rename related entities. 2. Add a comments.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-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.
* Test & Improve UISaturneric2021-12-061-2/+2
|
* Add i18n SupportSaturneric2021-12-011-7/+4
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* UI Framework Modified.Saturneric2021-10-021-10/+14
|
* Continue to optimize and improve the code.Saturneric2021-09-101-3/+3
|
* Rewrite the core.Saturneric2021-09-051-0/+57
Adjust the structure.