aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: clean up codesaturneric2025-02-041-1/+0
|
* fix: qt5 compile issuessaturneric2025-02-031-6/+5
|
* refactor: using qt containers instead of std containerssaturneric2024-12-131-3/+3
|
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-66/+100
|
* feat: simplify loggingsaturneric2024-07-301-6/+6
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: user can prevent all modulessaturneric2024-07-281-0/+9
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-281-3/+3
|
* fix: discover and solve some memory issuessaturneric2024-07-271-3/+3
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-16/+14
|
* fix: reset module settings object in a proper waysaturneric2024-04-301-23/+16
|
* feat: improve functions and ui on modulesaturneric2024-04-301-11/+39
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-141-0/+5
|
* fix: use qt designer placeholder instead of custom initializedsaturneric2024-04-141-1/+1
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-1/+18
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-0/+15
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-0/+17
| | | | | | 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-281-5/+74
| | | | | | 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: find and slove some bugssaturneric2024-01-171-1/+0
|
* fix: make task and threading system safersaturneric2024-01-161-1/+0
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-6/+4
|
* fix: clean up envirnoment when app exitssaturneric2023-12-161-1/+1
|
* fix: slove threading and memory issuessaturneric2023-12-151-40/+44
|
* fix: slove some memory issuessaturneric2023-12-141-4/+3
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-0/+12
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-3/+5
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-10/+19
|
* feat: add callback function to eventsaturneric2023-11-021-25/+28
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-10/+9
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-251-6/+7
|
* fix: solve some code tidy issuessaturneric2023-10-251-6/+6
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-4/+9
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-1/+23
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-7/+28
|
* fix: improve the stability of thread systemsaturneric2023-10-191-3/+3
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-1/+1
|
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+111