Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style(src): reformat code | Saturneric | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | fix: fix some issues | Saturneric | 2022-06-05 | 5 | -4/+279 |
| | | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including | ||||
* | perf: improve ListedKeyServerTestThread | Saturneric | 2022-05-22 | 3 | -57/+115 |
| | | | | 1. fixes #9 | ||||
* | refactor: change version checking to task | Saturneric | 2022-05-20 | 2 | -54/+115 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 2 | -164/+0 |
| | | | | 1. solve multiple threads problem. | ||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 6 | -693/+0 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -6/+13 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -11/+19 |
| | |||||
* | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2022-02-06 | 2 | -4/+4 |
| | |||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 1 | -2/+2 |
| | |||||
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 2 | -6/+6 |
| | |||||
* | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 2022-02-02 | 1 | -3/+3 |
| | |||||
* | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -1/+1 |
| | | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -1/+1 |
| | | | | 1. tidy up ui. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 14 | -101/+290 |
| | | | | 1. tidy up thread. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 14 | -60/+92 |
| | |||||
* | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 2022-01-12 | 3 | -9/+2 |
| | | | | | | | | 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead. | ||||
* | <refactor, feat>(ui): Text editor improvements. | Saturneric | 2022-01-12 | 2 | -12/+14 |
| | | | | | | | | | 1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction | ||||
* | <refactor>(ui): Adjust src/ui/function to src/ui/thread | Saturneric | 2022-01-12 | 14 | -0/+1086 |