aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-321/+0
| | | | | | 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.Saturneric2022-01-231-1/+1
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-10/+10
| | | | 1. tidy up widgets.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-37/+35
| | | | 1. tidy up main_window.
* <refactor, fix>(ui): Refactored settings object to fix issues.Saturneric2022-01-121-8/+8
| | | | | 1. Fixed the problem of duplicate storage of unnamed settings objects. 2. Rename the settings object.
* <refactor>(ui): Refactoring some settings based on encrypted object settings ↵Saturneric2022-01-121-120/+54
| | | | | | | interface. 1. Refactor the state settings about the main interface. 2. Refactor the settings about SMTP.
* <refactor>(ui): Change Sync() to Sync Settings()Saturneric2022-01-121-2/+2
|
* <refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric2022-01-121-1/+1
|
* <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric2022-01-041-6/+19
| | | | | | 1. fixed proxy settings ui. 2. fixed send mail settings ui. 3. fixed uncaught exception handling.
* <fix, feature>(core, ui): version system upgrade.Saturneric2022-01-031-6/+1
| | | | | | 1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
* <feature, refactor>(core, ui): Key package generate.Saturneric2022-01-031-1/+2
| | | | | | | | 1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.
* <refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-1/+1
|
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-0/+12
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
* Fixed & Improve.Saturneric2021-12-161-1/+1
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Added & Improved & Fixed.Saturneric2021-12-161-5/+7
| | | | | | | | | 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.
* Add Stable Restart from Exception FunctionSaturneric2021-12-131-12/+0
|
* Fixed & Modified & Added.Saturneric2021-12-121-1/+1
| | | | | | | | 1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs.
* Add Translate & Fix Bugs.Saturneric2021-12-071-0/+3
|
* Improve UISaturneric2021-12-051-12/+2
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* Add Submodules & Update & FixedSaturneric2021-12-051-3/+2
| | | | | | | | | 1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.
* Remove rapidjson and Improve update ploicy.Saturneric2021-12-051-3/+5
|
* FixedSaturneric2021-12-041-1/+1
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Fixed.Saturneric2021-12-021-4/+1
| | | | 1. Fixed known issue in File Operations.
* Fix and Modified.Saturneric2021-12-021-112/+116
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-6/+6
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Add & ModifiedSaturneric2021-11-301-82/+209
| | | | | | | 1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework.
* Can be compiled with minimal UI support.Saturneric2021-11-281-1/+4
|
* UI Framework Modified.Saturneric2021-10-021-0/+249