aboutsummaryrefslogtreecommitdiffstats
path: root/src/module (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-31feat: support qt5 build optionsaturneric1-1/+8
2024-01-30feat: try to add qt5 supportsaturneric1-2/+7
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-38/+37
2024-01-23fix: set gpgconf path to gpgme enginesaturneric1-3/+8
2024-01-23fix: solve issues on detected gnupg path function and fix linking errors on ↵saturneric7-5/+97
windows platform
2024-01-22feat: improve gpg context configure logic and uisaturneric3-1/+6
2024-01-22feat: add gnupg directories infos to gnupg tabsaturneric1-13/+3
2024-01-22fix: improve ui and solve discovered bugs at version checking modulesaturneric2-4/+9
2024-01-22fix: QStringList is not equal to QList<QVector>saturneric1-6/+3
2024-01-22fix: solve an achieve problem on xcodesaturneric3-5/+45
2024-01-16fix: solve the gnupg tab options info not shown issuesaturneric1-5/+3
2024-01-16refactor: remove libgettext from projectsaturneric1-1/+1
2024-01-16fix: make task and threading system safersaturneric2-3/+4
2024-01-15chore: remove qt5 supportsaturneric1-5/+1
2024-01-15refactor: remove nlohmann json library from projectsaturneric3-90/+59
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric3-67/+116
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-5/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric5-143/+111
2024-01-08fix: solve compile issuesaturneric4-160/+18
2024-01-05feat: improve tool menus and iconssaturneric1-4/+0
2024-01-05feat: integrate logging api to coresaturneric6-117/+14
2023-12-13refactor: improve the structure of main,core and test modulesaturneric2-6/+4
2023-12-04fix: slove logger system isolation issuessaturneric1-15/+17
2023-12-03feat: standarized and speed up app env loading processsaturneric4-8/+47
2023-12-03feat: general improvements of aync execution and memory securitysaturneric3-7/+7
2023-11-29feat: introduce cmd functionssaturneric4-11/+14
2023-11-29fix: repair gnupg info listing funtionSaturneric4-48/+25
2023-11-06refactor: improve the code structure of coresaturneric2-1/+143
2023-11-02feat: add callback function to eventsaturneric4-29/+37
2023-10-30style: improve code style of coresaturneric1-2/+2
2023-10-28refactor: start to tidy up code using clang-tidysaturneric2-5/+4
2023-10-27feat: improve thread system and gathering gnupg options info to rtsaturneric2-106/+108
2023-10-27feat: gather more gnupg info to rtsaturneric3-89/+153
2023-10-26fix: improve the commu between gig module and coresaturneric1-29/+32
2023-10-25feat: moving gnupg info gathering logic to a new modulesaturneric8-45/+569
2023-10-25feat: use rt listen publish event function in main windows' app version ↵Saturneric1-25/+23
upgrade notification
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric2-27/+27
2023-10-24feat: try to use GRT as a info exchange center of modules and uisaturneric5-34/+94
2023-10-23fix: solve some issues on log systemsaturneric6-48/+53
2023-10-23perf: reduce header includes and improve build speedsaturneric7-20/+9
2023-10-23feat: improve project structure and add GRT for modulessaturneric7-103/+215
2023-10-18feat: using pool for concurrent executions, not stable yetsaturneric1-5/+4
2023-10-18fix: solve a build issue at release modesaturneric1-1/+1
2023-10-17fix: improve modulesaturneric5-7/+13
2023-10-17refactor: move module system to core and make it worksaturneric14-1117/+13
2023-10-17fix: slove compile issuessaturneric14-173/+173
2023-10-17refactor: change plugin system to module systemsaturneric30-0/+2290