aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/FileReadThread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-68/+0
2021-12-16Added & Improved & Fixed.Saturneric1-2/+2
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-04FixedSaturneric1-4/+9
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02Fixed.Saturneric1-34/+33
1. Fixed known issue in File Operations.
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-10-02UI Framework Modified.Saturneric1-21/+19
2021-08-29Start to rewrite gpg core.Saturneric1-2/+2
2021-06-06Add encryption and signature function.Saturneric1-2/+2
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-31Add a copyright statement to the header of some files.Saturneric1-3/+23
Signed-off-by: Saturneric <[email protected]>
2021-05-26Fix the wrong use of the signing key interface.Saturneric1-5/+5
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-2/+2
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-0/+44
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]>