aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-311-2/+7
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: add some ui apis to sdksaturneric2024-07-121-0/+7
|
* feat: integrate logging api to coresaturneric2024-01-051-12/+0
|
* fix: common utils should be created before core initializationsaturneric2023-12-041-0/+6
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-0/+6
|
* feat: introduce cmd functionssaturneric2023-11-291-2/+2
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-8/+5
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-0/+12
|
* perf: improve initialized and recover processSaturneric2022-05-191-2/+2
| | | | | | 1. init logging system 2. init ui 3. init main
* feat: improve UI library's encapsulationSaturneric2022-05-091-1/+6
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+3
| | | | | | | | 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
* refactor: develop 2.0.6 startSaturneric2022-05-071-0/+43
1. delete smtp ability 2. change libs link type to dramatic