aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/core/GpgCoreTestBasicOpera.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: switch text-based model to workspace-based modelsaturneric1-1/+0
13 daysfeat: support key groupssaturneric1-15/+14
2025-02-02refactor: make some function names shortersaturneric1-1/+1
2025-02-01feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric1-2/+2
2024-10-26fix: should check key status immediately after get itsaturneric1-0/+10
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-18fix: add test cases and solve discovered issuessaturneric1-258/+148
2024-01-17fix: improve code quality, docs and ci filessaturneric1-13/+16
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-1/+1
2023-12-26fix: add test cases and test file basical operationssaturneric1-14/+119
2023-12-26fix: test basical operations of gpg at both test cases and guisaturneric1-4/+4
2023-12-25feat: upgrade basical operations fully to async style and update test casessaturneric1-118/+145
2023-12-23feat: improve core interfaces of encrypt and decryptsaturneric1-30/+37
2023-12-23fix: solve all issues of test cases on macos m1saturneric1-8/+10
2023-12-16fix: repair test casessaturneric1-194/+192
2023-12-15fix: slove some issues on memory and intilizationssaturneric1-190/+194
2023-12-06feat: move test to src and add submodule googletestsaturneric1-80/+80
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-2/+2
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-02<refactor, test>(core, test): test decryption when key not foundSaturneric1-10/+61
2021-12-20Update Test Code & Added Standlone SupportSaturneric1-11/+12
2021-12-01Add i18n SupportSaturneric1-3/+3
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-9/+9
2021-09-20The basic functions of the core pass the test.Saturneric1-0/+174
Adjust and improve the core part of the interface.