aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <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-062-13/+50
| | | | | | 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-062-3/+3
| | | | | | 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-234-0/+265
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.