aboutsummaryrefslogtreecommitdiffstats
path: root/third_party (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(third_party): remove encoding-detectdev/2.0.8/mainSaturneric2022-07-232-398/+0
|
* feat(third_party): update gpgmeSaturneric2022-07-221-0/+0
|
* feat: merge tiny third_party library into coreSaturneric2022-05-081-9/+1
| | | | | 1. code detecting 2. qt-aes
* feat: use gnupg from system package managerSaturneric2022-05-071-123/+0
|
* refactor: remove submodulesSaturneric2022-05-072-0/+0
| | | | | 1. remove vmime 2. remove smtp-mime
* refactor: develop 2.0.6 startSaturneric2022-05-071-45/+0
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* fix(project): remove automatic buildSaturneric2022-04-101-17/+5
| | | | | 1. libarchive 2. libconfig++
* <fix>(ci): Fix the problem of MinGW compilationSaturneric2022-03-121-1/+3
| | | | 1. Not compiling libconfig under MinGW
* <fix, refactor, feat> adjust the project configurationstehu2022-03-042-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 compilationSaturneric2022-02-051-2/+4
|
* <chore>(project): Adjust the project to make the compilationSaturneric2022-02-041-0/+1
|
* <chore>(project): add and separate third party codeSaturneric2022-02-034-1/+406
| | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-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.Saturneric2022-01-143-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.ymlSaturneric2022-01-121-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.ymlSaturneric2022-01-121-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.ymlSaturneric2022-01-124-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.5Saturneric2022-01-121-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.5Saturneric2022-01-101-2/+2
| |\
| | * <refactor>(project): clean and modify build messages.Saturneric2022-01-061-2/+2
| | |
* | | <refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric2022-01-125-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.Saturneric2022-01-051-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.Saturneric2022-01-031-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.Saturneric2022-01-021-0/+0
|
* Update project configure to support xcode build.Saturneric2021-12-191-1/+8
|
* Add Submodules & Update & FixedSaturneric2021-12-055-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.Saturneric2021-12-0536-17144/+26753
|
* UI Framework Modified.Saturneric2021-10-0235-0/+17144
|
* Continue to write core test code.Saturneric2021-09-122-3/+4
|
* Continue to optimize and improve the code.Saturneric2021-09-101-921/+1327
|
* Adjust the code structure.Saturneric2021-09-054-0/+7703
Introduce log library. Remove Qt from the core code.