aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowUI.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: support resotring unsaved pages after a crashSaturneric2023-07-131-0/+6
|
* feat: support searching keysSaturneric2023-07-131-4/+4
|
* feat: support marking a key as favouriteSaturneric2023-07-131-3/+26
|
* feat: simplify settings lookupSaturneric2023-04-051-10/+3
|
* fix: improve some parts that is not goodSaturneric2023-04-041-1/+1
|
* feat: add gnupg controllerSaturneric2023-04-041-0/+9
|
* feat: improve ui logic and menu operas in main windowSaturneric2023-03-311-7/+51
|
* fix: improve ui of about menuSaturneric2023-03-301-1/+1
|
* feat: upgrade qt framework to 6.3Saturneric2023-02-111-8/+38
|
* fix: solve open file issue in menu barsaturneric2023-02-041-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 operationsSaturneric2023-01-071-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 infoSaturneric2022-07-231-1/+8
|
* fix: improve settings dialog style on macOSSaturneric2022-05-191-4/+7
|
* refactor: develop 2.0.6 startSaturneric2022-05-071-32/+0
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <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;