Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -11/+7 | |
2024-07-12 | feat: improve the project structure | saturneric | 1 | -0/+0 | |
2024-02-29 | feat: add prefix GF to all sdk and module symbols | saturneric | 1 | -6/+6 | |
2024-02-28 | feat: upgrade module system | saturneric | 1 | -3/+14 | |
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it | |||||
2024-01-05 | feat: improve tool menus and icons | saturneric | 1 | -4/+0 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -57/+1 | |
2023-12-03 | feat: standarized and speed up app env loading process | saturneric | 1 | -1/+9 | |
2023-12-03 | feat: general improvements of aync execution and memory security | saturneric | 1 | -4/+7 | |
2023-11-29 | feat: introduce cmd functions | saturneric | 1 | -6/+3 | |
2023-10-23 | fix: solve some issues on log system | saturneric | 1 | -8/+6 | |
2023-10-23 | feat: improve project structure and add GRT for modules | saturneric | 1 | -24/+12 | |
2023-10-18 | fix: solve a build issue at release mode | saturneric | 1 | -1/+1 | |
2023-10-17 | refactor: move module system to core and make it work | saturneric | 1 | -4/+7 | |
2023-10-17 | fix: slove compile issues | saturneric | 1 | -4/+4 | |
2023-10-17 | refactor: change plugin system to module system | saturneric | 1 | -17/+19 | |
2023-10-16 | refactor: use c++17 features and piml tech to rewrite DataObject and Task | saturneric | 1 | -5/+3 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-10-15 | feat: start to add plugin system and do some improve on project configuration | saturneric | 1 | -47/+31 | |
2023-04-05 | feat: simplify settings lookup | Saturneric | 1 | -20/+9 | |
2023-04-04 | feat: improve init progress | Saturneric | 1 | -18/+16 | |
2023-02-25 | fix: solve codacy issues | Saturneric | 1 | -1/+1 | |
2023-02-16 | fix: solve logging framework issues on windows | Saturneric | 1 | -0/+22 | |
2023-02-11 | freat: allow to change gnupg install path | Saturneric | 1 | -0/+39 | |
2023-02-06 | fix: sovle a compile issue in macOS | Saturneric | 1 | -1/+1 | |
2023-02-04 | fix: solve open file issue in menu bar | saturneric | 1 | -2/+6 | |
1. add flush policy for logger 2. seperate the name of each logger 3. replace the old open file logic with the new one when click the button on the menu bar | |||||
2023-02-04 | fix: solve some issues | saturneric | 1 | -1/+1 | |
1. solve compile issues 2. improve log for cammand executor | |||||
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -12/+29 | |
2022-05-20 | feat: handle application's exceptions and crash | Saturneric | 1 | -29/+0 | |
2022-05-19 | perf: improve initialized and recover process | Saturneric | 1 | -20/+45 | |
1. init logging system 2. init ui 3. init main | |||||
2022-05-09 | feat: improve UI library's encapsulation | Saturneric | 1 | -83/+1 | |
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -54/+0 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-03-19 | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 1 | -2/+2 | |
2022-02-06 | <refactor>(src): Move and split the Global Settings Station | Saturneric | 1 | -8/+8 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
2022-02-05 | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 1 | -4/+4 | |
2022-02-02 | <doc, refactor>(src): Clean up the code and add comments | Saturneric | 1 | -10/+18 | |
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -0/+18 | |
1. tidy up src. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-14 | <fix>(project): support build on Windows. | Saturneric | 1 | -1/+0 | |
1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform. | |||||
2022-01-12 | <refactor>(ui): Change Sync() to Sync Settings() | Saturneric | 1 | -1/+1 | |
2022-01-09 | <fixed>(ui): fix SIGSEGV when closing. | Saturneric | 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. | |||||
2022-01-05 | <feature>(ui, project): load root certs. | Saturneric | 1 | -2/+40 | |
1. add root certs file. 2. loading root certs at startup. 3. store certs in GlobalSettingStation. | |||||
2021-12-16 | Fixed & Improve. | Saturneric | 1 | -130/+1 | |
1. Fixed Known Issues. 2. Improve UI. | |||||
2021-12-14 | Modified Core to Optimization & Fixed Problem | Saturneric | 1 | -0/+3 | |
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem | |||||
2021-12-13 | Improve UI & Fixed. | Saturneric | 1 | -12/+48 | |
2021-12-13 | Add Stable Restart from Exception Function | Saturneric | 1 | -10/+32 | |
2021-12-12 | Fixed & Modified & Added. | Saturneric | 1 | -1/+4 | |
1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs. | |||||
2021-12-08 | Update Project Config | Saturneric | 1 | -3/+3 | |
1. Fixed Multi Language in Ubuntu. | |||||
2021-12-08 | Fixed Multi Language Problem on Windows. | Saturneric | 1 | -2/+21 | |
2021-12-08 | Fix retina screen problem | Saturneric | 1 | -0/+5 | |
2021-12-08 | Modified Project Configure & Update CI & Stable UI. | Saturneric | 1 | -1/+1 | |