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
/
ui
/
dialog
/
settings
/
SettingsNetwork.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
12 days
fix: found bugs
saturneric
1
-4
/
+2
2025-01-27
refactor: clean up code
saturneric
1
-3
/
+2
2024-11-22
feat: add option to disable auto fetch key publish status function
saturneric
1
-11
/
+11
2024-07-29
feat: update copyright info
saturneric
1
-1
/
+1
2024-05-03
fix: off but still can edit
saturneric
1
-12
/
+12
2024-05-03
fix: "auto-key-retrieve" instead of "auto-key-import"
saturneric
1
-1
/
+0
2024-04-16
fix: improve grt tab, mods name and its project structure
saturneric
1
-2
/
+6
2024-01-16
refactor: remove libgettext from project
saturneric
1
-26
/
+28
2024-01-15
refactor: remove libconfig++ form project
saturneric
1
-159
/
+45
2024-01-12
refactor: use QString instead of std::string and improve threading system
saturneric
1
-8
/
+12
2024-01-05
feat: integrate logging api to core
saturneric
1
-9
/
+9
2023-12-03
feat: general improvements of aync execution and memory security
saturneric
1
-1
/
+2
2023-10-17
refactor: use piml tech to rewrite GlobalSettingsStation
saturneric
1
-2
/
+2
2023-10-16
fix: check and update copyright at files
saturneric
1
-2
/
+2
2023-03-31
fix: solve ui issues in network settings
saturneric
1
-5
/
+1
2023-03-31
feat: improve network settings ui
Saturneric
1
-16
/
+66
2023-03-30
fix: solve issues in proxy configure
Saturneric
1
-22
/
+23
2023-02-11
fix: reduce info level logs
Saturneric
1
-5
/
+1
2023-02-03
feat: change the log style in source files
Saturneric
1
-11
/
+11
2022-07-22
refactor(ui): adjust file structure
Saturneric
1
-0
/
+0
2022-02-06
<refactor>(src): Move and split the Global Settings Station
Saturneric
1
-2
/
+2
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-01-23
<refactor>(ui): tidy up codes and comments.
Saturneric
1
-1
/
+1
1. tidy up thread.
2022-01-23
<refactor>(ui): tidy up codes and comments.
Saturneric
1
-81
/
+81
1. tidy up settings.
2022-01-22
<license, style>(src, test): Fix some issues in license statement.
Saturneric
1
-7
/
+11
2022-01-12
<refactor>(ui): Adjust src/ui/function to src/ui/thread
Saturneric
1
-1
/
+1
2022-01-04
<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.
Saturneric
1
-58
/
+71
1. fixed proxy settings ui. 2. fixed send mail settings ui. 3. fixed uncaught exception handling.
2022-01-04
<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵
Saturneric
1
-0
/
+321
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.