aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SettingsObject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-69/+0
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-151-60/+21
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-16/+20
|
* feat: integrate logging api to coresaturneric2024-01-051-10/+10
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* fix: reduce info level logsSaturneric2023-02-111-7/+7
|
* feat: change the log style in source filesSaturneric2023-02-031-11/+11
|
* <fix>(core): Fix the setting loading IO problem under WindowsSaturneric2022-03-121-0/+1
|
* <fix>(core, ui): Fix the remaining problems in the data objectSaturneric2022-02-071-5/+2
|
* <feat>(ui): Improve the security settings auxiliary classSaturneric2022-02-061-10/+46
| | | | | | 1. Do a type check 2. Do a null check 3. Add some necessary logs
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-2/+2
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-3/+8
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+65
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.