aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/VerifyKeyDetailBox.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: support key groupssaturneric1-12/+11
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-2/+2
2025-01-27refactor: clean up codesaturneric1-2/+1
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-4/+10
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-4/+2
2024-01-16refactor: remove libgettext from projectsaturneric1-43/+38
2024-01-15refactor: remove libconfig++ form projectsaturneric1-2/+4
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-39/+40
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-11-06refactor: improve the code structure of coresaturneric1-0/+1
2023-10-30style: improve code style of coresaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-04-05feat: simplify settings lookupSaturneric1-10/+3
2023-03-31feat: improve ui when gnupg is offlineSaturneric1-3/+17
2022-07-22style(src): reformat codeSaturneric1-1/+1
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-2/+2
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+1
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-14/+14
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-25/+25
1. Rename related entities. 2. Add a comments.
2021-12-06Test & Improve UISaturneric1-10/+9
2021-12-06Improve UI & FunctionsSaturneric1-38/+30
2021-12-02Fix and Modified.Saturneric1-1/+1
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-01Add i18n SupportSaturneric1-47/+52
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-5/+5
2021-10-02UI Framework Modified.Saturneric1-155/+168
2021-08-29Start to rewrite gpg core.Saturneric1-2/+2
2021-07-04Adjust and improve the basic settings pageSaturneric1-4/+1
Other improvements
2021-06-21Repair and improve the functions and UI related to the upload and update of ↵Saturneric1-1/+1
the key server. Improve part of the UI description. Repair the problems in the project configuration file.
2021-06-05Adjust and improve the detailed interface of the verification information ↵Saturneric1-9/+47
result. Check whether the key can be signed before signing operation. Check whether the key is qualified before encrypting and signing operations. Modify part of the text explanation on the key details tab. Adjust the length and width of the key pair management interface. Add the actual function column to the list on the file operation page. Adjust the file operation page. For the function that displays the actual possession of the key in the key list by default. Add the function of displaying the actual possession of the key in the key details page. Adjust the code structure. Convert the label prompt below into a message board prompt. Signed-off-by: Saturneric <[email protected]>
2021-06-04Update the verification function.Saturneric1-31/+98
Make the format of the generated ciphertext more beautiful. Adjust the width of the key list on the homepage. Add fingerprint display of subkey. Fix the compatibility issue of getKeyByFpr interface subkey. Improve the comprehensiveness of information processing for verification results. Signed-off-by: Saturneric <[email protected]>
2021-05-24Streamline, expand and improve the interface of GpgContext.Saturneric1-1/+1
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-22Enhance code robustness;Saturneric1-0/+5
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. 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-12Srouce Files Tidy and ReformSaturneric1-22/+16