Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-29 | feat: update copyright info | saturneric | 1 | -7/+4 | |
2024-01-12 | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 1 | -18/+9 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -14/+14 | |
2023-11-07 | refactor: remove CommonUtils at core | saturneric | 1 | -2/+57 | |
2023-11-06 | refactor: improve the code structure of core | saturneric | 1 | -15/+22 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -0/+22 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2022-07-22 | style(src): reformat code | Saturneric | 1 | -25/+25 | |
2022-02-06 | <refactor>(src): Move and split the Global Settings Station | Saturneric | 1 | -18/+1 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
2022-02-05 | <fix, feat, chore>(ui, core, project): Replace file IO function | Saturneric | 1 | -0/+46 | |
1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core |