aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/import_export/KeyServerImportDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22refactor(ui): adjust file structureSaturneric1-550/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric1-75/+26
1. store window size and position 2. store icon size and style
2022-06-05fix: fix some issuesSaturneric1-78/+91
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
2022-05-21fix: solve key server import not working issuesSaturneric1-72/+47
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-7/+13
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-2/+2
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-20/+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-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