aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgCommandExecutor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-63/+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.
* FixedSaturneric2021-12-041-1/+6
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Add i18n SupportSaturneric2021-12-011-2/+2
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Continue to write core test code.Saturneric2021-09-121-4/+3
|
* Improve and optimize the code.Saturneric2021-09-111-1/+1
|
* Adjust the code structure.Saturneric2021-09-051-22/+28
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-051-19/+23
| | | | Adjust the structure.
* Modified ResultAnalyse.Saturneric2021-09-041-0/+45
Add Test.