aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyUIDSignDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): adjust file structureSaturneric2022-07-221-134/+0
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-1/+3
| | | | | 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, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-4/+5
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-3/+3
| | | | 1. tidy up widgets.
* <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-37/+38
| | | | 1. tidy up keypair_details.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-4/+5
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-1/+1
| | | | | 1. Rename related entities. 2. Add a comments.
* <feature, refactor>(core, ui): Key package generate.Saturneric2022-01-031-1/+1
| | | | | | | | 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.
* Fixed & Improve.Saturneric2021-12-161-11/+11
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Test & Improve UISaturneric2021-12-061-7/+6
|
* Improve UISaturneric2021-12-051-12/+12
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* Add i18n SupportSaturneric2021-12-011-10/+8
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Solve uid management, related update and other known issues.Saturneric2021-11-291-5/+14
|
* UI Framework Modified.Saturneric2021-10-021-79/+89
|
* Start to rewrite gpg core.Saturneric2021-08-291-1/+1
|
* Improve the automatic key exchange function; fix some known problems;Saturneric2021-08-231-2/+1
|
* 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 an operation to change the expiration date of the subkey.Saturneric2021-06-031-1/+1
| | | | | | | | | | | | | Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]>
* Write a text logo for never expiring.Saturneric2021-05-311-1/+1
| | | | | | | | | | Adjust the UI of the key details interface Set the minimum length and width of the key details window. Adjust the structure and layout of each tab page of key details. Adjust part of the interface UI and text description. Add revocation parentheses for signature deletion. 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-3/+7
| | | | | | | | | | | 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]>
* Fix the wrong use of the signing key interface.Saturneric2021-05-261-0/+88
Fix the problem that the window or control is not deleted after it is closed. Modify the names of some classes. Extend the function of KeyList, add exclusion list. Improve the message mechanism of GpgContext. Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document. Signed-off-by: Saturneric <[email protected]>