aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/import_export/KeyServerImportDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): adjust file structureSaturneric2022-07-221-550/+0
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-75/+26
| | | | | 1. store window size and position 2. store icon size and style
* fix: fix some issuesSaturneric2022-06-051-78/+91
| | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
* fix: solve key server import not working issuesSaturneric2022-05-211-72/+47
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-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
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-2/+2
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-1/+1
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-1/+1
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-20/+18
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+607
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.