aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: generate cark keyssaturneric10 days6-15/+15
|
* chore: clean up codesaturneric2025-02-043-3/+0
|
* fix: qt5 compile issuessaturneric2025-02-036-19/+16
|
* refactor: clean up codesaturneric2025-01-271-4/+1
|
* fix: improve code compatibilitysaturneric2025-01-261-1/+1
|
* refactor: using qt containers instead of std containerssaturneric2024-12-135-12/+12
|
* fix: variable 'mods_path' is reassigned a value before the old one has been ↵saturneric2024-12-031-34/+6
| | | | used.
* fix: integrated modules loading pathsaturneric2024-12-031-2/+7
|
* fix: support debug module loading by AppImagesaturneric2024-12-021-8/+8
|
* fix: discovered bugs on windows platformsaturneric2024-12-011-1/+7
|
* feat: improve app structure on windowssaturneric2024-11-301-2/+2
|
* fix: remove bug on module register monitoringsaturneric2024-11-251-1/+3
|
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-317-99/+211
|
* feat: simplify loggingsaturneric2024-07-305-60/+52
|
* fix: use standard os detection macrosaturneric2024-07-301-9/+10
|
* fix: use standard qt version checking macrosaturneric2024-07-301-7/+7
|
* feat: update copyright infosaturneric2024-07-2914-14/+14
|
* fix: solve qt5 problemssaturneric2024-07-291-0/+16
|
* feat: user can prevent all modulessaturneric2024-07-281-0/+9
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-285-10/+10
|
* feat: improve sdk api for pinentry modulesaturneric2024-07-273-33/+24
|
* fix: discover and solve some memory issuessaturneric2024-07-274-24/+24
|
* feat: remove spdlog and clean up logsaturneric2024-07-266-126/+73
|
* feat: add some ui apis to sdksaturneric2024-07-121-0/+2
|
* feat: adjust modules loading pathsaturneric2024-07-121-4/+4
|
* feat: improve the project structuresaturneric2024-07-122-2/+2
|
* fix: solve safe issuessaturneric2024-05-032-4/+4
|
* fix: update translationssaturneric2024-05-031-11/+11
|
* fix: reset module settings object in a proper waysaturneric2024-04-307-38/+31
|
* fix: can not find mods on macos platformsaturneric2024-04-301-1/+3
|
* feat: improve functions and ui on modulesaturneric2024-04-305-22/+78
|
* feat: load both integrated and external modulessaturneric2024-04-281-24/+52
|
* feat: adapt linux appimage of modules loadingdev/2.1.2/modulesaturneric2024-04-211-6/+7
|
* feat: prefer to show module name instead of module idsaturneric2024-04-151-1/+1
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-145-31/+280
|
* fix: use qt designer placeholder instead of custom initializedsaturneric2024-04-142-2/+2
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-122-1/+19
|
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-022-0/+127
|
* feat: validate module id format and compatibility of sdk and qt envsaturneric2024-03-012-2/+82
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-296-45/+77
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-297-9/+127
| | | | | | 1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
* feat: upgrade module systemsaturneric2024-02-288-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
* fix: slove discovered faults and bugssaturneric2024-01-191-1/+1
|
* fix: slove codacy issuessaturneric2024-01-182-6/+5
|
* fix: improve code quality, docs and ci filessaturneric2024-01-171-1/+2
|
* fix: find and slove some bugssaturneric2024-01-171-1/+0
|
* fix: make task and threading system safersaturneric2024-01-165-7/+0
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-12/+3
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-1210-67/+52
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-051-10/+10
|