aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdk/GFSDKBasic.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-16fix: do not check commit hash in flatpak containersaturneric1-1/+6
2025-02-03fix: qt5 compile issuessaturneric1-2/+3
2024-12-03fix: solve commit hash mismatch issuesaturneric1-1/+1
2024-12-02fix: solve memory issues of sdk apissaturneric1-24/+15
2024-12-01feat: check commit hash from remotesaturneric1-0/+4
2024-11-27feat: improve ui logic and support more email operationssaturneric1-1/+1
2024-11-25fix: correct spelling mistakesaturneric1-1/+1
2024-11-20feat: enhance cache apisaturneric1-0/+22
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric1-8/+7
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-27feat: improve sdk api for pinentry modulesaturneric1-0/+4
2024-07-12feat: add some ui apis to sdksaturneric1-9/+19
2024-07-12feat: improve the project structuresaturneric1-0/+0
2024-05-03fix: solve a build issue and add a tip for integrated modulesaturneric1-1/+1
2024-05-03fix: continue to solve safe issuessaturneric1-1/+7
2024-05-03fix: solve safe issuessaturneric1-0/+1
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-10/+20
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-3/+17
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-28feat: upgrade module systemsaturneric1-1/+49
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it
2023-10-17refactor: change plugin system to module systemsaturneric1-0/+0
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-3/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-1/+1
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-02Add and change the expiration date of the key pair.Saturneric1-0/+5
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>