aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/FileEncryptionDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(ui): take operations apart from key details.Saturneric2022-01-021-285/+0
|
* Fixed & Improve.Saturneric2021-12-161-29/+31
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Improve UI & FunctionsSaturneric2021-12-061-1/+1
|
* Improve UISaturneric2021-12-051-26/+37
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* Fixed.Saturneric2021-12-021-3/+1
| | | | 1. Fixed known issue in File Operations.
* Add i18n SupportSaturneric2021-12-011-38/+31
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* UI Framework Modified.Saturneric2021-10-021-237/+229
|
* Start to rewrite gpg core.Saturneric2021-08-291-3/+3
|
* Fix some problems; Ready to release a BETA versionSaturneric2021-08-231-1/+1
|
* Add Functions:Saturneric2021-08-101-1/+1
| | | | | | | | GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
* Fix issues.Saturneric2021-07-061-7/+30
| | | | | Improve UI. Update Document.
* Check whether the key can be encrypted before the encryption operation.Saturneric2021-06-081-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]>
* Add encryption and signature function.Saturneric2021-06-061-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]>
* Adjust and improve the detailed interface of the verification information ↵Saturneric2021-06-051-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]>
* Declare and Define getSigners;Saturneric2021-05-231-4/+1
| | | | | | | Expand KeyList; Project's Files Structure Modified; Signed-off-by: Saturneric <[email protected]>
* Change Project Name to GPGFrontend.Saturneric2021-05-211-14/+17
| | | | | | Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
* File Structure Modified.Saturneric2021-05-121-0/+244
Change Headers and Source Files Name. Modified CMake Structure.