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
/
thread
/
Task.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-12-02
fix: discovered issues
saturneric
1
-1
/
+2
2024-07-29
feat: update copyright info
saturneric
1
-1
/
+1
2024-01-16
fix: make task and threading system safer
saturneric
1
-2
/
+64
2024-01-15
feat: upgrade threading system and make it clearer
saturneric
1
-2
/
+15
2024-01-12
refactor: use QString instead of std::string and improve threading system
saturneric
1
-5
/
+6
2023-12-15
fix: slove threading and memory issues
saturneric
1
-1
/
+2
2023-10-28
refactor: start to tidy up code using clang-tidy
saturneric
1
-9
/
+6
2023-10-19
fix: improve the stability of thread system
saturneric
1
-56
/
+9
2023-10-18
feat: using pool for concurrent executions, not stable yet
saturneric
1
-10
/
+5
2023-10-18
feat: simplify the thread system and improve its stability
saturneric
1
-0
/
+3
2023-10-18
fix: improve thread and module relation
saturneric
1
-1
/
+1
2023-10-16
refactor: use c++17 features and piml tech to rewrite DataObject and Task
saturneric
1
-52
/
+10
2023-10-16
feat: using piml tech on plugin system
saturneric
1
-108
/
+2
2023-10-16
fix: check and update copyright at files
saturneric
1
-2
/
+2
2023-10-15
fix: solve some issues on linux .desktop file
saturneric
1
-1
/
+1
2023-02-18
fix: improve the task execution model
Saturneric
1
-16
/
+25
2023-02-17
feat: improve task execute system
Saturneric
1
-4
/
+23
2023-02-11
fix: reduce info level logs
Saturneric
1
-2
/
+2
2023-02-03
feat: change the log style in source files
Saturneric
1
-4
/
+4
2023-01-07
feat: add advanced gnupg operations
Saturneric
1
-5
/
+7
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-05-20
feat: track pending tasks in task runner system
Saturneric
1
-0
/
+6
2022-05-19
refactor: change log level for task system
Saturneric
1
-3
/
+4
2022-05-15
fix: solve dll export problem on inner class
Saturneric
1
-3
/
+27
2022-05-14
feat(core): upgrade task runner system.
Saturneric
1
-9
/
+132
2022-05-13
feat: add a simple TaskRunner system
Saturneric
1
-0
/
+113
1. solve multiple threads problem.