aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgCommandExecutor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-77/+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-1/+1
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc>(core): add comment for codeSaturneric2022-01-141-6/+11
|
* <doc>(core): Start adding comments to codeSaturneric2022-01-141-0/+12
|
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-1/+5
| | | | | | | | | | | 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.
* FixedSaturneric2021-12-041-0/+5
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Add i18n SupportSaturneric2021-12-011-8/+8
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Adjust the code structure.Saturneric2021-09-051-6/+7
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-051-0/+46
Adjust the structure.