aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/data_struct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-234-265/+0
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-224-24/+40
|
* <doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric2022-01-152-11/+64
| | | | | 1. Rename related entities. 2. Add comments.
* <refactor, fix>(ui): Refactored settings object to fix issues.Saturneric2022-01-122-17/+20
| | | | | 1. Fixed the problem of duplicate storage of unnamed settings objects. 2. Rename the settings object.
* <feat>(ui): Expanded support for settings in encrypted object storage.Saturneric2022-01-122-0/+109
| | | | | 1. Support anonymous encrypted objects. 2. Support more brief interface based on anonymous objects.
* <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric2022-01-041-1/+7
| | | | | | | 1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
* <fix, feature>(core, ui): version system upgrade.Saturneric2022-01-032-0/+78
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.