aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-271-17/+6
* fix: ui initializes before core fully initializedsaturneric2024-12-021-0/+3
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-3/+7
* feat: update copyright infosaturneric2024-07-291-1/+1
* fix: solve some known issuessaturneric2024-07-281-1/+1
* feat: remove spdlog and clean up logsaturneric2024-07-261-18/+3
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-021-1/+1
* fix: solve issues at i18n supportsaturneric2024-01-231-0/+4
* fix: slove discovered faults and bugssaturneric2024-01-191-1/+1
* fix: slove some issues and update translationssaturneric2024-01-161-1/+1
* fix: reload ui should not destroy core and module systemsaturneric2024-01-151-8/+7
* fix: remove low level api setjmp to improve corss-platform abilitysaturneric2024-01-151-35/+5
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-6/+1
* feat: integrate logging api to coresaturneric2024-01-051-12/+13
* fix: solve all issues of test cases on macos m1saturneric2023-12-231-1/+0
* fix: slove some issues on memory and intilizationssaturneric2023-12-151-1/+1
* refactor: improve the structure of main,core and test modulesaturneric2023-12-131-41/+25
* feat: move test to src and add submodule googletestsaturneric2023-12-061-2/+0
* fix: common utils should be created before core initializationsaturneric2023-12-041-1/+4
* feat: standarized and speed up app env loading processsaturneric2023-12-031-4/+22
* fix: discover and fix some bugssaturneric2023-12-011-1/+1
* fix: update exit oprations oderingsaturneric2023-11-301-3/+3
* feat: introduce cmd functionssaturneric2023-11-291-0/+144