Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-30 | feat: simplify logging | saturneric | 1 | -2/+2 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -13/+6 | |
2024-01-15 | feat: upgrade threading system and make it clearer | saturneric | 1 | -15/+12 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -12/+33 | |
2024-01-05 | fix: slove a multi-threads issue at task model | saturneric | 1 | -59/+7 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -16/+20 | |
2023-12-30 | feat: do not load entire data to memory in libarchive operations | saturneric | 1 | -10/+73 | |
2023-12-28 | feat: add simple archiving functions for encrypt and decrypt | saturneric | 1 | -5/+3 | |
2023-12-16 | fix: use secure memory management at impl class | saturneric | 1 | -1/+2 | |
2023-12-15 | fix: slove threading and memory issues | saturneric | 1 | -3/+12 | |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -2/+0 | |
2023-10-25 | fix: solve some code tidy issues | saturneric | 1 | -1/+0 | |
2023-10-23 | fix: solve some issues on log system | saturneric | 1 | -0/+6 | |
2023-10-23 | feat: improve project structure and add GRT for modules | saturneric | 1 | -1/+2 | |
2023-10-19 | fix: improve the stability of thread system | saturneric | 1 | -16/+26 | |
2023-10-18 | feat: using pool for concurrent executions, not stable yet | saturneric | 1 | -15/+11 | |
2023-10-18 | feat: simplify the thread system and improve its stability | saturneric | 1 | -103/+54 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -3/+5 | |
2023-02-18 | feat: implement concurrent task in a proper way | Saturneric | 1 | -27/+22 | |
2023-02-18 | fix: improve the task execution model | Saturneric | 1 | -33/+65 | |
2023-02-17 | feat: improve task execute system | Saturneric | 1 | -17/+28 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -1/+1 | |
2023-02-11 | feat: reduce logs | Saturneric | 1 | -2/+2 | |
2023-02-07 | feat: use custom password dialog now | Saturneric | 1 | -0/+6 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -14/+11 | |
2023-01-07 | feat: add advanced gnupg operations | Saturneric | 1 | -3/+4 | |
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | |||||
2022-11-26 | feat: support generate ecc key | Saturneric | 1 | -5/+4 | |
1. support elliptische kurve nist | |||||
2022-05-20 | feat: track pending tasks in task runner system | Saturneric | 1 | -4/+25 | |
2022-05-19 | refactor: change log level for task system | Saturneric | 1 | -7/+7 | |
2022-05-14 | feat(core): upgrade task runner system. | Saturneric | 1 | -5/+23 | |
2022-05-13 | feat: add a simple TaskRunner system | Saturneric | 1 | -21/+33 | |
1. solve multiple threads problem. | |||||
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -2/+2 | |
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 | -5/+9 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -1/+1 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -3/+3 | |
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. tidy up ui. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -2/+2 | |
1. tidy up thread. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -4/+6 | |
2022-01-12 | <refactor>(ui): Adjust src/ui/function to src/ui/thread | Saturneric | 1 | -0/+0 | |
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -0/+4 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-20 | Fixed bugs. | Saturneric | 1 | -28/+20 | |
1. Not not paint in main thread. | |||||
2021-12-02 | Fixed. | Saturneric | 1 | -10/+10 | |
1. Fixed known issue in File Operations. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -2/+2 | |
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 | -15/+15 | |
2021-08-10 | Split some source files that are too large. | Saturneric | 1 | -3/+23 | |
2021-07-12 | Project structure adjustment; | Saturneric | 1 | -0/+32 | |
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents; |