aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgCoreInit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-1/+0
|
* fix: solve issues at i18n supportsaturneric2024-01-231-3/+3
|
* fix: set gpgconf path to gpgme enginesaturneric2024-01-231-9/+16
|
* fix: solve issues on detected gnupg path function and fix linking errors on ↵saturneric2024-01-231-54/+100
| | | | windows platform
* feat: improve gpg context configure logic and uisaturneric2024-01-221-6/+29
|
* fix: slove discovered faults and bugssaturneric2024-01-191-1/+1
|
* fix: solve discovered issuessaturneric2024-01-161-2/+4
|
* refactor: remove libgettext from projectsaturneric2024-01-161-4/+4
|
* fix: make task and threading system safersaturneric2024-01-161-180/+183
|
* fix: slove the languange settings issuesaturneric2024-01-151-6/+5
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-14/+17
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-2/+0
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-56/+49
|
* feat: improve tool menus and iconssaturneric2024-01-051-6/+2
|
* feat: integrate logging api to coresaturneric2024-01-051-83/+30
|
* fix: slove some known issuessaturneric2024-01-051-17/+15
|
* fix: test the initialization of gui applicationsaturneric2023-12-241-27/+80
|
* fix: slove threading and memory issuessaturneric2023-12-151-1/+1
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-141-40/+43
|
* fix: slove some memory issuessaturneric2023-12-141-3/+7
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-1/+1
|
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-041-3/+8
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-123/+249
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-24/+20
|
* feat: introduce cmd functionssaturneric2023-11-291-6/+3
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-4/+5
|
* refactor: clean up core's codessaturneric2023-11-061-2/+2
|
* feat: add callback function to eventsaturneric2023-11-021-12/+13
|
* style: improve code style of coresaturneric2023-10-301-12/+12
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-2/+2
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-251-3/+15
|
* fix: solve some code tidy issuessaturneric2023-10-251-0/+4
|
* fix: solve some issues on log systemsaturneric2023-10-231-1/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-7/+5
|
* fix: improve the stability of thread systemsaturneric2023-10-191-30/+32
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-31/+30
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: add check for key db and improve uiSaturneric2023-04-051-0/+13
|
* fix: solve custom gpgconf path wrong issueSaturneric2023-04-051-3/+2
|
* feat: simplify settings lookupSaturneric2023-04-051-63/+53
|
* feat: add custom gpgconf path support in contextSaturneric2023-04-041-1/+37
|
* feat: improve core init speed and safty.Saturneric2023-03-311-17/+38
|
* feat: read offline and auto import config when initSaturneric2023-03-311-5/+35
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-1/+10
|
* fix: reduce info level logsSaturneric2023-02-111-4/+4
|
* freat: allow to change gnupg install pathSaturneric2023-02-111-0/+4
|
* fix: solve open file issue in menu barsaturneric2023-02-041-1/+5
| | | | | | 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
* fix: solve some issuessaturneric2023-02-041-1/+1
| | | | | 1. solve compile issues 2. improve log for cammand executor
* feat: change the log style in source filesSaturneric2023-02-031-38/+36
|
* feat(ui, core): add custom key db supportSaturneric2022-12-041-2/+48
| | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function