aboutsummaryrefslogtreecommitdiffstats
path: root/src/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: support qt5 build optionsaturneric2024-01-311-1/+8
|
* feat: try to add qt5 supportsaturneric2024-01-301-2/+7
|
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-38/+37
|
* fix: set gpgconf path to gpgme enginesaturneric2024-01-231-3/+8
|
* fix: solve issues on detected gnupg path function and fix linking errors on ↵saturneric2024-01-237-5/+97
| | | | windows platform
* feat: improve gpg context configure logic and uisaturneric2024-01-223-1/+6
|
* feat: add gnupg directories infos to gnupg tabsaturneric2024-01-221-13/+3
|
* fix: improve ui and solve discovered bugs at version checking modulesaturneric2024-01-222-4/+9
|
* fix: QStringList is not equal to QList<QVector>saturneric2024-01-221-6/+3
|
* fix: solve an achieve problem on xcodesaturneric2024-01-223-5/+45
|
* fix: solve the gnupg tab options info not shown issuesaturneric2024-01-161-5/+3
|
* refactor: remove libgettext from projectsaturneric2024-01-161-1/+1
|
* fix: make task and threading system safersaturneric2024-01-162-3/+4
|
* 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