aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/GeneralDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-13feat: add SmartCardControllersaturneric1-0/+3
2024-07-30feat: simplify loggingsaturneric1-2/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-37/+2
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-2/+2
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-13/+19
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-12/+14
2024-01-05feat: integrate logging api to coresaturneric1-27/+29
2023-10-25fix: solve some code tidy issuessaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-4/+5
2023-07-14fix: slove border issues at GernalDialogdev/2.1.0/mainSaturneric1-9/+15
2023-07-14fix: slove position and size resotre issuesSaturneric1-82/+102
2023-03-31fix: improve general dialog position representationSaturneric1-45/+59
2023-02-11fix: reduce info level logsSaturneric1-12/+11
2023-02-03feat: change the log style in source filesSaturneric1-19/+13
2022-11-26fix: record the actural sizeSaturneric1-2/+36
1. record the actural size of dialogs and main windows when they are closing
2022-09-03fix(ui): fix user feedback issues.Saturneric1-2/+55
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
2022-07-22fix(ui): fix signer picker and other issuesSaturneric1-8/+9
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-07-22feat(ui): use general main window and dialog classSaturneric1-0/+87
1. store window size and position 2. store icon size and style