aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(ui): add tab to show gnupg infoSaturneric2022-07-231-0/+1
|
* refactor(ui): adjust file structureSaturneric2022-07-221-3/+3
|
* style(src): reformat codeSaturneric2022-07-221-3/+2
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-2/+7
| | | | | 1. store window size and position 2. store icon size and style
* refactor: change version checking to taskSaturneric2022-05-201-24/+22
|
* refactor: develop 2.0.6 startSaturneric2022-05-071-7/+0
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <feat, refactor>(src): Enable top encryption action menu in file modeSaturneric2022-02-131-2/+21
| | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-3/+3
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-4/+4
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-4/+4
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-6/+6
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+397
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.