aboutsummaryrefslogtreecommitdiffstats
path: root/test/GpgCoreTestKeyModelAlone.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-22/+10
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.
2021-12-20Continue to add Standalone Support.Saturneric1-12/+12
2021-12-20Update Test Code & Added Standlone SupportSaturneric1-8/+9
2021-12-01Add i18n SupportSaturneric1-3/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-20The basic functions of the core pass the test.Saturneric1-119/+18
Adjust and improve the core part of the interface.
2021-09-19Support multi-channel Context.Saturneric1-97/+69
Make the test configurable. Other modifications.
2021-09-12Continue to write core test code.Saturneric1-6/+112
2021-09-10Continue to optimize and improve the code.Saturneric1-0/+17
2021-09-05Adjust the code structure.Saturneric1-14/+52
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-6/+111
Adjust the structure.
2021-09-04Modified ResultAnalyse.Saturneric1-16/+9
Add Test.
2021-07-06Fix issues.Saturneric1-1/+1
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-13/+7
Fix Bugs.
2021-05-22Expand and improve GpgKey;Saturneric1-1/+2
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-11Change CXX Standard to C++14Saturneric1-4/+13
Headers Tidy and Reformat