Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: solve some issues | saturneric | 2023-02-04 | 1 | -1/+1 | |
| | | | | | 1. solve compile issues 2. improve log for cammand executor | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -12/+29 | |
| | ||||||
* | feat: handle application's exceptions and crash | Saturneric | 2022-05-20 | 1 | -29/+0 | |
| | ||||||
* | perf: improve initialized and recover process | Saturneric | 2022-05-19 | 1 | -20/+45 | |
| | | | | | | 1. init logging system 2. init ui 3. init main | |||||
* | feat: improve UI library's encapsulation | Saturneric | 2022-05-09 | 1 | -83/+1 | |
| | ||||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 1 | -54/+0 | |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | |||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -2/+2 | |
| | ||||||
* | <refactor>(src): Move and split the Global Settings Station | Saturneric | 2022-02-06 | 1 | -8/+8 | |
| | | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 1 | -4/+4 | |
| | ||||||
* | <doc, refactor>(src): Clean up the code and add comments | Saturneric | 2022-02-02 | 1 | -10/+18 | |
| | ||||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -0/+18 | |
| | | | | 1. tidy up src. | |||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 | |
| | ||||||
* | <fix>(project): support build on Windows. | Saturneric | 2022-01-14 | 1 | -1/+0 | |
| | | | | | 1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform. | |||||
* | <refactor>(ui): Change Sync() to Sync Settings() | Saturneric | 2022-01-12 | 1 | -1/+1 | |
| | ||||||
* | <fixed>(ui): fix SIGSEGV when closing. | Saturneric | 2022-01-09 | 1 | -13/+4 | |
| | | | | | | 1. Fixed the segfault problem when closing the program (problem with root certificate). 2. Added some code that is executed before the exit function is called, including releasing all the root certificates that have been loaded. 3. Optimized the preloading code of the root certificate. | |||||
* | <feature>(ui, project): load root certs. | Saturneric | 2022-01-05 | 1 | -2/+40 | |
| | | | | | | 1. add root certs file. 2. loading root certs at startup. 3. store certs in GlobalSettingStation. | |||||
* | Fixed & Improve. | Saturneric | 2021-12-16 | 1 | -0/+128 | |
1. Fixed Known Issues. 2. Improve UI. |