aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-04feat: add reasons explanation to env loading failed message boxsaturneric1-60/+0
2023-12-03feat: standarized and speed up app env loading processsaturneric1-3/+3
2023-11-07refactor: remove CommonUtils at coresaturneric1-7/+11
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-30style: improve code style of coresaturneric1-1/+1
2023-10-25feat: moving gnupg info gathering logic to a new modulesaturneric1-4/+4
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-02-18fix: improve the task execution modelSaturneric1-0/+2
2023-02-17feat: improve task execute systemSaturneric1-1/+2
2022-05-19fix: adjust initialized order and organizeSaturneric1-3/+0
1. disable command line file arg input ability
2022-05-13feat: add a simple TaskRunner systemSaturneric1-4/+4
1. solve multiple threads problem.
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-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
2022-05-07refactor: develop 2.0.6 startSaturneric1-5/+9
1. delete smtp ability 2. change libs link type to dramatic
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-3/+3
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+1
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-2/+2
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-0/+0
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-0/+4
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-20Fixed bugs.Saturneric1-28/+20
1. Not not paint in main thread.
2021-12-02Fixed.Saturneric1-10/+10
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-15/+15
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-07-12Project structure adjustment;Saturneric1-0/+32
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;