aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SettingsObject.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-69/+0
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-60/+21
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-16/+20
2024-01-05feat: integrate logging api to coresaturneric1-10/+10
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-02-11fix: reduce info level logsSaturneric1-7/+7
2023-02-03feat: change the log style in source filesSaturneric1-11/+11
2022-03-12<fix>(core): Fix the setting loading IO problem under WindowsSaturneric1-0/+1
2022-02-07<fix>(core, ui): Fix the remaining problems in the data objectSaturneric1-5/+2
2022-02-06<feat>(ui): Improve the security settings auxiliary classSaturneric1-10/+46
1. Do a type check 2. Do a null check 3. Add some necessary logs
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-2/+2
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-3/+8
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+0
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-12<refactor, fix>(ui): Refactored settings object to fix issues.Saturneric1-6/+12
1. Fixed the problem of duplicate storage of unnamed settings objects. 2. Rename the settings object.
2022-01-12<feat>(ui): Expanded support for settings in encrypted object storage.Saturneric1-0/+55
1. Support anonymous encrypted objects. 2. Support more brief interface based on anonymous objects.