aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgSubKey.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: support key groupssaturneric1-1/+10
2025-04-12feat: add openpgp smart card supportsaturneric1-4/+7
2025-04-12fix: avoid accessing invalid pointers of structs related to gpgme_keysaturneric1-27/+25
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-15/+12
2025-04-12feat: add ui support for adsk featuressaturneric1-0/+5
2025-04-11feat: support adsksaturneric1-0/+5
2025-02-02refactor: make some function names shortersaturneric1-6/+4
2024-12-13refactor: using qt containers instead of std containerssaturneric1-10/+4
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-18fix: add test cases and solve discovered issuessaturneric1-0/+7
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-4/+4
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-5/+3
2023-11-07style: tidy up core/modelsaturneric1-41/+38
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-0/+72
1. delete smtp ability 2. change libs link type to dramatic
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-01Add i18n SupportSaturneric1-3/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-05Rewrite the core.Saturneric1-0/+0
Adjust the structure.
2021-08-29Start to rewrite gpg core.Saturneric1-27/+2
2021-06-03Add an operation to change the expiration date of the subkey.Saturneric1-2/+3
Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]>
2021-05-22Enhance code robustness;Saturneric1-0/+26
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-4/+23
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Modified KeyList and Add Usage Support;Saturneric1-0/+5
Improve and Expand GpgKey. Add GpgSubKey. Signed-off-by: Saturneric <[email protected]>