aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowUI.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor, fix>(core, ui): Some tweaks and fixesSaturneric2022-03-121-2/+3
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-57/+50
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-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.Saturneric2022-01-231-3/+3
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-4/+4
| | | | 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-349/+361
| | | | 1. tidy up main_window.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-5/+5
| | | | | 1. Rename related entities. 2. Add a comments.
* <feature>(ui, project): start to add imap support.Saturneric2022-01-051-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.Saturneric2022-01-031-0/+5
|
* <refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-2/+2
|
* Fixed Project Configure.Saturneric2021-12-161-1/+4
|
* Added & Improved & Fixed.Saturneric2021-12-161-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.Saturneric2021-12-131-30/+1
|
* Test & Improve UISaturneric2021-12-061-3/+12
|
* Improve UI & FunctionsSaturneric2021-12-061-7/+7
|
* Improve UISaturneric2021-12-051-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.Saturneric2021-12-021-5/+25
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-106/+105
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Add & ModifiedSaturneric2021-11-301-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.Saturneric2021-10-021-410/+437
|
* Repair and adjust code and modulesSaturneric2021-07-141-22/+0
|
* Project structure adjustment;Saturneric2021-07-121-2/+12
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* UI Improvement;Saturneric2021-07-071-2/+3
| | | | Update Documents;
* Improve the access method and interface of fast file operationSaturneric2021-07-041-1/+7
|
* Adjust and improve the basic settings pageSaturneric2021-07-041-4/+3
| | | | Other improvements
* Add and improve file operation functions.Saturneric2021-06-271-4/+4
|
* Develop File Opera FunctionsSaturneric2021-06-261-2/+2
|
* Set as minor version updateSaturneric2021-06-251-2/+2
|
* Update Project Structure;Saturneric2021-06-251-0/+456
Update Version; Add FilePage;