aboutsummaryrefslogtreecommitdiffstats
path: root/src/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove qt5 supportsaturneric2024-01-151-5/+1
|
* refactor: remove nlohmann json library from projectsaturneric2024-01-153-90/+59
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-153-67/+116
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-5/+3
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-125-143/+111
|
* fix: solve compile issuesaturneric2024-01-084-160/+18
|
* feat: improve tool menus and iconssaturneric2024-01-051-4/+0
|
* feat: integrate logging api to coresaturneric2024-01-056-117/+14
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-132-6/+4
|
* fix: slove logger system isolation issuessaturneric2023-12-041-15/+17
|
* feat: standarized and speed up app env loading processsaturneric2023-12-034-8/+47
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-033-7/+7
|
* feat: introduce cmd functionssaturneric2023-11-294-11/+14
|
* fix: repair gnupg info listing funtionSaturneric2023-11-294-48/+25
|
* refactor: improve the code structure of coresaturneric2023-11-062-1/+143
|
* feat: add callback function to eventsaturneric2023-11-024-29/+37
|
* style: improve code style of coresaturneric2023-10-301-2/+2
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-282-5/+4
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-272-106/+108
|
* feat: gather more gnupg info to rtsaturneric2023-10-273-89/+153
|
* fix: improve the commu between gig module and coresaturneric2023-10-261-29/+32
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-258-45/+569
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-25/+23
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-242-27/+27
|
* feat: try to use GRT as a info exchange center of modules and uisaturneric2023-10-245-34/+94
|
* fix: solve some issues on log systemsaturneric2023-10-236-48/+53
|
* perf: reduce header includes and improve build speedsaturneric2023-10-237-20/+9
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-237-103/+215
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-5/+4
|
* fix: solve a build issue at release modesaturneric2023-10-181-1/+1
|
* fix: improve modulesaturneric2023-10-175-7/+13
|
* refactor: move module system to core and make it worksaturneric2023-10-1714-1117/+13
|
* fix: slove compile issuessaturneric2023-10-1714-173/+173
|
* refactor: change plugin system to module systemsaturneric2023-10-1730-0/+2290