Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: improve ui | Saturneric | 2023-07-14 | 1 | -6/+1 |
| | |||||
* | fix: solve a compile issue on windows platform | Saturneric | 2023-07-13 | 1 | -2/+3 |
| | |||||
* | feat: support resotring unsaved pages after a crash | Saturneric | 2023-07-13 | 2 | -12/+70 |
| | |||||
* | feat: support searching keys | Saturneric | 2023-07-13 | 2 | -14/+89 |
| | |||||
* | feat: support marking a key as favourite | Saturneric | 2023-07-13 | 2 | -2/+41 |
| | |||||
* | feat: support owner trust level settings of gpg key | Saturneric | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | feat: support opening file with system default app | Saturneric | 2023-07-12 | 2 | -0/+26 |
| | |||||
* | feat: simplify settings lookup | Saturneric | 2023-04-05 | 2 | -20/+18 |
| | |||||
* | feat: improve ui when gnupg is offline | Saturneric | 2023-03-31 | 1 | -3/+17 |
| | |||||
* | fix: disable text cache in release mode | Saturneric | 2023-03-30 | 1 | -0/+2 |
| | |||||
* | fix: improve the task execution model | Saturneric | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 5 | -36/+30 |
| | |||||
* | fix: solve bugs in subkey generation | Saturneric | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | feat: add cache recovery function | saturneric | 2023-02-04 | 2 | -2/+68 |
| | |||||
* | fix: solve open file issue in menu bar | saturneric | 2023-02-04 | 2 | -31/+3 |
| | | | | | | 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 | ||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 5 | -38/+37 |
| | |||||
* | feat: support generate ecc key | Saturneric | 2022-11-26 | 1 | -5/+2 |
| | | | | 1. support elliptische kurve nist | ||||
* | fix(core, ui): delete some unnecessary logs | Saturneric | 2022-09-03 | 1 | -6/+0 |
| | |||||
* | fix(ui): fix user feedback issues. | Saturneric | 2022-09-03 | 4 | -5/+18 |
| | | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification. | ||||
* | fix(ui): fix signer picker and other issues | Saturneric | 2022-07-22 | 2 | -140/+0 |
| | | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package" | ||||
* | refactor(ui): adjust file structure | Saturneric | 2022-07-22 | 3 | -3/+3 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 4 | -7/+7 |
| | |||||
* | fix: solve general problems for compiling | Saturneric | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | fix: solve codacy issues | Saturneric | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 4 | -59/+60 |
| | | | | 1. solve multiple threads problem. | ||||
* | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 2022-05-12 | 1 | -1/+4 |
| | |||||
* | feat(ui): support .pgp extension | Saturneric | 2022-05-12 | 1 | -15/+20 |
| | |||||
* | feat(ui): more advanced charset functions | Saturneric | 2022-05-12 | 3 | -55/+136 |
| | | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations | ||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 1 | -13/+11 |
| | | | | | | | | 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 | ||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 2 | -30/+10 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 5 | -43/+78 |
| | |||||
* | <fix>(ui): Fix crash after opening a PlainTextEditorPage | Saturneric | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 2 | -22/+46 |
| | | | | 1. Convert folders to archive format for processing | ||||
* | <feat, refactor>(ui, core): Transfer file hash calculation logic to core | Saturneric | 2022-02-13 | 1 | -46/+3 |
| | | | | 1. show file size | ||||
* | <feat, refactor>(src): Cancel the operation of the file through the ↵ | Saturneric | 2022-02-13 | 2 | -98/+0 |
| | | | | right-click menu | ||||
* | <feat, refactor>(src): Enable top encryption action menu in file mode | Saturneric | 2022-02-13 | 1 | -12/+51 |
| | | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode | ||||
* | <fix>(ui): Adapt some settings transferred to the data object | Saturneric | 2022-02-07 | 1 | -8/+3 |
| | |||||
* | <refactor>(src): Move and split the Global Settings Station | Saturneric | 2022-02-06 | 2 | -4/+4 |
| | | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | ||||
* | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2022-02-06 | 3 | -3/+3 |
| | |||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 3 | -14/+12 |
| | |||||
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 6 | -7/+7 |
| | |||||
* | <chore>(project): add and separate third party code | Saturneric | 2022-02-03 | 1 | -15/+16 |
| | | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src | ||||
* | <refactor>(src, test): Normalize the naming of partial classes | Saturneric | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 2022-02-02 | 8 | -38/+43 |
| | | | | | 1. Use more modern ways. 2. Repair partial docking. | ||||
* | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 2022-01-23 | 7 | -199/+219 |
| | | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 5 | -8/+8 |
| | | | | 1. tidy up ui. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 21 | -987/+1399 |
| | | | | 1. tidy up widgets. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -2/+2 |
| | | | | 1. tidy up thread. | ||||
* | <license, style>(src): Modify the license statement. | Saturneric | 2022-01-22 | 1 | -14/+21 |
| | | | | 1. Modify the original license statement in the header of the HelpPage.h file. |