aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyPairUIDTab.h (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: switch text-based model to workspace-based modelsaturneric1-2/+1
13 daysfeat: support key groupssaturneric1-2/+2
2024-12-13refactor: using qt containers instead of std containerssaturneric1-8/+8
2024-11-26feat: support uid revoke and uid delete operationssaturneric1-65/+54
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-1/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-1/+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-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-7/+11
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-49/+149
1. tidy up keypair_details.
2021-12-06Improve UI & FunctionsSaturneric1-0/+3
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-29Solve uid management, related update and other known issues.Saturneric1-3/+5
2021-11-29Fix Known Bugs.Saturneric1-0/+2
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-10-02UI Framework Modified.Saturneric1-41/+39
2021-08-29Start to rewrite gpg core.Saturneric1-2/+2
2021-06-06Add encryption and signature function.Saturneric1-5/+5
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-28Make eligible keys enter the signature candidate list.Saturneric1-5/+27
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/+5
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]>
2021-05-26Fix the wrong use of the signing key interface.Saturneric1-1/+1
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-0/+4
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-6/+9
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]>
2021-05-22Expand and improve GpgKey;Saturneric1-8/+27
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
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-4/+13
Headers Tidy and Reformat