aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GlobalSettingStation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: support more build modesdk/2.1.3saturneric2024-07-281-0/+2
|
* feat: load both integrated and external modulessaturneric2024-04-281-0/+7
|
* fix: find and slove some bugssaturneric2024-01-171-21/+0
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-55/+3
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-20/+13
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-9/+9
|
* fix: solve compile issuesaturneric2024-01-081-0/+20
|
* feat: integrate logging api to coresaturneric2024-01-051-1/+1
|
* feat: switch to portable mode by adding a txt file under bin pathsaturneric2024-01-041-7/+0
|
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+1
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-0/+15
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-13/+21
|
* refactor: clean up core's codessaturneric2023-11-061-1/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-4/+3
|
* fix: improve headers including relationssaturneric2023-10-171-5/+0
|
* refactor: use piml tech to rewrite GlobalSettingsStationsaturneric2023-10-171-107/+36
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* fix: sole compile issue in linux platformSaturneric2023-07-131-2/+0
|
* feat: support all clear log and data filesSaturneric2023-07-131-1/+33
|
* feat: simplify settings lookupSaturneric2023-04-051-1/+17
|
* feat(ui, core): add custom key db supportSaturneric2022-12-041-3/+2
| | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
* style(src): reformat codeSaturneric2022-07-221-2/+2
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-1/+1
| | | | 1. disable command line file arg input ability
* pref: improve pch for compiling speedSaturneric2022-05-191-5/+0
|
* refactor: develop 2.0.6 startSaturneric2022-05-071-38/+2
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-0/+232
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies