aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: integrate logging api to coresaturneric2024-01-052-34/+40
|
* fix: use secure memory management at impl classsaturneric2023-12-165-5/+7
|
* fix: clean up envirnoment when app exitssaturneric2023-12-163-6/+9
|
* fix: slove threading and memory issuessaturneric2023-12-158-121/+127
|
* fix: slove some memory issuessaturneric2023-12-142-8/+6
|
* fix: slove a memory issue found by valgrindsaturneric2023-12-131-11/+22
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-3/+3
|
* feat: standarized and speed up app env loading processsaturneric2023-12-035-6/+53
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-034-8/+13
|
* fix: repair gnupg info listing funtionSaturneric2023-11-295-22/+66
|
* feat: add callback function to eventsaturneric2023-11-026-68/+101
|
* style: improve code style of coresaturneric2023-10-301-3/+3
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-289-133/+145
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-271-24/+31
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-254-26/+25
|
* fix: solve some code tidy issuessaturneric2023-10-252-7/+6
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-253-33/+50
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-248-10/+105
|
* fix: solve some issues on log systemsaturneric2023-10-231-0/+1
|