aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/function/GpgCommandExecutor.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-05Rewrite the core.Saturneric1-46/+0
Adjust the structure.
2021-09-04Modified ResultAnalyse.Saturneric1-16/+7
Add Test.
2021-08-29Start to rewrite gpg core.Saturneric1-18/+15
2021-08-21Functions addition and improvement;Saturneric1-2/+21
Design and adjustment of function architecture related to server access; Add a new module (advance);
2021-08-20Improve Functions;Saturneric1-9/+8
Bugs Fixed;
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