aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyNewUIDDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): adjust file structureSaturneric2022-07-221-114/+0
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-5/+7
| | | | | 1. store window size and position 2. store icon size and style
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-2/+2
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-2/+2
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-2/+2
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-4/+4
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-4/+6
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-28/+29
| | | | 1. tidy up keypair_details.
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-2/+2
| | | | | 1. Rename related entities. 2. Add a comments.
* Add i18n SupportSaturneric2021-12-011-13/+14
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Fix Known Bugs.Saturneric2021-11-291-3/+11
| | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management.
* UI Framework Modified.Saturneric2021-10-021-68/+66
|
* Start to rewrite gpg core.Saturneric2021-08-291-1/+1
|
* Improve project documentsSaturneric2021-06-191-1/+1
| | | | | | Continue to write ReadME Eliminate compile-time warnings Fix some problems
* Add encryption and signature function.Saturneric2021-06-061-1/+1
| | | | | | | | | | Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
* Add a copyright statement to the header of some files.Saturneric2021-05-311-3/+23
| | | | Signed-off-by: Saturneric <[email protected]>
* Make eligible keys enter the signature candidate list.Saturneric2021-05-281-1/+1
| | | | | | | | | | | Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]>
* Adjust part of the text of the UI interface of the UID operation tab.Saturneric2021-05-271-0/+82
Write an interface to increase UID. Write logic to adapt and increase UID. Adjust the UI of KeygenDialog. Delete the Close button of KeyDetailTab and its logic. Adjust the KeyDetailTab fingerprint and its copy button UI. Fix the problem of refreshing the order of the KeyPairUIDTab list. Signed-off-by: Saturneric <[email protected]>