aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/FileReadTask.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-16fix: make task and threading system safersaturneric1-2/+2
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-2/+2
2024-01-05fix: slove some known issuessaturneric1-1/+0
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2022-05-13feat: add a simple TaskRunner systemSaturneric1-29/+17
1. solve multiple threads problem.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-3/+25
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-12<refactor, feat>(ui): Text editor improvements.Saturneric1-1/+1
1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-0/+0
2022-01-02<feat, refactor>(ui): change smtp test to multiply threadSaturneric1-1/+2
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;