aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyServerImportDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix, feature>(core, ui): key package import.Saturneric2022-01-031-1/+1
| | | | | | 1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
* <refactor, fixed, test>(core, ui): add & modify core and uiSaturneric2022-01-021-1/+1
| | | | | | 1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-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.
* Add Translate & Fix Bugs.Saturneric2021-12-071-2/+3
|
* Improve UI & FunctionsSaturneric2021-12-061-20/+10
|
* FixedSaturneric2021-12-041-14/+38
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Fix and Modified.Saturneric2021-12-021-119/+172
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Modified & ImproveSaturneric2021-12-021-2/+2
| | | | | | 1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
* Add i18n SupportSaturneric2021-12-011-40/+46
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Fix Known Bugs.Saturneric2021-11-291-7/+27
| | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management.
* Can be compiled with minimal UI support.Saturneric2021-11-281-8/+10
|
* UI Framework Modified.Saturneric2021-10-021-384/+412
|
* Start to rewrite gpg core.Saturneric2021-08-291-2/+2
|
* Add simplified Chinese translation.Saturneric2021-07-191-5/+5
| | | | Repair and adjustment.
* Export Secret Key Fixed.Saturneric2021-07-011-2/+0
| | | | | Start Wizard Modified. Another Bugs Fixed.
* Update release-ci.ymlv1.0.7Saturneric2021-06-261-1/+1
|
* Update release-ci.ymlSaturneric2021-06-261-1/+0
|
* Update CMakeLists.txt;Saturneric2021-06-251-2/+2
| | | | Change Resource File Loading Path For macOS
* UI Improved.Saturneric2021-06-231-11/+77
| | | | Bugs Fixed.
* Repair and improve the functions and UI related to the upload and update of ↵Saturneric2021-06-211-47/+162
| | | | | | | the key server. Improve part of the UI description. Repair the problems in the project configuration file.
* Improve project documentsSaturneric2021-06-191-11/+5
| | | | | | Continue to write ReadME Eliminate compile-time warnings Fix some problems
* Do not clear the text when the decryption operation fails.Saturneric2021-06-091-4/+4
| | | | | | | | Add decrypt and verify operation. Change the icon further. Fix the function of importing from the key server. Signed-off-by: Saturneric <[email protected]>
* Change Project Name to GPGFrontend.Saturneric2021-05-211-14/+16
| | | | | | Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
* File Structure Modified.Saturneric2021-05-121-0/+302
Change Headers and Source Files Name. Modified CMake Structure.