aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckThread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-13feat: add a simple TaskRunner systemSaturneric1-54/+0
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;