aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-28fix: errors in judgment conditionssaturneric1-2/+2
2024-07-28feat: add paper key module supportsaturneric1-0/+166
2024-07-26feat: remove spdlog and clean up logsaturneric1-2/+1
2024-01-31feat: support qt5 build optionsaturneric1-0/+5
2024-01-30fix: add function to import key rev certsaturneric1-7/+71
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-1/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-5/+3
2024-01-18fix: slove discovered bugssaturneric1-0/+2
2024-01-16refactor: remove libgettext from projectsaturneric1-54/+54
2024-01-15refactor: remove libconfig++ form projectsaturneric1-9/+5
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-38/+32
2024-01-11feat: improve api and ui of keys import and exportsaturneric1-29/+22
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2023-12-04fix: slove some ui issuessaturneric1-6/+3
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-9/+19
2023-12-02feat: add buddled qt pinentry and make it workssaturneric1-5/+7
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-49/+7
2023-11-06refactor: improve the code structure of coresaturneric1-0/+2
2023-10-30style: improve code style of coresaturneric1-5/+5
2023-10-17refactor: use piml tech to rewrite GlobalSettingsStationsaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-07-14fix: improve uiSaturneric1-28/+4
2023-07-13feat: improve ui of owner trust functionSaturneric1-6/+17
2023-07-12feat: support owner trust level settings of gpg keySaturneric1-0/+49
2023-03-31feat: improve ui when gnupg is offlineSaturneric1-0/+14
2023-03-30fix: solve export key filename issues on windowsSaturneric1-0/+18
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-03feat: change the log style in source filesSaturneric1-2/+2
2022-07-22refactor(ui): adjust file structureSaturneric1-2/+2
2022-05-12fix(ui): remove spaces in export key filenameSaturneric1-3/+12
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-2/+2
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-18/+18
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-3/+3
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-28/+28
1. tidy up keypair_details.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-16/+16
1. Rename related entities. 2. Add a comments.
2022-01-12<refactor>(ui): Change Sync() to Sync Settings()Saturneric1-1/+1
2022-01-02<refactor>(ui): take operations apart from key details.Saturneric1-295/+73
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-7/+8
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-3/+3
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+1
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-16Fixed Known Issues on Export.Saturneric1-17/+23
2021-12-16Added & Improved & Fixed.Saturneric1-2/+8
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.
2021-12-13Improve UI & Fixed.Saturneric1-6/+10
2021-12-13Update Translate & Added.Saturneric1-21/+85
1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI
2021-12-07Support Windows BuildSaturneric1-2/+0
2021-12-07Add Translate & Fix Bugs.Saturneric1-26/+34
2021-12-06Test & Improve UISaturneric1-52/+63