aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgKey.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfeat: switch text-based model to workspace-based modelsaturneric1-4/+4
12 daysfeat: support key groupssaturneric1-1/+3
2025-04-12feat: add openpgp smart card supportsaturneric1-0/+4
2025-04-12fix: avoid accessing invalid pointers of structs related to gpgme_keysaturneric1-6/+6
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-79/+53
2025-04-12feat: add ui support for adsk featuressaturneric1-0/+3
2025-02-02refactor: make some function names shortersaturneric1-35/+25
2024-12-13refactor: using qt containers instead of std containerssaturneric1-4/+4
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-18fix: add test cases and solve discovered issuessaturneric1-0/+7
2024-01-16refactor: remove libgettext from projectsaturneric1-6/+6
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-6/+6
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-10/+8
2023-12-23feat: improve core interfaces of encrypt and decryptsaturneric1-8/+3
2023-12-03fix: slove issues in key/subkey generationsaturneric1-17/+7
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-0/+24
2023-11-07style: tidy up core/modelsaturneric1-82/+64
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-13feat: improve ui of owner trust functionSaturneric1-0/+18
2023-07-12feat: support owner trust level settings of gpg keySaturneric1-6/+6
2022-12-04fix: solve a refresh crashSaturneric1-1/+6
2022-07-22style(src): reformat codeSaturneric1-5/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-0/+123
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
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-23/+26
1. Rename related entities. 2. Add a comments.
2021-12-01Add i18n SupportSaturneric1-4/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-10Continue to optimize and improve the code.Saturneric1-2/+2
2021-09-05Adjust the code structure.Saturneric1-3/+1
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-0/+110
Adjust the structure.