aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgKeyImportExportor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-160/+0
| | | | | | | | | | | 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.
* Update Translate & Added.Saturneric2021-12-131-0/+28
| | | | | | 1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI
* Improve UI & FunctionsSaturneric2021-12-061-6/+21
|
* Add i18n SupportSaturneric2021-12-011-14/+8
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* UI Framework Modified.Saturneric2021-10-021-4/+4
|
* The basic functions of the core pass the test.Saturneric2021-09-201-8/+0
| | | | Adjust and improve the core part of the interface.
* Support multi-channel Context.Saturneric2021-09-191-16/+48
| | | | | Make the test configurable. Other modifications.
* Improve and optimize the code.Saturneric2021-09-111-1/+1
|
* Continue to optimize and improve the code.Saturneric2021-09-101-4/+6
|
* Adjust the code structure.Saturneric2021-09-051-40/+13
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-051-0/+124
Adjust the structure.