aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add more basic env checks at initsaturneric9 days1-0/+7
|
* feat: add more info checksaturneric9 days1-1/+2
|
* feat: generate cark keyssaturneric10 days1-1/+1
|
* feat: support key groupssaturneric12 days1-4/+14
|
* refactor: code clean upsaturneric2025-01-271-22/+0
|
* fix: optimums unknown fpr verifying helpersaturneric2025-01-261-1/+1
|
* feat: allow file batch operationssaturneric2025-01-261-1/+12
|
* feat: improve ui logic and support more email operationssaturneric2024-11-271-4/+5
|
* feat: improve ui logic of email verification and make project structure bettersaturneric2024-11-261-32/+0
|
* feat: auto import missing key after verifysaturneric2024-11-171-1/+9
|
* feat: support favorite key pairs for multi key databasessaturneric2024-11-021-4/+5
|
* fix: test basic operations of multi key db and solve issuessaturneric2024-10-261-7/+9
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: can not import binary key datasaturneric2024-07-281-2/+2
|
* feat: rewrite key list structure and logicsaturneric2024-06-021-3/+10
|
* fix: "auto-key-retrieve" instead of "auto-key-import"saturneric2024-05-031-1/+1
|
* fix: solve discovered bugs and improve ui operationssaturneric2024-01-191-20/+20
|
* fix: find and slove some bugssaturneric2024-01-171-8/+2
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-8/+8
|
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-041-1/+1
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-1/+1
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-0/+27
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-021-12/+0
|
* fix: discover and fix some bugssaturneric2023-12-011-1/+1
|
* refactor: separate typedef and implsaturneric2023-11-071-1/+1
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-1/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-4/+2
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: support marking a key as favouriteSaturneric2023-07-131-0/+19
|
* feat: remove gnupg settings from general tabSaturneric2023-04-041-0/+19
|
* feat: use custom password dialog nowSaturneric2023-02-071-4/+20
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-0/+11
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* fix: fix some issuesSaturneric2022-06-051-0/+10
| | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
* feat: improve processing using task runner systemSaturneric2022-05-141-2/+5
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+16
| | | | | | | | 1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
* refactor: develop 2.0.6 startSaturneric2022-05-071-13/+1
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-1/+1
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-2/+2
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-6/+6
|
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-21/+127
| | | | 1. tidy up ui.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <fixed, refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-1/+1
| | | | 1. make options changeable when init in sending email dialog.
* Fixed bugs.Saturneric2021-12-201-0/+2
| | | | 1. Not not paint in main thread.
* Fixed & Improve.Saturneric2021-12-161-7/+2
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Fixed Project Configure.Saturneric2021-12-161-0/+2
|
* Added & Improved & Fixed.Saturneric2021-12-161-0/+18
| | | | | | | | | Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
* Modified Core to Optimization & Fixed ProblemSaturneric2021-12-141-1/+1
| | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
* Add Translate & Fix Bugs.Saturneric2021-12-071-0/+7
|
* FixedSaturneric2021-12-021-1/+4
| | | | 1. Fixed Known Issues.