Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -2/+2 |
| | |||||
* | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 2022-02-02 | 1 | -2/+2 |
| | |||||
* | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -0/+26 |
| | | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 8 | -48/+80 |
| | |||||
* | <refactor, test>(core, test): test decryption when key not found | Saturneric | 2022-01-02 | 1 | -10/+61 |
| | |||||
* | <refactor, fix, test>(core, test): test key generation for standalone mode | Saturneric | 2021-12-31 | 1 | -0/+156 |
| | | | | | | | 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 | -7/+92 |
| | | | | | | | | | | 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 | 8 | -46/+152 |
| | | | | | | | | | | | 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. | ||||
* | Continue to add Standalone Support. | Saturneric | 2021-12-20 | 3 | -5/+203 |
| | |||||
* | Update Test Code & Added Standlone Support | Saturneric | 2021-12-20 | 4 | -23/+29 |
| | |||||
* | Fixed | Saturneric | 2021-12-04 | 2 | -188/+188 |
| | | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | ||||
* | Add i18n Support | Saturneric | 2021-12-01 | 4 | -13/+11 |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | ||||
* | UI Framework Modified. | Saturneric | 2021-10-02 | 1 | -9/+9 |
| | |||||
* | The basic functions of the core pass the test. | Saturneric | 2021-09-20 | 8 | -125/+571 |
| | | | | Adjust and improve the core part of the interface. | ||||
* | Support multi-channel Context. | Saturneric | 2021-09-19 | 4 | -99/+156 |
| | | | | | Make the test configurable. Other modifications. | ||||
* | Continue to write core test code. | Saturneric | 2021-09-12 | 3 | -6/+125 |
| | |||||
* | Add clang-related branch coverage options. | Saturneric | 2021-09-11 | 1 | -4/+0 |
| | |||||
* | Add branch coverage test settings. | Saturneric | 2021-09-11 | 1 | -4/+5 |
| | |||||
* | Continue to optimize and improve the code. | Saturneric | 2021-09-10 | 1 | -0/+17 |
| | |||||
* | Adjust the code structure. | Saturneric | 2021-09-05 | 2 | -14/+84 |
| | | | | | Introduce log library. Remove Qt from the core code. | ||||
* | Rewrite the core. | Saturneric | 2021-09-05 | 2 | -7/+112 |
| | | | | Adjust the structure. | ||||
* | Modified ResultAnalyse. | Saturneric | 2021-09-04 | 2 | -0/+52 |
| | | | | Add Test. | ||||
* | Adjust the project structure. | Saturneric | 2021-06-09 | 5 | -99/+0 |
| | | | | | | Write a readme. Signed-off-by: Saturneric <[email protected]> | ||||
* | Qt5 & Cmake Supported. | Saturneric | 2021-05-11 | 5 | -0/+99 |
Project Structure Modified. |