aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: simplify settings lookupSaturneric2023-04-051-15/+18
|
* feat: improve init progressSaturneric2023-04-041-3/+13
|
* fix: solve codacy issuessaturneric2023-03-311-2/+2
|
* fix: solve issues in proxy configureSaturneric2023-03-301-0/+57
|
* fix: improve the task execution modelSaturneric2023-02-181-7/+7
|
* fix: solve logging framework issues on windowsSaturneric2023-02-161-7/+14
|
* fix: solve build problem on windows platformSaturneric2023-02-161-1/+1
|
* fix: reduce info level logsSaturneric2023-02-111-3/+3
|
* feat: reduce logsSaturneric2023-02-111-9/+6
|
* fix: continue to solve a compile issueSaturneric2023-02-061-2/+2
|
* fix: solve open file issue in menu barsaturneric2023-02-041-1/+8
| | | | | | 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-46/+44
|
* style(src): reformat codeSaturneric2022-07-221-1/+0
|
* fix(ui): fix crash when start app.Saturneric2022-06-011-1/+2
|
* fix: solve general problems for compilingSaturneric2022-05-191-36/+25
|
* perf: improve initialized and recover processSaturneric2022-05-191-14/+57
| | | | | | 1. init logging system 2. init ui 3. init main
* fix: slove loading issues at initSaturneric2022-05-131-0/+10
| | | | 1. block the main thread until the gpg context is loaded.
* feat: add a simple TaskRunner systemSaturneric2022-05-131-14/+13
| | | | 1. solve multiple threads problem.
* feat: improve UI library's encapsulationSaturneric2022-05-091-2/+136
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-0/+10
| | | | | | | | 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/+64
1. delete smtp ability 2. change libs link type to dramatic