aboutsummaryrefslogtreecommitdiffstats
path: root/src/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve the project structuresaturneric2024-07-1219-975/+0
|
* feat: move modules' code out of reposaturneric2024-07-1017-1797/+10
|
* fix: remove qt5compat and redirect dll output path of modulessaturneric2024-05-112-2/+4
|
* fix: add c++ header "optional"saturneric2024-05-111-0/+4
|
* fix: use gfalloc functions properlydev/2.1.3/qt5saturneric2024-05-111-1/+4
|
* fix: use qvector instead of qlist at qt5 envsaturneric2024-05-111-31/+37
|
* fix: use &(exec_contexts.first()) instead of exec_contexts.constData() at ↵saturneric2024-05-111-1/+4
| | | | qt5 env
* fix: mod_gpg_info use qt5::core at qt5 envsaturneric2024-05-111-4/+7
|
* fix: solve a build issue and add a tip for integrated modulesaturneric2024-05-031-1/+1
|
* fix: continue to solve safe issuessaturneric2024-05-032-2/+8
|
* fix: solve safe issuessaturneric2024-05-034-3/+7
|
* fix: discard changes but text still remainssaturneric2024-05-031-1/+1
|
* feat: place mods at linux install processsaturneric2024-04-302-0/+10
|
* fix: solve macOS auto-build issuessaturneric2024-04-282-2/+2
|
* fix: improve grt tab, mods name and its project structuresaturneric2024-04-1617-28/+26
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-143-13/+24
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-1/+3
|
* fix: find and solve some issues on module managementsaturneric2024-04-113-12/+14
|
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-0215-253/+244
|
* feat: validate module id format and compatibility of sdk and qt envsaturneric2024-03-012-3/+3
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-2935-495/+758
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-296-56/+123
| | | | | | 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-2824-445/+837
| | | | | | 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
* feat: add user agent header when doing http requestsaturneric2024-02-261-4/+8
|
* 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
|