Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-02 | refactor: rewrite subkey generate dialog and fix some issues discovered | saturneric | 1 | -26/+10 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-01-16 | fix: make task and threading system safer | saturneric | 1 | -2/+2 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -2/+2 | |
2024-01-05 | fix: slove some known issues | saturneric | 1 | -1/+0 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -4/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2022-05-13 | feat: add a simple TaskRunner system | Saturneric | 1 | -29/+17 | |
1. solve multiple threads problem. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -3/+25 | |
1. tidy up thread. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -4/+6 | |
2022-01-12 | <refactor, feat>(ui): Text editor improvements. | Saturneric | 1 | -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/thread | Saturneric | 1 | -0/+0 | |
2022-01-02 | <feat, refactor>(ui): change smtp test to multiply thread | Saturneric | 1 | -1/+2 | |
2021-12-02 | Fixed. | Saturneric | 1 | -10/+10 | |
1. Fixed known issue in File Operations. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+2 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -15/+15 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-07-12 | Project structure adjustment; | Saturneric | 1 | -0/+32 | |
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents; |