aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: qt5 compile issuessaturneric2025-02-031-2/+2
|
* refactor: using qt containers instead of std containerssaturneric2024-12-131-3/+3
|
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-1/+13
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-281-1/+1
|
* feat: improve sdk api for pinentry modulesaturneric2024-07-271-11/+9
|
* fix: reset module settings object in a proper waysaturneric2024-04-301-3/+3
|
* feat: improve functions and ui on modulesaturneric2024-04-301-1/+3
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-141-0/+3
|
* fix: use qt designer placeholder instead of custom initializedsaturneric2024-04-141-1/+1
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-0/+4
| | | | | | 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-0/+8
| | | | | | 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
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-13/+12
|
* fix: clean up envirnoment when app exitssaturneric2023-12-161-1/+3
|
* fix: slove threading and memory issuessaturneric2023-12-151-12/+12
|
* fix: slove some memory issuessaturneric2023-12-141-4/+3
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-0/+32
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-2/+3
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-3/+9
|
* feat: add callback function to eventsaturneric2023-11-021-18/+20
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-3/+2
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-251-3/+4
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-4/+7
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-0/+32
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-9/+9
|
* feat: imporve module systemsaturneric2023-10-171-5/+4
|
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+104