aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-26feat: remove spdlog and clean up logsaturneric1-4/+0
2024-06-28refactor: rewrite KeyMenuAbilitysaturneric1-1/+1
2024-06-28feat: user can select shown columns at key tablesaturneric1-3/+6
2024-06-02feat: rewrite key list structure and logicsaturneric1-3/+3
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-14/+8
2024-01-16refactor: remove libgettext from projectsaturneric1-7/+8
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-8/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-1/+1
2024-01-05feat: integrate logging api to coresaturneric1-3/+3
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-3/+3
2023-11-07refactor: separate typedef and implsaturneric1-6/+4
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-07-13feat: support searching keysSaturneric1-1/+1
2023-07-13feat: support marking a key as favouriteSaturneric1-1/+1
2023-02-11fix: reduce info level logsSaturneric1-5/+3
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-0/+6
2023-02-03feat: change the log style in source filesSaturneric1-4/+4
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+3
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-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-4/+5
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-3/+3
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-37/+38
1. tidy up keypair_details.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-4/+5
1. Rename related entities. 2. Add a comments.
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-1/+1
1. Rename related entities. 2. Add a comments.
2022-01-03<feature, refactor>(core, ui): Key package generate.Saturneric1-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.
2021-12-16Fixed & Improve.Saturneric1-11/+11
1. Fixed Known Issues. 2. Improve UI.
2021-12-06Test & Improve UISaturneric1-7/+6
2021-12-05Improve UISaturneric1-12/+12
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-01Add i18n SupportSaturneric1-10/+8
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Solve uid management, related update and other known issues.Saturneric1-5/+14
2021-10-02UI Framework Modified.Saturneric1-79/+89
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-08-23Improve the automatic key exchange function; fix some known problems;Saturneric1-2/+1
2021-06-06Add encryption and signature function.Saturneric1-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]>
2021-06-03Add an operation to change the expiration date of the subkey.Saturneric1-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]>
2021-05-31Write a text logo for never expiring.Saturneric1-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]>
2021-05-31Add a copyright statement to the header of some files.Saturneric1-3/+23
Signed-off-by: Saturneric <[email protected]>
2021-05-28Make eligible keys enter the signature candidate list.Saturneric1-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]>
2021-05-26Fix the wrong use of the signing key interface.Saturneric1-9/+21
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]>
2021-05-25Fix some problems caused by negligence.Saturneric1-5/+17
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
2021-05-24Streamline, expand and improve the interface of GpgContext.Saturneric1-0/+64
Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp. Write the processing logic and page logic for adding a signature to the key. Signed-off-by: Saturneric <[email protected]>