aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SoftwareVersion.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-07fix: solve an issue in version checkingSaturneric1-3/+9
2023-02-03feat: change the log style in source filesSaturneric1-42/+41
2023-01-07feat: add advanced gnupg operationsSaturneric1-0/+67
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
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-03<fix, feature>(core, ui): version system upgrade.Saturneric1-1/+1
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Fix Known Bugs.Saturneric1-1/+1
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-1/+1
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-02Add and change the expiration date of the key pair.Saturneric1-0/+5
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>