aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/TaskRunnerGetter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfeat: generate cark keyssaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2023-12-15fix: slove threading and memory issuessaturneric1-0/+6
2023-11-06refactor: clean up core's codessaturneric1-4/+5
2023-11-02feat: add callback function to eventsaturneric1-3/+3
2023-10-27feat: improve thread system and gathering gnupg options info to rtsaturneric1-2/+4
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-01-07feat: add advanced gnupg operationsSaturneric1-0/+1
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-05-20feat: track pending tasks in task runner systemSaturneric1-0/+1
2022-05-13feat: add a simple TaskRunner systemSaturneric1-30/+24
1. solve multiple threads problem.
2022-05-07refactor: develop 2.0.6 startSaturneric1-4/+6
1. delete smtp ability 2. change libs link type to dramatic
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+17
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
2021-12-20Fixed bugs.Saturneric1-10/+10
1. Not not paint in main thread.
2021-12-06Improve UI & FunctionsSaturneric1-18/+8
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;