aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfeat: generate cark keyssaturneric1-7/+2
11 daysfix: testing and solve bugs foundsaturneric1-2/+0
12 daysfix: found bugssaturneric1-1/+3
12 daysfeat: support key groupssaturneric1-8/+6
2025-04-12fix: wrong ui dialog order after switching appssaturneric1-0/+2
2024-11-19feat: add ui some restrictions when primary key not existssaturneric1-11/+11
2024-10-26fix: should select channel before any gpg operationsaturneric1-2/+2
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-2/+7
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-16refactor: remove libgettext from projectsaturneric1-12/+13
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-3/+3
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-3/+3
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-5/+7
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>(src, test): Normalize the naming of partial classesSaturneric1-2/+2
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-4/+4
1. Use more modern ways. 2. Repair partial docking.
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-28/+29
1. tidy up keypair_details.
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-2/+2
1. Rename related entities. 2. Add a comments.
2021-12-01Add i18n SupportSaturneric1-13/+14
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Fix Known Bugs.Saturneric1-3/+11
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-10-02UI Framework Modified.Saturneric1-68/+66
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-06-19Improve project documentsSaturneric1-1/+1
Continue to write ReadME Eliminate compile-time warnings Fix some problems
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-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-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]>
2021-05-27Adjust part of the text of the UI interface of the UID operation tab.Saturneric1-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]>