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