aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-2/+2
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-2/+2
|
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-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.Saturneric2022-01-228-48/+80
|
* <refactor, test>(core, test): test decryption when key not foundSaturneric2022-01-021-10/+61
|
* <refactor, fix, test>(core, test): test key generation for standalone modeSaturneric2021-12-311-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 generationSaturneric2021-12-312-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 modeSaturneric2021-12-258-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.Saturneric2021-12-203-5/+203
|
* Update Test Code & Added Standlone SupportSaturneric2021-12-204-23/+29
|
* FixedSaturneric2021-12-042-188/+188
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Add i18n SupportSaturneric2021-12-014-13/+11
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* UI Framework Modified.Saturneric2021-10-021-9/+9
|
* The basic functions of the core pass the test.Saturneric2021-09-208-125/+571
| | | | Adjust and improve the core part of the interface.
* Support multi-channel Context.Saturneric2021-09-194-99/+156
| | | | | Make the test configurable. Other modifications.
* Continue to write core test code.Saturneric2021-09-123-6/+125
|
* Add clang-related branch coverage options.Saturneric2021-09-111-4/+0
|
* Add branch coverage test settings.Saturneric2021-09-111-4/+5
|
* Continue to optimize and improve the code.Saturneric2021-09-101-0/+17
|
* Adjust the code structure.Saturneric2021-09-052-14/+84
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-052-7/+112
| | | | Adjust the structure.
* Modified ResultAnalyse.Saturneric2021-09-042-0/+52
| | | | Add Test.
* Adjust the project structure.Saturneric2021-06-095-99/+0
| | | | | | Write a readme. Signed-off-by: Saturneric <[email protected]>
* Qt5 & Cmake Supported.Saturneric2021-05-115-0/+99
Project Structure Modified.