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
/
main.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: discovered issues by testing
saturneric
2024-12-03
1
-3
/
+1
*
fix: solve a race situation at unit test mode
saturneric
2024-11-25
1
-3
/
+4
*
feat: rewrite core init processes and add env option
saturneric
2024-11-22
1
-0
/
+5
*
feat: update copyright info
saturneric
2024-07-29
1
-1
/
+1
*
fix: solve some known issues
saturneric
2024-07-28
1
-3
/
+3
*
feat: support more build mode
saturneric
2024-07-28
1
-3
/
+7
*
feat: log pattern should be different at release mode
saturneric
2024-07-28
1
-4
/
+8
*
feat: remove spdlog and clean up log
saturneric
2024-07-26
1
-3
/
+13
*
fix: correct some spelling mistakes
saturneric
2024-05-03
1
-6
/
+8
*
fix: add test cases and solve discovered issues
saturneric
2024-01-18
1
-2
/
+0
*
fix: remove low level api setjmp to improve corss-platform ability
saturneric
2024-01-15
1
-7
/
+0
*
refactor: remove boost and use QString instead of std::filesystem::path
saturneric
2024-01-12
1
-29
/
+16
*
fix: test the initialization of gui application
saturneric
2023-12-24
1
-1
/
+3
*
fix: solve all issues of test cases on macos m1
saturneric
2023-12-23
1
-1
/
+0
*
fix: clean up envirnoment when app exits
saturneric
2023-12-16
1
-2
/
+8
*
fix: slove some issues on memory and intilizations
saturneric
2023-12-15
1
-13
/
+10
*
fix: slove issues on memory and add asan support for debug
saturneric
2023-12-14
1
-0
/
+1
*
fix: slove some memory issues
saturneric
2023-12-14
1
-0
/
+1
*
refactor: improve the structure of main,core and test module
saturneric
2023-12-13
1
-9
/
+39
*
feat: introduce cmd functions
saturneric
2023-11-29
1
-141
/
+29
*
refactor: improve the code structure of core
saturneric
2023-11-06
1
-2
/
+3
*
style: improve code style of core
saturneric
2023-10-30
1
-2
/
+2
*
fix: solve some code tidy issues
saturneric
2023-10-25
1
-1
/
+0
*
feat: improve project structure and add GRT for modules
saturneric
2023-10-23
1
-3
/
+3
*
fix: slove compile issues
saturneric
2023-10-17
1
-1
/
+1
*
refactor: change plugin system to module system
saturneric
2023-10-17
1
-4
/
+4
*
refactor: use c++17 features and piml tech to rewrite DataObject and Task
saturneric
2023-10-16
1
-1
/
+1
*
fix: check and update copyright at files
saturneric
2023-10-16
1
-2
/
+2
*
merge: branch 'dev/2.1.1/main' of github.com:saturneric/GpgFrontend into dev/...
saturneric
2023-10-15
1
-3
/
+3
|
\
|
*
fix: temporary solve compile issues at flatpak build
saturneric
2023-10-15
1
-3
/
+3
*
|
feat: start to add plugin system and do some improve on project configuration
saturneric
2023-10-15
1
-0
/
+3
|
/
*
fix: solve some issues on linux .desktop file
saturneric
2023-10-15
1
-0
/
+7
*
feat: improve deep restart progress
Saturneric
2023-04-04
1
-44
/
+33
*
fix: set application recover limit
Saturneric
2023-03-30
1
-9
/
+12
*
fix: solve logging framework issues on windows
Saturneric
2023-02-16
1
-1
/
+19
*
fix: reduce info level logs
Saturneric
2023-02-11
1
-6
/
+6
*
freat: allow to change gnupg install path
Saturneric
2023-02-11
1
-13
/
+7
*
feat: use custom password dialog now
Saturneric
2023-02-07
1
-6
/
+13
*
feat: support buddled gnupg for posix platform
Saturneric
2023-02-06
1
-2
/
+27
*
feat: change the log style in source files
Saturneric
2023-02-03
1
-7
/
+2
*
feat(ui, core): add custom key db support
Saturneric
2022-12-04
1
-29
/
+32
*
feat: support generate ecc key
Saturneric
2022-11-26
1
-0
/
+2
*
feat(project): support freebsd build
Saturneric
2022-07-24
1
-0
/
+4
*
feat: handle application's exceptions and crash
Saturneric
2022-05-20
1
-53
/
+25
*
fix: adjust initialized order and organize
Saturneric
2022-05-19
1
-6
/
+6
*
perf: improve initialized and recover process
Saturneric
2022-05-19
1
-49
/
+44
*
feat: add a simple TaskRunner system
Saturneric
2022-05-13
1
-1
/
+0
*
feat: improve UI library's encapsulation
Saturneric
2022-05-09
1
-57
/
+5
*
fix: modified init order
Saturneric
2022-05-09
1
-40
/
+40
*
fix: fix crash poblem when doing operations
Saturneric
2022-05-09
1
-2
/
+2
[next]