aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/import_export/ExportKeyPackageDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22refactor(ui): adjust file structureSaturneric1-145/+0
2022-07-22style(src): reformat codeSaturneric1-1/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+1
1. store window size and position 2. store icon size and style
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-2/+2
2022-02-05<refactor>(ui, core, project): Move Key Package logic into coreSaturneric1-67/+39
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+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-31/+31
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric1-2/+2
1. Rename related entities. 2. Add comments.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-2/+2
1. Rename related entities. 2. Add a comments.
2022-01-12<refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric1-1/+0
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
2022-01-03<fix, feature>(core, ui): key package import.Saturneric1-9/+14
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
2022-01-03<feature, refactor>(core, ui): Key package generate.Saturneric1-0/+165
1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.