aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyImportExporter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-178/+0
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-7/+7
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-8/+8
| | | | | 1. Rename related entities. 2. Add a comments.
* <fix, feature>(core, ui): key package import.Saturneric2022-01-031-17/+20
| | | | | | 1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
* <feature, refactor>(core, ui): Key package generate.Saturneric2022-01-031-7/+18
| | | | | | | | 1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-0/+160
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.