aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/KeyServerImportTask.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfix: issues found on linux platformsaturneric1-1/+1
2025-02-04chore: clean up codesaturneric1-2/+0
2024-12-13refactor: using qt containers instead of std containerssaturneric1-3/+6
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-4/+8
2024-08-05fix: key server adding or switching is actually not workingsaturneric1-1/+1
2024-07-30feat: simplify loggingsaturneric1-2/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-4/+3
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-2/+2
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-2/+2
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-26feat: add user agent header when doing http requestsaturneric1-1/+6
2024-01-16refactor: remove libgettext from projectsaturneric1-6/+5
2024-01-16fix: make task and threading system safersaturneric1-1/+2
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-21/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-6/+5
2024-01-11feat: improve api and ui of keys import and exportsaturneric1-12/+58
2023-10-25fix: solve some code tidy issuessaturneric1-1/+1
2023-10-18feat: using pool for concurrent executions, not stable yetsaturneric1-4/+4
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-10-15fix: solve some issues on linux .desktop filesaturneric1-1/+1
2023-02-18fix: improve the task execution modelSaturneric1-1/+1
2023-02-17feat: improve task execute systemSaturneric1-1/+2
2022-06-05fix: fix some issuesSaturneric1-0/+64
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including