Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat: support resotring unsaved pages after a crash | Saturneric | 2023-07-13 | 1 | -0/+6 | |
| | ||||||
* | feat: support searching keys | Saturneric | 2023-07-13 | 1 | -4/+4 | |
| | ||||||
* | feat: support marking a key as favourite | Saturneric | 2023-07-13 | 1 | -3/+26 | |
| | ||||||
* | feat: simplify settings lookup | Saturneric | 2023-04-05 | 1 | -10/+3 | |
| | ||||||
* | fix: improve some parts that is not good | Saturneric | 2023-04-04 | 1 | -1/+1 | |
| | ||||||
* | feat: add gnupg controller | Saturneric | 2023-04-04 | 1 | -0/+9 | |
| | ||||||
* | feat: improve ui logic and menu operas in main window | Saturneric | 2023-03-31 | 1 | -7/+51 | |
| | ||||||
* | fix: improve ui of about menu | Saturneric | 2023-03-30 | 1 | -1/+1 | |
| | ||||||
* | feat: upgrade qt framework to 6.3 | Saturneric | 2023-02-11 | 1 | -8/+38 | |
| | ||||||
* | fix: solve open file issue in menu bar | saturneric | 2023-02-04 | 1 | -10/+13 | |
| | | | | | | 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: add advanced gnupg operations | Saturneric | 2023-01-07 | 1 | -1/+50 | |
| | | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | |||||
* | feat(ui): add tab to show gnupg info | Saturneric | 2022-07-23 | 1 | -1/+8 | |
| | ||||||
* | fix: improve settings dialog style on macOS | Saturneric | 2022-05-19 | 1 | -4/+7 | |
| | ||||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 1 | -32/+0 | |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | |||||
* | <refactor, fix>(core, ui): Some tweaks and fixes | Saturneric | 2022-03-12 | 1 | -2/+3 | |
| | ||||||
* | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 2022-02-02 | 1 | -57/+50 | |
| | | | | | 1. Use more modern ways. 2. Repair partial docking. | |||||
* | <refactor, style>(gpg, ui, project): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -2/+2 | |
| | | | | | | 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 | 1 | -3/+3 | |
| | | | | 1. tidy up ui. | |||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -4/+4 | |
| | | | | 1. tidy up widgets. | |||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 | |
| | ||||||
* | <refactor>(ui): tidy up codes and add comments. | Saturneric | 2022-01-22 | 1 | -349/+361 | |
| | | | | 1. tidy up main_window. | |||||
* | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 2022-01-15 | 1 | -5/+5 | |
| | | | | | 1. Rename related entities. 2. Add a comments. | |||||
* | <feature>(ui, project): start to add imap support. | Saturneric | 2022-01-05 | 1 | -0/+12 | |
| | | | | | | 1. introduce vmime library. 2. add ReceiveMailDialog and related actions in MainWindowUI. 3. add git submodule vmime. | |||||
* | <feature>(ui): default sender gpg key settings in send mail. | Saturneric | 2022-01-03 | 1 | -0/+5 | |
| | ||||||
* | <refactor>(ui): Enhanced sending email function. | Saturneric | 2022-01-02 | 1 | -2/+2 | |
| | ||||||
* | Fixed Project Configure. | Saturneric | 2021-12-16 | 1 | -1/+4 | |
| | ||||||
* | Added & Improved & Fixed. | Saturneric | 2021-12-16 | 1 | -13/+13 | |
| | | | | | | | | | Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed. | |||||
* | Improve UI & Fixed. | Saturneric | 2021-12-13 | 1 | -30/+1 | |
| | ||||||
* | Test & Improve UI | Saturneric | 2021-12-06 | 1 | -3/+12 | |
| | ||||||
* | Improve UI & Functions | Saturneric | 2021-12-06 | 1 | -7/+7 | |
| | ||||||
* | Improve UI | Saturneric | 2021-12-05 | 1 | -12/+31 | |
| | | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues. | |||||
* | Fix and Modified. | Saturneric | 2021-12-02 | 1 | -5/+25 | |
| | | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules. | |||||
* | Add i18n Support | Saturneric | 2021-12-01 | 1 | -106/+105 | |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
* | Add & Modified | Saturneric | 2021-11-30 | 1 | -0/+2 | |
| | | | | | | | 1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework. | |||||
* | UI Framework Modified. | Saturneric | 2021-10-02 | 1 | -410/+437 | |
| | ||||||
* | Repair and adjust code and modules | Saturneric | 2021-07-14 | 1 | -22/+0 | |
| | ||||||
* | Project structure adjustment; | Saturneric | 2021-07-12 | 1 | -2/+12 | |
| | | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents; | |||||
* | UI Improvement; | Saturneric | 2021-07-07 | 1 | -2/+3 | |
| | | | | Update Documents; | |||||
* | Improve the access method and interface of fast file operation | Saturneric | 2021-07-04 | 1 | -1/+7 | |
| | ||||||
* | Adjust and improve the basic settings page | Saturneric | 2021-07-04 | 1 | -4/+3 | |
| | | | | Other improvements | |||||
* | Add and improve file operation functions. | Saturneric | 2021-06-27 | 1 | -4/+4 | |
| | ||||||
* | Develop File Opera Functions | Saturneric | 2021-06-26 | 1 | -2/+2 | |
| | ||||||
* | Set as minor version update | Saturneric | 2021-06-25 | 1 | -2/+2 | |
| | ||||||
* | Update Project Structure; | Saturneric | 2021-06-25 | 1 | -0/+456 | |
Update Version; Add FilePage; |