Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-18 | fix: improve the task execution model | Saturneric | 1 | -3/+3 | |
2023-02-17 | feat: improve task execute system | Saturneric | 1 | -1/+2 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -3/+3 | |
2023-02-07 | fix: solve an issue in version checking | Saturneric | 1 | -4/+8 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -11/+11 | |
2022-05-20 | refactor: change version checking to task | Saturneric | 1 | -49/+87 | |
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. tidy up thread. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-12 | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 1 | -1/+1 | |
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead. | |||||
2022-01-12 | <refactor>(ui): Adjust src/ui/function to src/ui/thread | Saturneric | 1 | -0/+0 | |
2022-01-04 | <feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵ | Saturneric | 1 | -0/+3 | |
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui. | |||||
2022-01-04 | <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1. | Saturneric | 1 | -8/+5 | |
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui. | |||||
2022-01-04 | <fix>(ui): improve ui. | Saturneric | 1 | -8/+8 | |
2022-01-04 | <fix>(core): fix windows build problem | Saturneric | 1 | -61/+58 | |
1.fix libintl_snprintf bugs. 2. improve VersionCheckThread. | |||||
2022-01-03 | <fix, feature>(core, ui): version system upgrade. | Saturneric | 1 | -28/+79 | |
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui. | |||||
2021-12-16 | Fixed Issues on Windows & Reduce warning. | Saturneric | 1 | -7/+4 | |
2021-12-05 | Remove rapidjson and Improve update ploicy. | Saturneric | 1 | -23/+26 | |
2021-12-05 | Remove rapidjson and Improve update ploicy. | Saturneric | 1 | -23/+26 | |
2021-12-02 | Fixed. | Saturneric | 1 | -1/+1 | |
1. Fixed known issue in File Operations. | |||||
2021-12-02 | Modified & Improve | Saturneric | 1 | -6/+6 | |
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+3 | |
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 | -32/+33 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-07-19 | Improved and Modified. | Saturneric | 1 | -0/+5 | |
2021-07-12 | Project structure adjustment; | Saturneric | 1 | -0/+50 | |
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents; |