Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-06 | <fix>(project): fixed CMakeLists.txt.dev/2.0.4 | Saturneric | 1 | -0/+1 | |
2022-01-05 | <fix, feature>(ui): let send mail meet with rfc3156. | Saturneric | 2 | -8/+73 | |
2022-01-05 | <fixed>(ui/aes): fixed security problem. | Saturneric | 1 | -136/+146 | |
1. Comparison between of type quint8 and of wider type int. | |||||
2022-01-04 | <fixed>(core): fixed codacy problem. | Saturneric | 2 | -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. | Saturneric | 1 | -0/+2 | |
2022-01-04 | <fix>(ui): fixed bugs in send mail dialog | Saturneric | 1 | -3/+3 | |
2022-01-04 | <fix>(ui): improve ui. | Saturneric | 1 | -1/+1 | |
1. improve ui. | |||||
2022-01-04 | <feature, fix>(core, ui): support file symmetric encryption. | Saturneric | 4 | -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. | Saturneric | 8 | -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 ↵ | Saturneric | 11 | -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. | Saturneric | 12 | -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. | Saturneric | 6 | -42/+46 | |
2022-01-04 | <fix>(core): fix windows build problem | Saturneric | 2 | -61/+59 | |
1.fix libintl_snprintf bugs. 2. improve VersionCheckThread. | |||||
2022-01-03 | <fix>(core): fix windows build problem | Saturneric | 2 | -2/+1 | |
1.fix libintl_sprintf bugs. | |||||
2022-01-03 | <fix, feature>(core, ui): version system upgrade. | Saturneric | 12 | -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. | Saturneric | 11 | -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. | Saturneric | 7 | -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. | Saturneric | 5 | -0/+44 | |
2022-01-03 | <feature, refactor>(core, ui): Key package generate. | Saturneric | 16 | -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. | Saturneric | 5 | -3/+26 | |
1. make options changeable when init in sending email dialog. | |||||
2022-01-02 | <refactor>(ui): Enhanced sending email function. | Saturneric | 20 | -140/+801 | |
2022-01-02 | <refactor>(ui): take operations apart from key details. | Saturneric | 10 | -737/+427 | |
2022-01-02 | <feat, refactor>(ui): change smtp test to multiply thread | Saturneric | 8 | -91/+418 | |
2022-01-02 | <fixed>(core, ui): fixed bugs in result analyse | Saturneric | 2 | -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 operations | Saturneric | 17 | -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 ui | Saturneric | 18 | -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 found | Saturneric | 2 | -20/+20 | |
2021-12-31 | <refactor, fix, test>(core, test): test key generation for standalone mode | Saturneric | 3 | -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 generation | Saturneric | 5 | -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 mode | Saturneric | 23 | -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-20 | Continue to add Standalone Support. | Saturneric | 4 | -3/+40 | |
2021-12-20 | Update Test Code & Added Standlone Support | Saturneric | 3 | -2/+14 | |
2021-12-20 | Fixed bugs. | Saturneric | 5 | -24/+111 | |
1. Not not paint in main thread. | |||||
2021-12-19 | Pass apple store automatic verification. | Saturneric | 1 | -7/+9 | |
2021-12-19 | Update project configure to support xcode build. | Saturneric | 4 | -4/+61 | |
2021-12-17 | Fixed Clash when decrypt reci is unknown.v2.0.3 | Saturneric | 1 | -1/+1 | |
2021-12-16 | Fixed bugs & Improve Speed. | Saturneric | 5 | -4/+13 | |
2021-12-16 | Fixed Issues on Windows & Reduce warning. | Saturneric | 2 | -8/+5 | |
2021-12-16 | Fix problem on Windows. | Saturneric | 2 | -3/+12 | |
2021-12-16 | Fixed Known Issues on Export. | Saturneric | 1 | -17/+23 | |
2021-12-16 | Fixed & Update Translation. | Saturneric | 1 | -1/+1 | |
2021-12-16 | Fixed & Improve. | Saturneric | 18 | -331/+440 | |
1. Fixed Known Issues. 2. Improve UI. | |||||
2021-12-16 | Fixed Known Problem. | Saturneric | 6 | -67/+100 | |
2021-12-16 | Fixed Project Configure. | Saturneric | 6 | -2/+19 | |
2021-12-16 | Added and Fixed Translation. | Saturneric | 2 | -1/+4 | |
2021-12-16 | Added & Improved & Fixed. | Saturneric | 24 | -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-14 | SMTP Support Added. | Saturneric | 8 | -159/+201 | |
2021-12-14 | Modified Core to Optimization & Fixed Problem | Saturneric | 13 | -47/+123 | |
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem | |||||
2021-12-14 | Add Deb Build Support & Install Support For Linux. | Saturneric | 4 | -4/+102 | |
2021-12-13 | Update Translations & README. | Saturneric | 1 | -1/+4 | |