aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/key_generate/SubkeyGenerateDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
13 daysfeat: support key groupssaturneric1-3/+2
2025-02-02refactor: rewrite subkey generate dialog and fix some issues discoveredsaturneric1-77/+12
2025-02-02feat: improve KeyGenerateDialogsaturneric1-3/+3
2025-02-01feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric1-4/+4
2024-12-13refactor: using qt containers instead of std containerssaturneric1-2/+2
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-2/+4
2024-07-29feat: update copyright infosaturneric1-1/+1
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-11/+5
2023-11-07refactor: separate typedef and implsaturneric1-1/+2
2023-11-06refactor: improve the code structure of coresaturneric1-0/+1
2023-11-06refactor: clean up core's codessaturneric1-2/+2
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-03-30feat: add an option to use pinentrySaturneric1-0/+1
2023-02-07fix: solve bugs in subkey generationSaturneric1-0/+2
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+2
1. store window size and position 2. store icon size and style
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
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-4/+6
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric1-23/+75
1. Rename related entities. 2. Add comments.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-5/+5
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. 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-28Solve key generation and related update issues.Saturneric1-2/+5
2021-10-02UI Framework Modified.Saturneric1-0/+94