aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/import_export/KeyUploadDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: support key groupssaturneric1-3/+3
2024-12-13refactor: using qt containers instead of std containerssaturneric1-2/+2
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-1/+3
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-11feat: improve api and ui of keys import and exportsaturneric1-3/+2
2023-11-07refactor: separate typedef and implsaturneric1-2/+3
2023-11-06refactor: improve the code structure of coresaturneric1-0/+1
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+2
1. store window size and position 2. store icon size and style
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
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-5/+28
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-07Fix Bugs on KeyUploadDialogSaturneric1-2/+0
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-1/+1
2021-10-02UI Framework Modified.Saturneric1-18/+18
2021-08-29Start to rewrite gpg core.Saturneric1-2/+2
2021-07-01Export Secret Key Fixed.Saturneric1-0/+6
Start Wizard Modified. Another Bugs Fixed.
2021-06-23UI Improved.Saturneric1-14/+15
Bugs Fixed.
2021-06-19Improve project documentsSaturneric1-1/+0
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-05-31Add a copyright statement to the header of some files.Saturneric1-0/+1
Signed-off-by: Saturneric <[email protected]>
2021-05-29New page and function for generating subkeys.Saturneric1-8/+2
Define the interface and functions of the subkey management tab. When there is an item in the UID list, the first item is selected by default. Compile the API for generating sub-keys and the corresponding calling thread. Set GpgGenKeyInfo to apply to the subkey Generate a subkey for the selected key pair of the management key pair interface. Adjust the project structure and add a new classification key generation category. Double-click the item in KeyList in the key pair management interface to enter the key details page. Adjust the title of the key pair management interface. Optimize part of the code of KeyGenThread. Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-15/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-18Generate Key Upgraded.Saturneric1-3/+3
RSA & DSA Tested. Signed-off-by: Saturneric <[email protected]>
2021-05-13Support more Key Generating Algo.Saturneric1-2/+2
Support GPG2 now. Change GPGME Key Generation API to newer one. Statically link GPGME into the program.
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-11Change CXX Standard to C++14Saturneric1-9/+7
Headers Tidy and Reformat