Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
12 days | fix: testing and solve bugs found | saturneric | 1 | -1/+0 | |
12 days | feat: support key groups | saturneric | 1 | -8/+6 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -3/+3 | |
2024-12-03 | fix: compiler warnings | saturneric | 1 | -3/+2 | |
2024-10-26 | fix: test basic operations of multi key db and solve issues | saturneric | 1 | -28/+34 | |
2024-08-05 | fix: key server adding or switching is actually not working | saturneric | 1 | -5/+6 | |
2024-07-30 | feat: simplify logging | saturneric | 1 | -1/+1 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-07-26 | feat: remove spdlog and clean up log | saturneric | 1 | -3/+1 | |
2024-04-12 | feat: add auto activate function and optimums for some structures | saturneric | 1 | -2/+2 | |
2024-02-29 | feat: add module controller and continue to work on module system | saturneric | 1 | -2/+3 | |
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system | |||||
2024-02-26 | feat: add user agent header when doing http request | saturneric | 1 | -0/+2 | |
2024-01-23 | feat: add a setting to enable gpgme debug log | saturneric | 1 | -2/+2 | |
2024-01-17 | fix: find and slove some bugs | saturneric | 1 | -9/+15 | |
2024-01-16 | refactor: remove libgettext from project | saturneric | 1 | -7/+7 | |
2024-01-15 | feat: use qt json support components in data object and infos gathering module | saturneric | 1 | -27/+3 | |
2024-01-12 | refactor: use QString instead of std::string and improve threading system | saturneric | 1 | -20/+19 | |
2024-01-11 | feat: improve api and ui of keys import and export | saturneric | 1 | -10/+23 | |
2024-01-05 | feat: integrate logging api to core | saturneric | 1 | -6/+6 | |
2023-12-03 | feat: general improvements of aync execution and memory security | saturneric | 1 | -1/+1 | |
2023-11-07 | style: tidy up core/model | saturneric | 1 | -4/+4 | |
2023-11-07 | refactor: separate typedef and impl | saturneric | 1 | -0/+1 | |
2023-10-25 | fix: solve some code tidy issues | saturneric | 1 | -1/+2 | |
2023-10-16 | refactor: use c++17 features and piml tech to rewrite DataObject and Task | saturneric | 1 | -1/+1 | |
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 | -0/+1 | |
2023-02-11 | fix: reduce info level logs | Saturneric | 1 | -5/+5 | |
2023-02-03 | feat: change the log style in source files | Saturneric | 1 | -8/+6 | |
2022-09-03 | fix(ui): fix user feedback issues. | Saturneric | 1 | -19/+31 | |
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification. | |||||
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -0/+0 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -3/+5 | |
1. store window size and position 2. store icon size and style | |||||
2022-02-06 | <refactor>(src): Move and split the Global Settings Station | Saturneric | 1 | -1/+1 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 1 | -2/+2 | |
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -2/+2 | |
2022-02-02 | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 1 | -1/+1 | |
1. Use more modern ways. 2. Repair partial docking. | |||||
2022-01-23 | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 1 | -1/+1 | |
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | |||||
2022-01-23 | <refactor>(ui): tidy up codes and comments. | Saturneric | 1 | -7/+7 | |
1. tidy up ui. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -1/+1 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -4/+2 | |
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct. | |||||
2021-12-07 | Fix Bugs on KeyUploadDialog | Saturneric | 1 | -7/+22 | |
2021-12-07 | Add Translate & Fix Bugs. | Saturneric | 1 | -5/+5 | |
2021-12-02 | Modified & Improve | Saturneric | 1 | -3/+3 | |
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -7/+7 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-28 | Can be compiled with minimal UI support. | Saturneric | 1 | -5/+6 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -82/+93 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -1/+1 | |
2021-08-10 | Add Functions: | Saturneric | 1 | -2/+0 | |
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation | |||||
2021-07-07 | UI Improvement; | Saturneric | 1 | -0/+4 | |
Update Documents; | |||||
2021-07-01 | Export Secret Key Fixed. | Saturneric | 1 | -22/+23 | |
Start Wizard Modified. Another Bugs Fixed. |