Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-28 | fix: spelling mistakes | saturneric | 1 | -2/+2 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-04-30 | feat: improve functions and ui on module | saturneric | 1 | -1/+5 | |
2024-04-15 | feat: prefer to show module name instead of module id | saturneric | 1 | -9/+15 | |
2024-02-29 | feat: add prefix GF to all sdk and module symbols | saturneric | 1 | -0/+1 | |
2024-02-29 | feat: add module controller and continue to work on module system | saturneric | 1 | -21/+26 | |
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system | |||||
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -12/+0 | |
2023-12-04 | fix: common utils should be created before core initialization | saturneric | 1 | -0/+6 | |
2023-12-03 | feat: standarized and speed up app env loading process | saturneric | 1 | -0/+6 | |
2023-11-29 | feat: introduce cmd functions | saturneric | 1 | -2/+2 | |
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -8/+5 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-02-16 | fix: solve logging framework issues on windows | Saturneric | 1 | -0/+12 | |
2022-05-19 | perf: improve initialized and recover process | Saturneric | 1 | -2/+2 | |
1. init logging system 2. init ui 3. init main | |||||
2022-05-09 | feat: improve UI library's encapsulation | Saturneric | 1 | -1/+6 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -2/+3 | |
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations | |||||
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 1 | -7/+12 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-02-06 | <refactor>(src): Move and split the Global Settings Station | Saturneric | 1 | -2/+2 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
2022-02-02 | <doc, refactor>(src): Clean up the code and add comments | Saturneric | 1 | -1/+1 | |
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -0/+4 | |
1. tidy up src. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-13 | <chore>(project, resource, ci): fix ci of debug.yml & release.yml | Saturneric | 1 | -2/+2 | |
1. Adjust the ci configuration file for Linux, macOS and Windows. 2. Fixed the problem of OpenSSL under macOS. 3. Use atexit instead of on_exit to solve macOS compatibility issues. | |||||
2022-01-12 | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 1 | -2/+0 | |
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-09 | <fixed>(ui): fix SIGSEGV when closing. | Saturneric | 1 | -10/+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. | |||||
2021-12-16 | Fix problem on Windows. | Saturneric | 1 | -0/+4 | |
2021-12-16 | Fixed & Improve. | Saturneric | 1 | -3/+9 | |
1. Fixed Known Issues. 2. Improve UI. | |||||
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -5/+3 | |
2021-12-01 | Add i18n Support | Saturneric | 1 | -8/+4 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -0/+0 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-06-02 | Add and change the expiration date of the key pair. | Saturneric | 1 | -0/+14 | |
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]> |