aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/GeneralMainWindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add SmartCardControllersaturneric2025-04-131-0/+3
|
* feat: improve ui logic and support more email operationssaturneric2024-11-271-6/+10
|
* feat: simplify loggingsaturneric2024-07-301-2/+2
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: adjust min size of main window and key managementsaturneric2024-07-281-3/+3
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-37/+2
|
* fix: set min size of key mnt and another main windowsaturneric2024-05-031-2/+1
|
* fix: min size of main windows is 640 * 480saturneric2024-05-031-7/+10
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-3/+3
|
* fix: add general main window rect state fallback logicsaturneric2024-01-301-3/+85
|
* fix: main windows is too smallsaturneric2024-01-231-0/+3
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-151-56/+32
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-14/+13
|
* feat: integrate logging api to coresaturneric2024-01-051-10/+13
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-1/+1
| | | | upgrade notification
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: support resotring unsaved pages after a crashSaturneric2023-07-131-0/+4
|
* fix: reduce info level logsSaturneric2023-02-111-9/+5
|
* feat: change the log style in source filesSaturneric2023-02-031-10/+9
|
* fix: record the actural sizeSaturneric2022-11-261-0/+3
| | | | 1. record the actural size of dialogs and main windows when they are closing
* fix(ui): fix user feedback issues.Saturneric2022-09-031-5/+38
| | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* fix(ui): fix button style problemSaturneric2022-07-231-9/+18
|
* fix(ui): fix signer picker and other issuesSaturneric2022-07-221-6/+6
| | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* feat(ui): use general main window and dialog classSaturneric2022-07-221-0/+126
1. store window size and position 2. store icon size and style