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
/
function
/
gpg
/
GpgKeyOpera.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: add more info check
saturneric
9 days
1
-15
/
+21
*
fix: found bugs
saturneric
12 days
1
-2
/
+3
*
feat: support key groups
saturneric
12 days
1
-43
/
+43
*
refactor: GpgKey and GpgSubKey
saturneric
2025-04-12
1
-6
/
+5
*
feat: add ui support for adsk features
saturneric
2025-04-12
1
-1
/
+1
*
feat: support adsk
saturneric
2025-04-11
1
-0
/
+38
*
fix: qt5 compile issues
saturneric
2025-02-03
1
-4
/
+4
*
refactor: make some function names shorter
saturneric
2025-02-02
1
-8
/
+8
*
feat: improve KeyGenerateDialog
saturneric
2025-02-02
1
-20
/
+24
*
feat: upgrade KeyGenDialog to meet easy and advanced requirements
saturneric
2025-02-01
1
-290
/
+121
*
fix: improve code compatibility
saturneric
2025-01-26
1
-9
/
+2
*
refactor: using qt containers instead of std containers
saturneric
2024-12-13
1
-5
/
+5
*
fix: compiler warnings
saturneric
2024-12-03
1
-0
/
+6
*
fix: setup gitea develop regularly build and test process
saturneric
2024-11-16
1
-0
/
+6
*
fix: test basic operations of multi key db and solve issues
saturneric
2024-10-26
1
-9
/
+9
*
feat: set reason code and text at revoke-certification
saturneric
2024-10-18
1
-3
/
+19
*
fix: addressing some of the significant deficiencies identified
saturneric
2024-07-31
1
-2
/
+2
*
fix: do clean up
saturneric
2024-07-30
1
-3
/
+2
*
feat: simplify logging
saturneric
2024-07-30
1
-35
/
+33
*
feat: update copyright info
saturneric
2024-07-29
1
-1
/
+1
*
feat: remove spdlog and clean up log
saturneric
2024-07-26
1
-51
/
+45
*
feat: add prefix GF to all sdk and module symbols
saturneric
2024-02-29
1
-1
/
+1
*
fix: add function to import key rev cert
saturneric
2024-01-30
1
-4
/
+2
*
feat: add a setting to enable gpgme debug log
saturneric
2024-01-23
1
-1
/
+1
*
fix: QStringList is not equal to QList<QVector>
saturneric
2024-01-22
1
-2
/
+2
*
fix: add test cases and solve discovered issues
saturneric
2024-01-18
1
-21
/
+188
*
fix: improve code quality, docs and ci files
saturneric
2024-01-17
1
-1
/
+1
*
fix: slove a heap-use-after-free problem
saturneric
2024-01-15
1
-22
/
+12
*
refactor: remove boost and use QString instead of std::filesystem::path
saturneric
2024-01-12
1
-23
/
+11
*
refactor: use QString instead of std::string and improve threading system
saturneric
2024-01-12
1
-15
/
+12
*
feat: update core apis, functions and models
saturneric
2024-01-10
1
-1
/
+92
*
feat: integrate logging api to core
saturneric
2024-01-05
1
-13
/
+15
*
fix: slove some known issues
saturneric
2024-01-05
1
-1
/
+0
*
fix: gen key test cases typeid rtti issues
saturneric
2023-12-23
1
-3
/
+5
*
fix: slove compilation issue on macos
saturneric
2023-12-22
1
-3
/
+1
*
feat: standarized and speed up app env loading process
saturneric
2023-12-03
1
-14
/
+20
*
fix: slove issues in key/subkey generation
saturneric
2023-12-03
1
-2
/
+1
*
feat: general improvements of aync execution and memory security
saturneric
2023-12-03
1
-132
/
+84
*
feat: introduce mimalloc to replace secmem
saturneric
2023-12-03
1
-2
/
+1
*
feat: add buddled qt pinentry and make it works
saturneric
2023-12-02
1
-4
/
+27
*
refactor: separate typedef and impl
saturneric
2023-11-07
1
-0
/
+1
*
refactor: improve the code structure of core
saturneric
2023-11-06
1
-0
/
+3
*
refactor: clean up core's codes
saturneric
2023-11-06
1
-43
/
+44
*
style: improve code style of core
saturneric
2023-10-30
1
-10
/
+10
*
refactor: start to tidy up code using clang-tidy
saturneric
2023-10-28
1
-1
/
+1
*
feat: improve thread system and gathering gnupg options info to rt
saturneric
2023-10-27
1
-0
/
+1
*
feat: moving gnupg info gathering logic to a new module
saturneric
2023-10-25
1
-22
/
+36
*
fix: improve the stability of thread system
saturneric
2023-10-19
1
-39
/
+40
*
fix: check and update copyright at files
saturneric
2023-10-16
1
-2
/
+2
*
fix: reduce debug log of core
Saturneric
2023-07-14
1
-1
/
+42
[next]