aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/KeyServerImportTask.h (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfeat: generate cark keyssaturneric1-1/+1
2024-12-13refactor: using qt containers instead of std containerssaturneric1-3/+3
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-4/+6
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-16fix: make task and threading system safersaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-4/+3
2024-01-11feat: improve api and ui of keys import and exportsaturneric1-9/+12
2023-10-23perf: reduce header includes and improve build speedsaturneric1-5/+4
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-0/+2
2022-06-05fix: fix some issuesSaturneric1-25/+26
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-4/+24
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-0/+0
2022-01-04<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵Saturneric1-11/+13
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-12/+14
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
2022-01-02<feat, refactor>(ui): change smtp test to multiply threadSaturneric1-1/+2
2021-12-02Fixed.Saturneric1-10/+10
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-15/+15
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-07-12Project structure adjustment;Saturneric1-0/+32
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;