aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowGpgOperaFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2022-07-22fix(ui): fix signer picker and other issuesSaturneric1-5/+4
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-05-20refactor: modify basic operations slots in main windowSaturneric1-155/+209
2022-05-14refactor: modified part of ui processing codeSaturneric1-112/+222
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-2/+1
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
2022-05-07refactor: develop 2.0.6 startSaturneric1-33/+0
1. delete smtp ability 2. change libs link type to dramatic
2022-03-13<fix>(ui): Fix the problem that the file cannot be signedSaturneric1-1/+4
2022-02-13<feat, refactor>(src): Enable top encryption action menu in file modeSaturneric1-7/+24
1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-3/+3