aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-06<fix>(project): fixed CMakeLists.txt.dev/2.0.4Saturneric1-0/+1
2022-01-05<fix, feature>(ui): let send mail meet with rfc3156.Saturneric2-8/+73
2022-01-05<fixed>(ui/aes): fixed security problem.Saturneric1-136/+146
1. Comparison between of type quint8 and of wider type int.
2022-01-04<fixed>(core): fixed codacy problem.Saturneric2-3/+1
1. Consecutive return, break, continue, goto or throw statements are unnecessary. 2. Variable 'current' is assigned a value that is never used.
2022-01-04<chore>(): install TRANSLATORS file in deb mode.Saturneric1-0/+2
2022-01-04<fix>(ui): fixed bugs in send mail dialogSaturneric1-3/+3
2022-01-04<fix>(ui): improve ui.Saturneric1-1/+1
1. improve ui.
2022-01-04<feature, fix>(core, ui): support file symmetric encryption.Saturneric4-42/+80
1. improve ui for file & text symmetric encryption.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric8-83/+134
1. fixed proxy settings ui. 2. fixed send mail settings ui. 3. fixed uncaught exception handling.
2022-01-04<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵Saturneric11-15/+526
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric12-153/+351
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
2022-01-04<fix>(ui): improve ui.Saturneric6-42/+46
2022-01-04<fix>(core): fix windows build problemSaturneric2-61/+59
1.fix libintl_snprintf bugs. 2. improve VersionCheckThread.
2022-01-03<fix>(core): fix windows build problemSaturneric2-2/+1
1.fix libintl_sprintf bugs.
2022-01-03<fix, feature>(core, ui): version system upgrade.Saturneric12-74/+215
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
2022-01-03<fix, feature>(core, ui): key package import.Saturneric11-46/+131
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
2022-01-03<fix, feature>(core, ui): add key in smart card support.Saturneric7-61/+100
1.fix problem that when key is in a smart card, the result of FetchKey() is not equal with which provided by GetKey().
2022-01-03<feature>(ui): default sender gpg key settings in send mail.Saturneric5-0/+44
2022-01-03<feature, refactor>(core, ui): Key package generate.Saturneric16-80/+1157
1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.
2022-01-02<fixed, refactor>(ui): Enhanced sending email function.Saturneric5-3/+26
1. make options changeable when init in sending email dialog.
2022-01-02<refactor>(ui): Enhanced sending email function.Saturneric20-140/+801
2022-01-02<refactor>(ui): take operations apart from key details.Saturneric10-737/+427
2022-01-02<feat, refactor>(ui): change smtp test to multiply threadSaturneric8-91/+418
2022-01-02<fixed>(core, ui): fixed bugs in result analyseSaturneric2-12/+12
1. let VerifyResultAnalyse.cpp dealing with when there is no signature found. 2. fixed some problem in DecryptResultAnalyse.cpp.
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric17-636/+416
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric18-31/+145
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2022-01-02<refactor, test>(core, test): test decryption when key not foundSaturneric2-20/+20
2021-12-31<refactor, fix, test>(core, test): test key generation for standalone modeSaturneric3-85/+149
1. add key generation test for standalone mode 2. add supported algos in standalone mode 3. changed support algo vectors from static value to static getter 4. modified name of some variables.
2021-12-31<refactor, test>(core, test): core improved and test gpg key generationSaturneric5-100/+153
1. Refactor the initialization code of Context. 2. Improve some callback function support. 3. Improve the key deletion function. 4. Modify the key output of some functions. 5. Add test for key generation. 6. Delete all imported keys at the end of the test case. 7. Add setup mode initialization parameters for Context.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric23-122/+271
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-20Continue to add Standalone Support.Saturneric4-3/+40
2021-12-20Update Test Code & Added Standlone SupportSaturneric3-2/+14
2021-12-20Fixed bugs.Saturneric5-24/+111
1. Not not paint in main thread.
2021-12-19Pass apple store automatic verification.Saturneric1-7/+9
2021-12-19Update project configure to support xcode build.Saturneric4-4/+61
2021-12-17Fixed Clash when decrypt reci is unknown.v2.0.3Saturneric1-1/+1
2021-12-16Fixed bugs & Improve Speed.Saturneric5-4/+13
2021-12-16Fixed Issues on Windows & Reduce warning.Saturneric2-8/+5
2021-12-16Fix problem on Windows.Saturneric2-3/+12
2021-12-16Fixed Known Issues on Export.Saturneric1-17/+23
2021-12-16Fixed & Update Translation.Saturneric1-1/+1
2021-12-16Fixed & Improve.Saturneric18-331/+440
1. Fixed Known Issues. 2. Improve UI.
2021-12-16Fixed Known Problem.Saturneric6-67/+100
2021-12-16Fixed Project Configure.Saturneric6-2/+19
2021-12-16Added and Fixed Translation.Saturneric2-1/+4
2021-12-16Added & Improved & Fixed.Saturneric24-352/+795
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-14SMTP Support Added.Saturneric8-159/+201
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric13-47/+123
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-14Add Deb Build Support & Install Support For Linux.Saturneric4-4/+102
2021-12-13Update Translations & README.Saturneric1-1/+4