Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-22 | refactor(ui): adjust file structure | Saturneric | 1 | -550/+0 | |
2022-07-22 | feat(ui): use general main window and dialog class | Saturneric | 1 | -75/+26 | |
1. store window size and position 2. store icon size and style | |||||
2022-06-05 | fix: fix some issues | Saturneric | 1 | -78/+91 | |
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including | |||||
2022-05-21 | fix: solve key server import not working issues | Saturneric | 1 | -72/+47 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -7/+13 | |
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-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-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 | -1/+1 | |
2022-02-02 | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 1 | -20/+18 | |
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 | -146/+149 | |
1. tidy up ui. | |||||
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-12 | <refactor>(ui): Change Sync() to Sync Settings() | Saturneric | 1 | -1/+1 | |
2022-01-03 | <fix, feature>(core, ui): key package import. | Saturneric | 1 | -1/+1 | |
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done. | |||||
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 | -1/+1 | |
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 | Add Translate & Fix Bugs. | Saturneric | 1 | -2/+3 | |
2021-12-06 | Improve UI & Functions | Saturneric | 1 | -20/+10 | |
2021-12-04 | Fixed | Saturneric | 1 | -14/+38 | |
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n. | |||||
2021-12-02 | Fix and Modified. | Saturneric | 1 | -119/+172 | |
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules. | |||||
2021-12-02 | Modified & Improve | Saturneric | 1 | -2/+2 | |
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -40/+46 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-11-29 | Fix Known Bugs. | Saturneric | 1 | -7/+27 | |
1. Import Keys. 2. Import Keys From Server. 3. UID Management. | |||||
2021-11-28 | Can be compiled with minimal UI support. | Saturneric | 1 | -8/+10 | |
2021-10-02 | UI Framework Modified. | Saturneric | 1 | -384/+412 | |
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -2/+2 | |
2021-07-19 | Add simplified Chinese translation. | Saturneric | 1 | -5/+5 | |
Repair and adjustment. | |||||
2021-07-01 | Export Secret Key Fixed. | Saturneric | 1 | -2/+0 | |
Start Wizard Modified. Another Bugs Fixed. | |||||
2021-06-26 | Update release-ci.ymlv1.0.7 | Saturneric | 1 | -1/+1 | |
2021-06-26 | Update release-ci.yml | Saturneric | 1 | -1/+0 | |
2021-06-25 | Update CMakeLists.txt; | Saturneric | 1 | -2/+2 | |
Change Resource File Loading Path For macOS | |||||
2021-06-23 | UI Improved. | Saturneric | 1 | -11/+77 | |
Bugs Fixed. | |||||
2021-06-21 | Repair and improve the functions and UI related to the upload and update of ↵ | Saturneric | 1 | -47/+162 | |
the key server. Improve part of the UI description. Repair the problems in the project configuration file. | |||||
2021-06-19 | Improve project documents | Saturneric | 1 | -11/+5 | |
Continue to write ReadME Eliminate compile-time warnings Fix some problems | |||||
2021-06-09 | Do not clear the text when the decryption operation fails. | Saturneric | 1 | -4/+4 | |
Add decrypt and verify operation. Change the icon further. Fix the function of importing from the key server. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-21 | Change Project Name to GPGFrontend. | Saturneric | 1 | -14/+16 | |
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-12 | File Structure Modified. | Saturneric | 1 | -1/+1 | |
Change Headers and Source Files Name. Modified CMake Structure. | |||||
2021-05-12 | Srouce Files Tidy and Reform | Saturneric | 1 | -90/+79 | |