aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgCommandExecutor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-63/+0
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-1/+1
1. Rename related entities. 2. Add a comments.
2021-12-04FixedSaturneric1-1/+6
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-12Continue to write core test code.Saturneric1-4/+3
2021-09-11Improve and optimize the code.Saturneric1-1/+1
2021-09-05Adjust the code structure.Saturneric1-22/+28
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-19/+23
Adjust the structure.
2021-09-04Modified ResultAnalyse.Saturneric1-0/+45
Add Test.