aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgUID.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-12fix: avoid accessing invalid pointers of structs related to gpgme_keysaturneric1-1/+2
2024-12-13refactor: using qt containers instead of std containerssaturneric1-7/+8
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-4/+4
2023-11-07style: tidy up core/modelsaturneric1-17/+18
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-1/+41
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-1/+1
1. Rename related entities. 2. Add a comments.
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-13/+2
2021-08-10Add Functions:Saturneric1-3/+23
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
2021-06-06Add encryption and signature function.Saturneric1-3/+3
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
2021-05-28Make eligible keys enter the signature candidate list.Saturneric1-1/+2
Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]>
2021-05-25Fix some problems caused by negligence.Saturneric1-0/+1
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
2021-05-22Enhance code robustness;Saturneric1-0/+16
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>