aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: find and slove some bugssaturneric2024-01-171-3/+2
|
* fix: make task and threading system safersaturneric2024-01-161-2/+0
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-157-80/+346
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-122-20/+24
|
* feat: integrate logging api to coresaturneric2024-01-051-10/+10
|
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-242-186/+0
|
* perf: reduce header includes and improve build speedsaturneric2023-10-232-8/+2
|
* fix: check and update copyright at filessaturneric2023-10-164-8/+8
|
* fix: reduce info level logsSaturneric2023-02-111-7/+7
|
* fix: solve an issue in version checkingSaturneric2023-02-072-4/+9
|
* feat: change the log style in source filesSaturneric2023-02-032-53/+52
|
* feat: add advanced gnupg operationsSaturneric2023-01-072-12/+75
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* style(src): reformat codeSaturneric2022-07-221-1/+2
|
* refactor: change version checking to taskSaturneric2022-05-201-0/+8
|
* <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.