aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: solve found issues on windowssaturneric8 days1-0/+7
|
* fix: gpg agent cannot run as daemon on windowssaturneric8 days1-1/+1
|
* chore: restart gpg-agent at start and kill gpg agent by close as default ↵saturneric9 days1-1/+1
| | | | behaviors
* fix: make sure gpg-agent is running after initsaturneric9 days1-6/+4
|
* feat: add more info checksaturneric9 days1-2/+8
|
* fix: issues found on unit test modesaturneric2025-02-011-1/+1
|
* refactor: clean up codesaturneric2025-01-271-12/+4
|
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-271-8/+20
|
* fix: discovered issuessaturneric2024-12-021-3/+5
|
* fix: solve a race situation at unit test modesaturneric2024-11-251-1/+19
|
* feat: rewrite core init processes and add env optionsaturneric2024-11-221-3/+25
|
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-0/+3
|
* fix: use standard os detection macrosaturneric2024-07-301-1/+1
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: solve some known issuessaturneric2024-07-281-0/+4
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-32/+4
|
* fix: solve the wayland issue of flatpak and fix urls at appstream meta filesaturneric2024-07-261-3/+0
| | | | cause: QApplication inadvertently initialised twice
* fix: correct some spelling mistakessaturneric2024-05-031-2/+2
|
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-021-1/+1
|
* fix: slove some discovered issues on windowssaturneric2024-01-261-1/+1
|
* feat: enhance gnupg control boardsaturneric2024-01-251-1/+1
|
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-0/+26
|
* fix: solve issues at i18n supportsaturneric2024-01-231-0/+23
|
* fix: improve code quality, docs and ci filessaturneric2024-01-171-13/+4
|
* fix: find and slove some bugssaturneric2024-01-171-6/+1
|
* fix: make task and threading system safersaturneric2024-01-161-0/+1
|
* fix: slove the languange settings issuesaturneric2024-01-151-2/+2
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-10/+13
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-2/+1
|
* feat: improve tool menus and iconssaturneric2024-01-051-4/+0
|
* feat: integrate logging api to coresaturneric2024-01-051-69/+11
|
* fix: clean up envirnoment when app exitssaturneric2023-12-161-0/+2
|
* fix: slove threading and memory issuessaturneric2023-12-151-0/+3
|
* fix: slove some issues on memory and intilizationssaturneric2023-12-151-6/+2
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-141-0/+2
|
* fix: slove some memory issuessaturneric2023-12-141-1/+3
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-131-16/+76
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-12/+6
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-9/+13
|
* feat: introduce cmd functionssaturneric2023-11-291-11/+39
|
* refactor: improve the code structure of coresaturneric2023-11-061-0/+1
|
* fix: solve some issues on log systemsaturneric2023-10-231-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: simplify settings lookupSaturneric2023-04-051-20/+9
|
* feat: improve init progressSaturneric2023-04-041-18/+16
|
* fix: solve codacy issuesSaturneric2023-02-251-1/+1
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-0/+22
|
* freat: allow to change gnupg install pathSaturneric2023-02-111-0/+39
|
* fix: sovle a compile issue in macOSSaturneric2023-02-061-1/+1
|
* fix: solve open file issue in menu barsaturneric2023-02-041-2/+6
| | | | | | 1. add flush policy for logger 2. seperate the name of each logger 3. replace the old open file logic with the new one when click the button on the menu bar