aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyServerImportDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-607/+0
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-146/+149
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-12<refactor>(ui): Change Sync() to Sync Settings()Saturneric1-1/+1
2022-01-03<fix, feature>(core, ui): key package import.Saturneric1-1/+1
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-1/+1
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-07Add Translate & Fix Bugs.Saturneric1-2/+3
2021-12-06Improve UI & FunctionsSaturneric1-20/+10
2021-12-04FixedSaturneric1-14/+38
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02Fix and Modified.Saturneric1-119/+172
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-02Modified & ImproveSaturneric1-2/+2
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
2021-12-01Add i18n SupportSaturneric1-40/+46
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Fix Known Bugs.Saturneric1-7/+27
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-11-28Can be compiled with minimal UI support.Saturneric1-8/+10
2021-10-02UI Framework Modified.Saturneric1-384/+412
2021-08-29Start to rewrite gpg core.Saturneric1-2/+2
2021-07-19Add simplified Chinese translation.Saturneric1-5/+5
Repair and adjustment.
2021-07-01Export Secret Key Fixed.Saturneric1-2/+0
Start Wizard Modified. Another Bugs Fixed.
2021-06-26Update release-ci.ymlv1.0.7Saturneric1-1/+1
2021-06-26Update release-ci.ymlSaturneric1-1/+0
2021-06-25Update CMakeLists.txt;Saturneric1-2/+2
Change Resource File Loading Path For macOS
2021-06-23UI Improved.Saturneric1-11/+77
Bugs Fixed.
2021-06-21Repair and improve the functions and UI related to the upload and update of ↵Saturneric1-47/+162
the key server. Improve part of the UI description. Repair the problems in the project configuration file.
2021-06-19Improve project documentsSaturneric1-11/+5
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-06-09Do not clear the text when the decryption operation fails.Saturneric1-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]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+16
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-12Srouce Files Tidy and ReformSaturneric1-90/+79