Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(third_party): remove encoding-detectdev/2.0.8/main | Saturneric | 2022-07-23 | 2 | -398/+0 |
| | |||||
* | feat(third_party): update gpgme | Saturneric | 2022-07-22 | 1 | -0/+0 |
| | |||||
* | feat: merge tiny third_party library into core | Saturneric | 2022-05-08 | 1 | -9/+1 |
| | | | | | 1. code detecting 2. qt-aes | ||||
* | feat: use gnupg from system package manager | Saturneric | 2022-05-07 | 1 | -123/+0 |
| | |||||
* | refactor: remove submodules | Saturneric | 2022-05-07 | 2 | -0/+0 |
| | | | | | 1. remove vmime 2. remove smtp-mime | ||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 1 | -45/+0 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | fix(project): remove automatic build | Saturneric | 2022-04-10 | 1 | -17/+5 |
| | | | | | 1. libarchive 2. libconfig++ | ||||
* | <fix>(ci): Fix the problem of MinGW compilation | Saturneric | 2022-03-12 | 1 | -1/+3 |
| | | | | 1. Not compiling libconfig under MinGW | ||||
* | <fix, refactor, feat> adjust the project configuration | stehu | 2022-03-04 | 2 | -1/+4 |
| | | | | | | 1. Fix possible problems with mac compilation 2. Add new third-party dependency libconfig 3. Use the correct project configuration to specify the C++ standard | ||||
* | <chore>(project, ci): Make the Windows platform pass the compilation | Saturneric | 2022-02-05 | 1 | -2/+4 |
| | |||||
* | <chore>(project): Adjust the project to make the compilation | Saturneric | 2022-02-04 | 1 | -0/+1 |
| | |||||
* | <chore>(project): add and separate third party code | Saturneric | 2022-02-03 | 4 | -1/+406 |
| | | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src | ||||
* | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -3/+29 |
| | | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | ||||
* | <fix>(project): support build on Windows. | Saturneric | 2022-01-14 | 3 | -76/+105 |
| | | | | | 1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform. | ||||
* | <chore>(project, ui, core): update ci for release-deb-package.yml | Saturneric | 2022-01-12 | 1 | -0/+12 |
| | | | | | | 1. Enable the latest one-off build. 2. Fix submodule dependency problem. 3. Fixed known issues in engineering waste paper. | ||||
* | <chore>(project, ui, core): update ci for release-deb-package.yml | Saturneric | 2022-01-12 | 1 | -3/+4 |
| | | | | | | 1. Enable the latest one-off build. 2. Fix submodule dependency problem. 3. Fixed known issues in engineering waste paper. | ||||
* | <chore>(project, ui, core): update ci for release-deb-package.yml | Saturneric | 2022-01-12 | 4 | -0/+0 |
| | | | | | 1. Enable the latest one-off build. 2. Fix submodule dependency problem. | ||||
* | <refactor, chore, fix>(project, ui, core): Merged with dev/ci/2.0.5 | Saturneric | 2022-01-12 | 1 | -11/+31 |
|\ | | | | | | | | | 1. Mainly changes in project configuration files 2. Fix existing problems in project construction | ||||
| * | Merge branch 'dev/ci/2.0.4' into dev/ci/2.0.5 | Saturneric | 2022-01-10 | 1 | -2/+2 |
| |\ | |||||
| | * | <refactor>(project): clean and modify build messages. | Saturneric | 2022-01-06 | 1 | -2/+2 |
| | | | |||||
* | | | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 2022-01-12 | 5 | -34878/+113 |
|/ / | | | | | | | | | | | | | | | 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. | ||||
* / | <feature>(ui, project): start to add imap support. | Saturneric | 2022-01-05 | 1 | -0/+0 |
|/ | | | | | | 1. introduce vmime library. 2. add ReceiveMailDialog and related actions in MainWindowUI. 3. add git submodule vmime. | ||||
* | <feature, refactor>(core, ui): Key package generate. | Saturneric | 2022-01-03 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | <refactor>(ui): Enhanced sending email function. | Saturneric | 2022-01-02 | 1 | -0/+0 |
| | |||||
* | Update project configure to support xcode build. | Saturneric | 2021-12-19 | 1 | -1/+8 |
| | |||||
* | Add Submodules & Update & Fixed | Saturneric | 2021-12-05 | 5 | -3/+12 |
| | | | | | | | | | 1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues. | ||||
* | Remove rapidjson and Improve update ploicy. | Saturneric | 2021-12-05 | 36 | -17144/+26753 |
| | |||||
* | UI Framework Modified. | Saturneric | 2021-10-02 | 35 | -0/+17144 |
| | |||||
* | Continue to write core test code. | Saturneric | 2021-09-12 | 2 | -3/+4 |
| | |||||
* | Continue to optimize and improve the code. | Saturneric | 2021-09-10 | 1 | -921/+1327 |
| | |||||
* | Adjust the code structure. | Saturneric | 2021-09-05 | 4 | -0/+7703 |
Introduce log library. Remove Qt from the core code. |