aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GpgBasicOperator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-220/+0
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-10/+10
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-2/+2
1. Rename related entities. 2. Add a comments.
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-22/+22
1. Rename related entities. 2. Add a comments.
2022-01-14<doc>(core): Start adding comments to codeSaturneric1-19/+7
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-2/+1
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2021-12-31<refactor, test>(core, test): core improved and test gpg key generationSaturneric1-2/+4
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-16Fixed bugs & Improve Speed.Saturneric1-1/+1
2021-12-16Added & Improved & Fixed.Saturneric1-2/+5
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-8/+8
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-12Fixed & Modified & Added.Saturneric1-1/+19
1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs.
2021-12-02Fixed.Saturneric1-11/+11
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-23/+14
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-6/+6
2021-09-20The basic functions of the core pass the test.Saturneric1-26/+32
Adjust and improve the core part of the interface.
2021-09-11Improve and optimize the code.Saturneric1-1/+1
2021-09-10Continue to optimize and improve the code.Saturneric1-2/+1
2021-09-05Adjust the code structure.Saturneric1-26/+10
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-170/+142
Adjust the structure.
2021-08-29Start to rewrite gpg core.Saturneric1-0/+254