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
/
module
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: improve the project structure
saturneric
2024-07-12
19
-975
/
+0
|
*
feat: move modules' code out of repo
saturneric
2024-07-10
17
-1797
/
+10
|
*
fix: remove qt5compat and redirect dll output path of modules
saturneric
2024-05-11
2
-2
/
+4
|
*
fix: add c++ header "optional"
saturneric
2024-05-11
1
-0
/
+4
|
*
fix: use gfalloc functions properly
dev/2.1.3/qt5
saturneric
2024-05-11
1
-1
/
+4
|
*
fix: use qvector instead of qlist at qt5 env
saturneric
2024-05-11
1
-31
/
+37
|
*
fix: use &(exec_contexts.first()) instead of exec_contexts.constData() at ↵
saturneric
2024-05-11
1
-1
/
+4
|
|
|
|
qt5 env
*
fix: mod_gpg_info use qt5::core at qt5 env
saturneric
2024-05-11
1
-4
/
+7
|
*
fix: solve a build issue and add a tip for integrated module
saturneric
2024-05-03
1
-1
/
+1
|
*
fix: continue to solve safe issues
saturneric
2024-05-03
2
-2
/
+8
|
*
fix: solve safe issues
saturneric
2024-05-03
4
-3
/
+7
|
*
fix: discard changes but text still remains
saturneric
2024-05-03
1
-1
/
+1
|
*
feat: place mods at linux install process
saturneric
2024-04-30
2
-0
/
+10
|
*
fix: solve macOS auto-build issues
saturneric
2024-04-28
2
-2
/
+2
|
*
fix: improve grt tab, mods name and its project structure
saturneric
2024-04-16
17
-28
/
+26
|
*
feat: add a grt viewer and solve some issues in gnupg info tab
saturneric
2024-04-14
3
-13
/
+24
|
*
feat: add auto activate function and optimums for some structures
saturneric
2024-04-12
1
-1
/
+3
|
*
fix: find and solve some issues on module management
saturneric
2024-04-11
3
-12
/
+14
|
*
refactor: reduce core prebuild headers and isolate core to modules
saturneric
2024-03-02
15
-253
/
+244
|
*
feat: validate module id format and compatibility of sdk and qt env
saturneric
2024-03-01
2
-3
/
+3
|
*
feat: add prefix GF to all sdk and module symbols
saturneric
2024-02-29
35
-495
/
+758
|
*
feat: add module controller and continue to work on module system
saturneric
2024-02-29
6
-56
/
+123
|
|
|
|
|
|
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
*
feat: upgrade module system
saturneric
2024-02-28
24
-445
/
+837
|
|
|
|
|
|
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it
*
feat: add user agent header when doing http request
saturneric
2024-02-26
1
-4
/
+8
|
*
feat: support qt5 build option
saturneric
2024-01-31
1
-1
/
+8
|
*
feat: try to add qt5 support
saturneric
2024-01-30
1
-2
/
+7
|
*
feat: add a setting to enable gpgme debug log
saturneric
2024-01-23
1
-38
/
+37
|
*
fix: set gpgconf path to gpgme engine
saturneric
2024-01-23
1
-3
/
+8
|
*
fix: solve issues on detected gnupg path function and fix linking errors on ↵
saturneric
2024-01-23
7
-5
/
+97
|
|
|
|
windows platform
*
feat: improve gpg context configure logic and ui
saturneric
2024-01-22
3
-1
/
+6
|
*
feat: add gnupg directories infos to gnupg tab
saturneric
2024-01-22
1
-13
/
+3
|
*
fix: improve ui and solve discovered bugs at version checking module
saturneric
2024-01-22
2
-4
/
+9
|
*
fix: QStringList is not equal to QList<QVector>
saturneric
2024-01-22
1
-6
/
+3
|
*
fix: solve an achieve problem on xcode
saturneric
2024-01-22
3
-5
/
+45
|
*
fix: solve the gnupg tab options info not shown issue
saturneric
2024-01-16
1
-5
/
+3
|
*
refactor: remove libgettext from project
saturneric
2024-01-16
1
-1
/
+1
|
*
fix: make task and threading system safer
saturneric
2024-01-16
2
-3
/
+4
|
*
chore: remove qt5 support
saturneric
2024-01-15
1
-5
/
+1
|
*
refactor: remove nlohmann json library from project
saturneric
2024-01-15
3
-90
/
+59
|
*
feat: use qt json support components in data object and infos gathering module
saturneric
2024-01-15
3
-67
/
+116
|
*
refactor: remove boost and use QString instead of std::filesystem::path
saturneric
2024-01-12
1
-5
/
+3
|
*
refactor: use QString instead of std::string and improve threading system
saturneric
2024-01-12
5
-143
/
+111
|
*
fix: solve compile issue
saturneric
2024-01-08
4
-160
/
+18
|
*
feat: improve tool menus and icons
saturneric
2024-01-05
1
-4
/
+0
|
*
feat: integrate logging api to core
saturneric
2024-01-05
6
-117
/
+14
|
*
refactor: improve the structure of main,core and test module
saturneric
2023-12-13
2
-6
/
+4
|
*
fix: slove logger system isolation issues
saturneric
2023-12-04
1
-15
/
+17
|
*
feat: standarized and speed up app env loading process
saturneric
2023-12-03
4
-8
/
+47
|
*
feat: general improvements of aync execution and memory security
saturneric
2023-12-03
3
-7
/
+7
|
*
feat: introduce cmd functions
saturneric
2023-11-29
4
-11
/
+14
|
[next]