aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/details/VerifyDetailsDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfeat: switch text-based model to workspace-based modelsaturneric1-1/+0
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-4/+8
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-0/+1
2024-01-18fix: slove discovered bugssaturneric1-4/+3
2024-01-16refactor: remove libgettext from projectsaturneric1-8/+8
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-3/+2
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-15/+7
2023-12-26fix: test basical operations of gpg at both test cases and guisaturneric1-17/+15
2023-11-07refactor: separate typedef and implsaturneric1-0/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-0/+4
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-05-19fix: solve general problems for compilingSaturneric1-4/+2
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-1/+1
1. Use more modern ways. 2. Repair partial docking.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric1-15/+15
1. Rename related entities. 2. Add comments.
2021-12-06Improve UI & FunctionsSaturneric1-9/+7
2021-12-01Add i18n SupportSaturneric1-16/+21
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-42/+51
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-07-04Adjust and improve the basic settings pageSaturneric1-2/+2
Other improvements
2021-06-19Improve project documentsSaturneric1-2/+2
Continue to write ReadME Eliminate compile-time warnings Fix some problems
2021-06-08Check whether the key can be encrypted before the encryption operation.Saturneric1-3/+5
Establish and improve the results analysis framework. Analyze and output the encryption result. Analyze the decryption results and output. Analyze and output the signature result. Analyze and output the encrypted and signed results. Adjust part of GpgContext API interface. Improve the interface for finding keys based on ID. Signed-off-by: Saturneric <[email protected]>
2021-06-06Add encryption and signature function.Saturneric1-20/+4
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-05Adjust and improve the detailed interface of the verification information ↵Saturneric1-14/+4
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-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-23/+24