Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 16 | -2196/+0 |
| | |||||
* | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 2022-02-02 | 7 | -33/+33 |
| | |||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 16 | -96/+160 |
| | |||||
* | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 2022-01-15 | 5 | -44/+50 |
| | | | | | 1. Rename related entities. 2. Add a comments. | ||||
* | <doc, refactor>(ci): Tidy up code in gpg/function | Saturneric | 2022-01-14 | 14 | -88/+181 |
| | | | | | 1. Rename related entities. 2. Add a comments. | ||||
* | <doc>(core): add comment for code | Saturneric | 2022-01-14 | 4 | -24/+227 |
| | |||||
* | <doc>(core): Start adding comments to code | Saturneric | 2022-01-14 | 3 | -23/+122 |
| | |||||
* | <feature, fix>(core, ui): support file symmetric encryption. | Saturneric | 2022-01-04 | 2 | -0/+20 |
| | | | | 1. improve ui for file & text symmetric encryption. | ||||
* | <fix, feature>(core, ui): key package import. | Saturneric | 2022-01-03 | 2 | -18/+20 |
| | | | | | | 1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done. | ||||
* | <fix, feature>(core, ui): add key in smart card support. | Saturneric | 2022-01-03 | 1 | -1/+2 |
| | | | | 1.fix problem that when key is in a smart card, the result of FetchKey() is not equal with which provided by GetKey(). | ||||
* | <feature, refactor>(core, ui): Key package generate. | Saturneric | 2022-01-03 | 2 | -9/+22 |
| | | | | | | | | 1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu. | ||||
* | <feat, refactor, fixed>(core, ui): add & modify file operations | Saturneric | 2022-01-02 | 4 | -72/+59 |
| | | | | | | 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 mode | Saturneric | 2021-12-31 | 1 | -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 generation | Saturneric | 2021-12-31 | 2 | -11/+14 |
| | | | | | | | | | | 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 mode | Saturneric | 2021-12-25 | 11 | -31/+110 |
| | | | | | | | | | | | 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 bugs & Improve Speed. | Saturneric | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Fixed & Improve. | Saturneric | 2021-12-16 | 1 | -3/+1 |
| | | | | | 1. Fixed Known Issues. 2. Improve UI. | ||||
* | Added & Improved & Fixed. | Saturneric | 2021-12-16 | 2 | -4/+7 |
| | | | | | | | | | 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. | ||||
* | Modified Core to Optimization & Fixed Problem | Saturneric | 2021-12-14 | 3 | -8/+27 |
| | | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem | ||||
* | Update Translate & Added. | Saturneric | 2021-12-13 | 2 | -0/+33 |
| | | | | | | 1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI | ||||
* | Fixed & Modified & Added. | Saturneric | 2021-12-12 | 3 | -5/+24 |
| | | | | | | | | 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. | ||||
* | Test & Improve UI | Saturneric | 2021-12-06 | 4 | -11/+13 |
| | |||||
* | Improve UI & Functions | Saturneric | 2021-12-06 | 4 | -7/+48 |
| | |||||
* | Fixed | Saturneric | 2021-12-04 | 3 | -31/+48 |
| | | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | ||||
* | Fixed | Saturneric | 2021-12-02 | 2 | -9/+31 |
| | | | | 1. Fixed Known Issues. | ||||
* | Fixed. | Saturneric | 2021-12-02 | 4 | -41/+47 |
| | | | | 1. Fixed known issue in File Operations. | ||||
* | Add i18n Support | Saturneric | 2021-12-01 | 16 | -136/+91 |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | ||||
* | Solve uid management, related update and other known issues. | Saturneric | 2021-11-29 | 1 | -5/+12 |
| | |||||
* | Fix Known Bugs. | Saturneric | 2021-11-29 | 4 | -21/+32 |
| | | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management. | ||||
* | Fix some known issues in basic operations and file operations. | Saturneric | 2021-11-28 | 2 | -35/+29 |
| | |||||
* | Solve key generation and related update issues. | Saturneric | 2021-11-28 | 1 | -36/+31 |
| | |||||
* | UI Framework Modified. | Saturneric | 2021-10-02 | 13 | -109/+147 |
| | |||||
* | The basic functions of the core pass the test. | Saturneric | 2021-09-20 | 6 | -88/+94 |
| | | | | Adjust and improve the core part of the interface. | ||||
* | Support multi-channel Context. | Saturneric | 2021-09-19 | 4 | -35/+70 |
| | | | | | Make the test configurable. Other modifications. | ||||
* | Continue to write core test code. | Saturneric | 2021-09-12 | 3 | -96/+42 |
| | |||||
* | Improve and optimize the code. | Saturneric | 2021-09-11 | 3 | -3/+3 |
| | |||||
* | Continue to optimize and improve the code. | Saturneric | 2021-09-10 | 8 | -191/+126 |
| | |||||
* | Adjust the code structure. | Saturneric | 2021-09-05 | 11 | -161/+155 |
| | | | | | Introduce log library. Remove Qt from the core code. | ||||
* | Rewrite the core. | Saturneric | 2021-09-05 | 16 | -246/+1334 |
| | | | | Adjust the structure. | ||||
* | Modified ResultAnalyse. | Saturneric | 2021-09-04 | 1 | -0/+45 |
| | | | | Add Test. | ||||
* | Start to rewrite gpg core. | Saturneric | 2021-08-29 | 4 | -0/+413 |