aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyOpera.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-293/+0
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-31/+37
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-12/+12
| | | | | 1. Rename related entities. 2. Add a comments.
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-2/+3
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
* <refactor, fix, test>(core, test): test key generation for standalone modeSaturneric2021-12-311-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.
* <refactor, test>(core, test): core improved and test gpg key generationSaturneric2021-12-311-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.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-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.
* Fixed & Improve.Saturneric2021-12-161-3/+1
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Test & Improve UISaturneric2021-12-061-5/+7
|
* Improve UI & FunctionsSaturneric2021-12-061-1/+20
|
* FixedSaturneric2021-12-041-30/+37
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* FixedSaturneric2021-12-021-7/+29
| | | | 1. Fixed Known Issues.
* 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.
* Fix Known Bugs.Saturneric2021-11-291-8/+17
| | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management.
* Solve key generation and related update issues.Saturneric2021-11-281-36/+31
|
* UI Framework Modified.Saturneric2021-10-021-23/+22
|
* Adjust the code structure.Saturneric2021-09-051-51/+45
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-051-0/+191
Adjust the structure.