Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: use standard qt version checking macro | saturneric | 2024-07-30 | 1 | -2/+5 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | refactor: remove libgettext from project | saturneric | 2024-01-16 | 1 | -14/+0 |
| | |||||
* | refactor: remove libconfig++ form project | saturneric | 2024-01-15 | 1 | -12/+0 |
| | |||||
* | refactor: start to tidy up code using clang-tidy | saturneric | 2023-10-28 | 1 | -1/+1 |
| | |||||
* | perf: reduce header includes and improve build speed | saturneric | 2023-10-23 | 1 | -21/+5 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -0/+1 |
| | |||||
* | feat: change logging framework to spdlog | Saturneric | 2023-02-03 | 1 | -3/+1 |
| | |||||
* | <chore, fix>(project): Fix compilation problems | Saturneric | 2022-02-07 | 1 | -0/+1 |
| | |||||
* | <refactor>(src): Move and split the Global Settings Station | Saturneric | 2022-02-06 | 1 | -1/+4 |
| | | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | ||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 1 | -0/+1 |
| | |||||
* | <chore>(project): Optimize project configuration | Saturneric | 2022-02-04 | 1 | -0/+3 |
| | | | | | 1. Add the global header file cstdint 2. Make the core obtain Qt core capabilities. | ||||
* | <doc, refactor>(src): Clean up the code and add comments | Saturneric | 2022-02-02 | 1 | -5/+10 |
| | |||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 |
| | |||||
* | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 2022-01-12 | 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. | ||||
* | <fix>(core): fix windows build problem | Saturneric | 2022-01-04 | 1 | -0/+1 |
| | | | | | 1.fix libintl_snprintf bugs. 2. improve VersionCheckThread. | ||||
* | <fix>(core): fix windows build problem | Saturneric | 2022-01-03 | 1 | -0/+1 |
| | | | | 1.fix libintl_sprintf bugs. | ||||
* | Fixed | Saturneric | 2021-12-04 | 1 | -0/+11 |
| | | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | ||||
* | Add i18n Support | Saturneric | 2021-12-01 | 1 | -2/+13 |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | ||||
* | Add & Modified | Saturneric | 2021-11-30 | 1 | -15/+2 |
| | | | | | | | 1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework. | ||||
* | Rewrite the core. | Saturneric | 2021-09-05 | 1 | -0/+54 |
Adjust the structure. |