aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module (unfollow)
Commit message (Collapse)AuthorFilesLines
13 daysfeat: generate cark keyssaturneric6-15/+15
2025-02-04chore: clean up codesaturneric3-3/+0
2025-02-03fix: qt5 compile issuessaturneric6-19/+16
2025-01-27refactor: clean up codesaturneric1-4/+1
2025-01-26fix: improve code compatibilitysaturneric1-1/+1
2024-12-13refactor: using qt containers instead of std containerssaturneric5-12/+12
2024-12-03fix: variable 'mods_path' is reassigned a value before the old one has been ↵saturneric1-34/+6
used.
2024-12-03fix: integrated modules loading pathsaturneric1-2/+7
2024-12-02fix: support debug module loading by AppImagesaturneric1-8/+8
2024-12-01fix: discovered bugs on windows platformsaturneric1-1/+7
2024-11-30feat: improve app structure on windowssaturneric1-2/+2
2024-11-25fix: remove bug on module register monitoringsaturneric1-1/+3
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric7-99/+211
2024-07-30feat: simplify loggingsaturneric5-60/+52
2024-07-30fix: use standard os detection macrosaturneric1-9/+10
2024-07-30fix: use standard qt version checking macrosaturneric1-7/+7
2024-07-29feat: update copyright infosaturneric14-14/+14
2024-07-29fix: solve qt5 problemssaturneric1-0/+16
2024-07-28feat: user can prevent all modulessaturneric1-0/+9
2024-07-28fix: correct the spelling of 'deactivate'saturneric5-10/+10
2024-07-27feat: improve sdk api for pinentry modulesaturneric3-33/+24
2024-07-27fix: discover and solve some memory issuessaturneric4-24/+24
2024-07-26feat: remove spdlog and clean up logsaturneric6-126/+73
2024-07-12feat: add some ui apis to sdksaturneric1-0/+2
2024-07-12feat: adjust modules loading pathsaturneric1-4/+4
2024-07-12feat: improve the project structuresaturneric2-2/+2
2024-05-03fix: solve safe issuessaturneric2-4/+4
2024-05-03fix: update translationssaturneric1-11/+11
2024-04-30fix: reset module settings object in a proper waysaturneric7-38/+31
2024-04-30fix: can not find mods on macos platformsaturneric1-1/+3
2024-04-30feat: improve functions and ui on modulesaturneric5-22/+78
2024-04-28feat: load both integrated and external modulessaturneric1-24/+52
2024-04-21feat: adapt linux appimage of modules loadingdev/2.1.2/modulesaturneric1-6/+7
2024-04-15feat: prefer to show module name instead of module idsaturneric1-1/+1
2024-04-14feat: add a grt viewer and solve some issues in gnupg info tabsaturneric5-31/+280
2024-04-14fix: use qt designer placeholder instead of custom initializedsaturneric2-2/+2
2024-04-12feat: add auto activate function and optimums for some structuressaturneric2-1/+19
2024-03-02refactor: reduce core prebuild headers and isolate core to modulessaturneric2-0/+127
2024-03-01feat: validate module id format and compatibility of sdk and qt envsaturneric2-2/+82
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric6-45/+77
2024-02-29feat: add module controller and continue to work on module systemsaturneric7-9/+127
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 systemsaturneric8-22/+288
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
2024-01-19fix: slove discovered faults and bugssaturneric1-1/+1
2024-01-18fix: slove codacy issuessaturneric2-6/+5
2024-01-17fix: improve code quality, docs and ci filessaturneric1-1/+2
2024-01-17fix: find and slove some bugssaturneric1-1/+0
2024-01-16fix: make task and threading system safersaturneric5-7/+0
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-12/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric10-67/+52
2024-01-05fix: slove a multi-threads issue at task modelsaturneric1-10/+10