aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GpgKeyOpera.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-293/+0
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-5/+5
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-31/+37
1. Rename related entities. 2. Add a comments.
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-12/+12
1. Rename related entities. 2. Add a comments.
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-2/+3
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2021-12-31<refactor, fix, test>(core, test): test key generation for standalone modeSaturneric1-3/+7
1. add key generation test for standalone mode 2. add supported algos in standalone mode 3. changed support algo vectors from static value to static getter 4. modified name of some variables.
2021-12-31<refactor, test>(core, test): core improved and test gpg key generationSaturneric1-9/+10
1. Refactor the initialization code of Context. 2. Improve some callback function support. 3. Improve the key deletion function. 4. Modify the key output of some functions. 5. Add test for key generation. 6. Delete all imported keys at the end of the test case. 7. Add setup mode initialization parameters for Context.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-12/+53
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-16Fixed & Improve.Saturneric1-3/+1
1. Fixed Known Issues. 2. Improve UI.
2021-12-06Test & Improve UISaturneric1-5/+7
2021-12-06Improve UI & FunctionsSaturneric1-1/+20
2021-12-04FixedSaturneric1-30/+37
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02FixedSaturneric1-7/+29
1. Fixed Known Issues.
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-11-29Fix Known Bugs.Saturneric1-8/+17
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-11-28Solve key generation and related update issues.Saturneric1-36/+31
2021-10-02UI Framework Modified.Saturneric1-23/+22
2021-09-05Adjust the code structure.Saturneric1-51/+45
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-0/+191
Adjust the structure.