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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-07-28
fix: try to fix build process of git actions
dev/2.1.3/main
saturneric
1
-13
/
+3
2024-07-28
fix: application should link gpgfrontend_core
saturneric
1
-1
/
+1
2024-07-28
fix: correct header search path of application
saturneric
1
-1
/
+4
2024-07-28
fix: must install all headers of test, ui and core and set include path properly
saturneric
2
-8
/
+25
2024-07-28
fix: remove libs from install lists at app build only mode
saturneric
1
-1
/
+6
2024-07-28
feat: support more build mode
saturneric
7
-6
/
+61
2024-07-28
fix: errors in judgment conditions
saturneric
1
-2
/
+2
2024-07-28
feat: user can prevent all modules
saturneric
3
-7
/
+28
2024-07-28
feat: search for keywords in all uids
saturneric
1
-3
/
+8
2024-07-28
feat: double-click key table row wil show detail dialog
saturneric
1
-0
/
+12
2024-07-28
feat: log pattern should be different at release mode
saturneric
1
-4
/
+8
2024-07-28
feat: add paper key module support
saturneric
4
-7
/
+188
2024-07-28
fix: remove invalid parameters from the SDK
saturneric
2
-4
/
+3
2024-07-28
fix: correct the spelling of 'deactivate'
saturneric
5
-10
/
+10
2024-07-28
fix: can not import binary key data
saturneric
4
-7
/
+7
2024-07-28
fix: passphrase corrected is not correct as the real one
saturneric
1
-36
/
+28
2024-07-27
fix: do some clean up for removal of pinentry
saturneric
2
-4
/
+5
2024-07-27
feat: move pinentry out of source code
saturneric
29
-3057
/
+26
2024-07-27
feat: improve sdk api for pinentry module
saturneric
9
-45
/
+77
2024-07-27
fix: discover and solve some memory issues
saturneric
5
-25
/
+25
2024-07-26
fix: indirect memory leak issues
saturneric
3
-10
/
+12
2024-07-26
fix: clean up warnings
saturneric
5
-12
/
+16
2024-07-26
feat: remove spdlog and clean up log
saturneric
107
-1638
/
+683
2024-07-26
fix: solve the wayland issue of flatpak and fix urls at appstream meta file
saturneric
1
-3
/
+0
cause: QApplication inadvertently initialised twice
2024-07-25
fix: Qt6CoreConfigureFileTemplate.in does not exist
saturneric
1
-20
/
+1
2024-07-25
feat: add an ASAN option to enable a memory debugging mode
saturneric
2
-26
/
+8
2024-07-24
feat: move out GnuPGTab
saturneric
7
-412
/
+19
2024-07-12
feat: add some ui apis to sdk
saturneric
20
-223
/
+585
2024-07-12
feat: adjust modules loading path
saturneric
7
-72
/
+87
2024-07-12
feat: improve the project structure
saturneric
26
-9
/
+31
2024-07-10
feat: move modules' code out of repo
saturneric
18
-1799
/
+26
2024-06-29
feat: support generate elgamal subkey
saturneric
1
-0
/
+23
2024-06-28
feat: enable sorting and add column "comment" at key table
saturneric
6
-13
/
+31
2024-06-28
refactor: rewrite KeyMenuAbility
saturneric
6
-23
/
+49
2024-06-28
feat: user can select shown columns at key table
saturneric
14
-362
/
+622
2024-06-02
feat: rewrite key list structure and logic
saturneric
17
-505
/
+989
2024-05-17
fix: cannot show version in about tab
saturneric
3
-5
/
+6
2024-05-11
fix: remove qt5compat and redirect dll output path of modules
saturneric
2
-2
/
+4
2024-05-11
fix: add c++ header "optional"
saturneric
1
-0
/
+4
2024-05-11
fix: update translations
saturneric
1
-1
/
+1
2024-05-11
feat: let user select keys to sync from key server
saturneric
4
-17
/
+58
2024-05-11
fix: modules should be activated before adding actions to menu
saturneric
1
-2
/
+10
2024-05-11
fix: use gfalloc functions properly
dev/2.1.3/qt5
saturneric
1
-1
/
+4
2024-05-11
fix: use qvector instead of qlist at qt5 env
saturneric
1
-31
/
+37
2024-05-11
fix: use keyValueBegin() and keyValueEnd() at qt5 env
saturneric
1
-0
/
+7
2024-05-11
fix: try to get style name at qt5 env
saturneric
1
-0
/
+9
2024-05-11
fix: use &(exec_contexts.first()) instead of exec_contexts.constData() at ↵
saturneric
1
-1
/
+4
qt5 env
2024-05-11
fix: rewrite function signature SlotMkdirBelowAtSelectedItem
saturneric
1
-1
/
+1
2024-05-11
fix: move some of the functions in TaskRunner.h into public scope instead of ↵
saturneric
1
-2
/
+0
public slots.
2024-05-11
fix: mod_gpg_info use qt5::core at qt5 env
saturneric
1
-4
/
+7
[next]