index
:
GpgFrontend
dev/2.0.10/main
dev/2.0.10/saturneric
dev/2.0.4
dev/2.0.5
dev/2.0.6
dev/2.0.7
dev/2.0.8/main
dev/2.0.8/musing
dev/2.0.8/saturneric
dev/2.0.9/main
dev/2.0.9/saturneric
dev/2.1.0/main
dev/2.1.1/main
dev/2.1.2/main
dev/2.1.2/module
dev/2.1.3/main
dev/2.1.3/qt5
dev/2.1.4/main
dev/2.1.5/main
dev/2.1.5/mingw
dev/2.1.6/adsk
dev/2.1.6/main
develop
doc/2.1.2/main
main
sdk/2.1.3
A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg).
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
model
/
GpgKey.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
11 days
feat: switch text-based model to workspace-based model
saturneric
1
-4
/
+4
12 days
feat: support key groups
saturneric
1
-1
/
+3
2025-04-12
feat: add openpgp smart card support
saturneric
1
-0
/
+4
2025-04-12
fix: avoid accessing invalid pointers of structs related to gpgme_key
saturneric
1
-6
/
+6
2025-04-12
refactor: GpgKey and GpgSubKey
saturneric
1
-79
/
+53
2025-04-12
feat: add ui support for adsk features
saturneric
1
-0
/
+3
2025-02-02
refactor: make some function names shorter
saturneric
1
-35
/
+25
2024-12-13
refactor: using qt containers instead of std containers
saturneric
1
-4
/
+4
2024-07-29
feat: update copyright info
saturneric
1
-1
/
+1
2024-01-18
fix: add test cases and solve discovered issues
saturneric
1
-0
/
+7
2024-01-16
refactor: remove libgettext from project
saturneric
1
-6
/
+6
2024-01-12
refactor: remove boost and use QString instead of std::filesystem::path
saturneric
1
-6
/
+6
2024-01-12
refactor: use QString instead of std::string and improve threading system
saturneric
1
-10
/
+8
2023-12-23
feat: improve core interfaces of encrypt and decrypt
saturneric
1
-8
/
+3
2023-12-03
fix: slove issues in key/subkey generation
saturneric
1
-17
/
+7
2023-12-03
feat: general improvements of aync execution and memory security
saturneric
1
-0
/
+24
2023-11-07
style: tidy up core/model
saturneric
1
-82
/
+64
2023-10-16
fix: check and update copyright at files
saturneric
1
-2
/
+2
2023-07-13
feat: improve ui of owner trust function
Saturneric
1
-0
/
+18
2023-07-12
feat: support owner trust level settings of gpg key
Saturneric
1
-6
/
+6
2022-12-04
fix: solve a refresh crash
Saturneric
1
-1
/
+6
2022-07-22
style(src): reformat code
Saturneric
1
-5
/
+2
2022-05-07
refactor: develop 2.0.6 start
Saturneric
1
-0
/
+123
1. delete smtp ability 2. change libs link type to dramatic
2022-02-04
<refactor>(src): rename the gpg directory to core
Saturneric
1
-1
/
+1
2022-01-22
<license, style>(src, test): Fix some issues in license statement.
Saturneric
1
-6
/
+10
2022-01-15
<doc, refactor>(ci): Tidy up code of core and related parts
Saturneric
1
-23
/
+26
1. Rename related entities. 2. Add a comments.
2021-12-01
Add i18n Support
Saturneric
1
-4
/
+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-09-10
Continue to optimize and improve the code.
Saturneric
1
-2
/
+2
2021-09-05
Adjust the code structure.
Saturneric
1
-3
/
+1
Introduce log library. Remove Qt from the core code.
2021-09-05
Rewrite the core.
Saturneric
1
-0
/
+110
Adjust the structure.