Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-01-23 | feat: add a setting to enable gpgme debug log | saturneric | 2 | -9/+7 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -6/+5 | |
2024-01-16 | fix: make task and threading system safer | saturneric | 8 | -24/+27 | |
2024-01-15 | feat: use qt json support components in data object and infos gathering module | saturneric | 1 | -21/+3 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 4 | -19/+16 | |
2024-01-11 | feat: improve api and ui of keys import and export | saturneric | 8 | -41/+93 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 2 | -9/+9 | |
2023-10-25 | fix: solve some code tidy issues | saturneric | 1 | -1/+1 | |
2023-10-25 | feat: use rt listen publish event function in main windows' app version ↵ | Saturneric | 1 | -2/+2 | |
upgrade notification | |||||
2023-10-24 | feat: use module instead of integrated code at version checking task | Saturneric | 2 | -275/+0 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 6 | -34/+15 | |
2023-10-18 | feat: using pool for concurrent executions, not stable yet | saturneric | 5 | -18/+17 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 10 | -28/+44 | |
2023-10-15 | feat: start to add plugin system and do some improve on project configuration | saturneric | 8 | -0/+21 | |
2023-10-15 | fix: solve some issues on linux .desktop file | saturneric | 5 | -5/+5 | |
2023-03-30 | fix: solve issues in proxy configure | Saturneric | 3 | -65/+83 | |
2023-02-25 | fix: solve codacy issues | Saturneric | 1 | -2/+8 | |
2023-02-18 | fix: improve the task execution model | Saturneric | 4 | -6/+6 | |
2023-02-17 | feat: improve task execute system | Saturneric | 4 | -4/+8 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 3 | -11/+11 | |
2023-02-07 | fix: solve an issue in version checking | Saturneric | 1 | -4/+8 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 3 | -19/+19 | |
2022-07-22 | style(src): reformat code | Saturneric | 1 | -1/+1 | |
2022-06-05 | fix: fix some issues | Saturneric | 5 | -4/+279 | |
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including | |||||
2022-05-22 | perf: improve ListedKeyServerTestThread | Saturneric | 3 | -57/+115 | |
1. fixes #9 | |||||
2022-05-20 | refactor: change version checking to task | Saturneric | 2 | -54/+115 | |
2022-05-13 | feat: add a simple TaskRunner system | Saturneric | 2 | -164/+0 | |
1. solve multiple threads problem. | |||||
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 6 | -693/+0 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-03-19 | <fix>(core, ui): fix codacy issues. | Saturneric | 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). | |||||
2022-03-19 | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 1 | -11/+19 | |
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2 | -4/+4 | |
2022-02-05 | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 1 | -2/+2 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 2 | -6/+6 | |
2022-02-02 | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 1 | -3/+3 | |
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. tidy up ui. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 14 | -101/+290 | |
1. tidy up thread. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 14 | -60/+92 | |
2022-01-12 | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 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. | |||||
2022-01-12 | <refactor, feat>(ui): Text editor improvements. | Saturneric | 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 | |||||
2022-01-12 | <refactor>(ui): Adjust src/ui/function to src/ui/thread | Saturneric | 14 | -0/+1086 | |