aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Event.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-5/+4
* feat: simplify loggingsaturneric2024-07-301-3/+2
* fix: use standard qt version checking macrosaturneric2024-07-301-7/+7
* feat: update copyright infosaturneric2024-07-291-1/+1
* fix: solve qt5 problemssaturneric2024-07-291-0/+16
* feat: improve sdk api for pinentry modulesaturneric2024-07-271-14/+9
* feat: remove spdlog and clean up logsaturneric2024-07-261-8/+3
* fix: solve safe issuessaturneric2024-05-031-2/+2
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-7/+8
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-0/+1
* feat: upgrade module systemsaturneric2024-02-281-3/+41
* fix: make task and threading system safersaturneric2024-01-161-2/+0
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-11/+8
* feat: integrate logging api to coresaturneric2024-01-051-7/+8
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+2
* feat: standarized and speed up app env loading processsaturneric2023-12-031-1/+3
* feat: add callback function to eventsaturneric2023-11-021-1/+26
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-22/+29
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+108