aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: remove save keys checked functionsaturneric2024-01-081-42/+0
|
* feat: integrate logging api to coresaturneric2024-01-051-16/+16
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-021-0/+5
|
* fix: add set owner struct action in keymanager menusaturneric2023-12-021-11/+10
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-2/+1
|
* refactor: separate typedef and implsaturneric2023-11-071-1/+1
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-2/+1
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-251-1/+2
|
* fix: solve some code tidy issuessaturneric2023-10-251-0/+1
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-38/+36
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-1/+0
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-2/+1
|
* fix: improve headers including relationssaturneric2023-10-171-1/+1
|
* refactor: use piml tech to rewrite GlobalSettingsStationsaturneric2023-10-171-9/+11
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: support resotring unsaved pages after a crashSaturneric2023-07-131-2/+57
|
* feat: support searching keysSaturneric2023-07-131-2/+5
|
* feat: support marking a key as favouriteSaturneric2023-07-131-0/+5
|
* feat: simplify settings lookupSaturneric2023-04-051-32/+20
|
* feat: add gnupg controllerSaturneric2023-04-041-0/+5
|
* feat: improve ui logic and menu operas in main windowSaturneric2023-03-311-0/+6
|
* fix: reduce info level logsSaturneric2023-02-111-9/+7
|
* feat: change the log style in source filesSaturneric2023-02-031-18/+16
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-0/+25
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* feat(ui, core): add custom key db supportSaturneric2022-12-041-0/+6
| | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
* fix(ui): fix button style problemSaturneric2022-07-231-0/+3
|
* style(src): reformat codeSaturneric2022-07-221-3/+1
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-57/+1
| | | | | 1. store window size and position 2. store icon size and style
* fix: fix some issuesSaturneric2022-06-051-5/+4
| | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
* refactor: change version checking to taskSaturneric2022-05-201-11/+7
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-16/+2
| | | | 1. disable command line file arg input ability
* <refactor, fix>(core, ui): Some tweaks and fixesSaturneric2022-03-121-12/+23
|
* <feat, refactor>(src): Enable top encryption action menu in file modeSaturneric2022-02-131-2/+2
| | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <chore>(project, ci): Make the Windows platform pass the compilationSaturneric2022-02-051-2/+2
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-5/+5
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+321
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.