aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgSmartCardManager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
9 daysfix: gpg context will take response of gpg-agentsaturneric1-2/+2
9 daysfeat: add more info checksaturneric1-6/+10
10 daysfeat: check scd versionsaturneric1-0/+8
10 daysfeat: generate cark keyssaturneric1-0/+10
2025-04-13refactor: code cleanupsaturneric1-1/+38
2025-04-13feat: add SmartCardControllersaturneric1-15/+24
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-2/+2
2023-11-07refactor: remove CommonUtils at coresaturneric1-2/+2
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-23perf: reduce header includes and improve build speedsaturneric1-20/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-1/+1
1. delete smtp ability 2. change libs link type to dramatic
2022-03-12<fix>(core): Fix the existing problem of the key packageSaturneric1-2/+12
1. Fix the password generation function 2. Add some log output
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-27/+23
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-0/+0
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-1/+1
1. Rename related entities. 2. Add a comments.
2022-01-14<doc>(core): add comment for codeSaturneric1-6/+11
2022-01-14<doc>(core): Start adding comments to codeSaturneric1-0/+12
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+5
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-04FixedSaturneric1-0/+5
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-01Add i18n SupportSaturneric1-8/+8
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-05Adjust the code structure.Saturneric1-6/+7
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-12/+12
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