aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/FileEncryptionDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-02<refactor>(ui): take operations apart from key details.Saturneric1-285/+0
2021-12-16Fixed & Improve.Saturneric1-29/+31
1. Fixed Known Issues. 2. Improve UI.
2021-12-06Improve UI & FunctionsSaturneric1-1/+1
2021-12-05Improve UISaturneric1-26/+37
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-02Fixed.Saturneric1-3/+1
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-38/+31
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-237/+229
2021-08-29Start to rewrite gpg core.Saturneric1-3/+3
2021-08-23Fix some problems; Ready to release a BETA versionSaturneric1-1/+1
2021-08-10Add Functions:Saturneric1-1/+1
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
2021-07-06Fix issues.Saturneric1-7/+30
Improve UI. Update Document.
2021-06-08Check whether the key can be encrypted before the encryption operation.Saturneric1-8/+10
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-2/+3
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-20/+39
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-23Declare and Define getSigners;Saturneric1-4/+1
Expand KeyList; Project's Files Structure 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-12Srouce Files Tidy and ReformSaturneric1-50/+45