aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowUI.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-12<refactor, fix>(core, ui): Some tweaks and fixesSaturneric1-2/+3
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-57/+50
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-2/+2
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.Saturneric1-3/+3
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-4/+4
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-349/+361
1. tidy up main_window.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-5/+5
1. Rename related entities. 2. Add a comments.
2022-01-05<feature>(ui, project): start to add imap support.Saturneric1-0/+12
1. introduce vmime library. 2. add ReceiveMailDialog and related actions in MainWindowUI. 3. add git submodule vmime.
2022-01-03<feature>(ui): default sender gpg key settings in send mail.Saturneric1-0/+5
2022-01-02<refactor>(ui): Enhanced sending email function.Saturneric1-2/+2
2021-12-16Fixed Project Configure.Saturneric1-1/+4
2021-12-16Added & Improved & Fixed.Saturneric1-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.
2021-12-13Improve UI & Fixed.Saturneric1-30/+1
2021-12-06Test & Improve UISaturneric1-3/+12
2021-12-06Improve UI & FunctionsSaturneric1-7/+7
2021-12-05Improve UISaturneric1-12/+31
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-02Fix and Modified.Saturneric1-5/+25
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-01Add i18n SupportSaturneric1-106/+105
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-30Add & ModifiedSaturneric1-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.
2021-10-02UI Framework Modified.Saturneric1-410/+437
2021-07-14Repair and adjust code and modulesSaturneric1-22/+0
2021-07-12Project structure adjustment;Saturneric1-2/+12
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
2021-07-07UI Improvement;Saturneric1-2/+3
Update Documents;
2021-07-04Improve the access method and interface of fast file operationSaturneric1-1/+7
2021-07-04Adjust and improve the basic settings pageSaturneric1-4/+3
Other improvements
2021-06-27Add and improve file operation functions.Saturneric1-4/+4
2021-06-26Develop File Opera FunctionsSaturneric1-2/+2
2021-06-25Set as minor version updateSaturneric1-2/+2
2021-06-25Update Project Structure;Saturneric1-0/+456
Update Version; Add FilePage;