aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: discovered issues by testingsaturneric2024-12-031-3/+1
|
* fix: solve a race situation at unit test modesaturneric2024-11-251-3/+4
|
* feat: rewrite core init processes and add env optionsaturneric2024-11-221-0/+5
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: solve some known issuessaturneric2024-07-281-3/+3
|
* feat: support more build modesaturneric2024-07-281-3/+7
|
* feat: log pattern should be different at release modesaturneric2024-07-281-4/+8
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-3/+13
|
* fix: correct some spelling mistakessaturneric2024-05-031-6/+8
|
* fix: add test cases and solve discovered issuessaturneric2024-01-181-2/+0
|
* fix: remove low level api setjmp to improve corss-platform abilitysaturneric2024-01-151-7/+0
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-29/+16
|
* fix: test the initialization of gui applicationsaturneric2023-12-241-1/+3
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-231-1/+0
|
* fix: clean up envirnoment when app exitssaturneric2023-12-161-2/+8
|
* fix: slove some issues on memory and intilizationssaturneric2023-12-151-13/+10
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-141-0/+1
|
* fix: slove some memory issuessaturneric2023-12-141-0/+1
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-131-9/+39
|
* feat: introduce cmd functionssaturneric2023-11-291-141/+29
|
* refactor: improve the code structure of coresaturneric2023-11-061-2/+3
|
* style: improve code style of coresaturneric2023-10-301-2/+2
|
* fix: solve some code tidy issuessaturneric2023-10-251-1/+0
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-3/+3
|
* fix: slove compile issuessaturneric2023-10-171-1/+1
|
* refactor: change plugin system to module systemsaturneric2023-10-171-4/+4
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* merge: branch 'dev/2.1.1/main' of github.com:saturneric/GpgFrontend into ↵saturneric2023-10-151-3/+3
|\ | | | | | | dev/2.1.1/main
| * fix: temporary solve compile issues at flatpak buildsaturneric2023-10-151-3/+3
| |
* | feat: start to add plugin system and do some improve on project configurationsaturneric2023-10-151-0/+3
|/
* fix: solve some issues on linux .desktop filesaturneric2023-10-151-0/+7
|
* feat: improve deep restart progressSaturneric2023-04-041-44/+33
|
* fix: set application recover limitSaturneric2023-03-301-9/+12
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-1/+19
|
* fix: reduce info level logsSaturneric2023-02-111-6/+6
|
* freat: allow to change gnupg install pathSaturneric2023-02-111-13/+7
|
* feat: use custom password dialog nowSaturneric2023-02-071-6/+13
|
* feat: support buddled gnupg for posix platformSaturneric2023-02-061-2/+27
|
* feat: change the log style in source filesSaturneric2023-02-031-7/+2
|
* feat(ui, core): add custom key db supportSaturneric2022-12-041-29/+32
| | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
* feat: support generate ecc keySaturneric2022-11-261-0/+2
| | | | 1. support elliptische kurve nist
* feat(project): support freebsd buildSaturneric2022-07-241-0/+4
|
* feat: handle application's exceptions and crashSaturneric2022-05-201-53/+25
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-6/+6
| | | | 1. disable command line file arg input ability
* perf: improve initialized and recover processSaturneric2022-05-191-49/+44
| | | | | | 1. init logging system 2. init ui 3. init main
* feat: add a simple TaskRunner systemSaturneric2022-05-131-1/+0
| | | | 1. solve multiple threads problem.
* feat: improve UI library's encapsulationSaturneric2022-05-091-57/+5
|
* fix: modified init orderSaturneric2022-05-091-40/+40
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+2
| | | | | | | | 1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations