aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowGpgOperaFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: support key groupssaturneric1-27/+22
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-1/+1
2025-02-03feat: allow switch ascii mode at file page optionssaturneric1-18/+6
2025-02-02refactor: make some function names shortersaturneric1-10/+5
2025-01-27refactor: code clean up of main windowsaturneric1-52/+407
2025-01-27refactor: reduce code duplication of gnupg operationssaturneric1-388/+98
2025-01-26fix: optimums unknown fpr verifying helpersaturneric1-86/+29
2024-12-13refactor: using qt containers instead of std containerssaturneric1-15/+15
2024-12-03fix: compiler warningssaturneric1-9/+6
2024-12-02fix: qt5 build issuessaturneric1-6/+6
2024-11-26refactor: optimum code and reduce duplicatesaturneric1-65/+34
2024-11-26feat: improve ui logic of email verification and make project structure bettersaturneric1-11/+10
2024-11-25feat: support verifying email through eml datasaturneric1-4/+74
2024-11-17feat: auto import missing key after verifysaturneric1-23/+95
2024-10-26fix: should check key status immediately after get itsaturneric1-0/+4
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-144/+197
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-8/+0
2024-05-11feat: let user select keys to sync from key serversaturneric1-1/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-0/+2
2024-01-17fix: find and slove some bugssaturneric1-6/+8
2024-01-16fix: slove some issues and update translationssaturneric1-7/+21
2024-01-16refactor: remove libgettext from projectsaturneric1-28/+26
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-3/+3
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2023-12-31feat: fully test basical operations of archive and filesaturneric1-320/+11
2023-12-28feat: add simple archiving functions for encrypt and decryptsaturneric1-6/+5
2023-12-26fix: test basical operations of gpg at both test cases and guisaturneric1-285/+165
2023-12-24fix: use the new async encrypt symmetric api at gui appsaturneric1-44/+22
2023-12-24fix: test the encrypt async api on gui appsaturneric1-42/+42
2023-12-23feat: improve core interfaces of encrypt and decryptsaturneric1-5/+6
2023-12-23fix: solve all issues of test cases on macos m1saturneric1-2/+1
2023-12-04feat: convert basic opera to async stylesaturneric1-77/+72
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-7/+8
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-44/+4
2023-11-29fix: repair gnupg info listing funtionSaturneric1-10/+5
2023-11-06refactor: improve the code structure of coresaturneric1-7/+2
2023-10-30style: improve code style of coresaturneric1-7/+7
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-58/+53
2023-10-25feat: use rt listen publish event function in main windows' app version ↵Saturneric1-16/+21
upgrade notification
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric1-12/+38
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-134/+113
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-13feat: support resotring unsaved pages after a crashSaturneric1-0/+51
2023-07-13feat: support marking a key as favouriteSaturneric1-0/+20
2023-03-31feat: improve ui logic and menu operas in main windowSaturneric1-1/+107
2023-02-11fix: reduce info level logsSaturneric1-6/+4
2023-02-07fix: solve an issue in version checkingSaturneric1-0/+7
2023-02-03feat: change the log style in source filesSaturneric1-7/+6
2023-01-07feat: add advanced gnupg operationsSaturneric1-2/+2
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab