aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendApplication.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: qt5 build issuessaturneric2024-12-021-5/+11
|
* feat: improve version optionsaturneric2024-11-221-1/+0
|
* feat: set a better display name under developing and testingsaturneric2024-11-211-2/+3
|
* feat: distinguish between develop, unstable and release versionssaturneric2024-11-211-5/+14
|
* feat: simplify loggingsaturneric2024-07-301-2/+2
|
* fix: use standard os detection macrosaturneric2024-07-301-1/+1
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-2/+2
|
* fix: cannot show version in about tabsaturneric2024-05-171-1/+1
|
* refactor: remove qt6 core5compat dependenciessaturneric2024-03-011-5/+0
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-5/+7
| | | | | | 1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
* fix: improve icons and logo stylesaturneric2024-02-251-2/+3
|
* refactor: remove libgettext from projectsaturneric2024-01-161-12/+13
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-4/+6
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-7/+0
|
* feat: integrate logging api to coresaturneric2024-01-051-6/+8
|
* refactor: improve the structure of main,core and test modulesaturneric2023-12-131-19/+0
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-021-0/+4
|
* fix: improve the stability of thread systemsaturneric2023-10-191-3/+2
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-3/+5
|
* refactor: use piml tech to rewrite GlobalSettingsStationsaturneric2023-10-171-0/+3
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* feat: add log for debugSaturneric2023-03-301-0/+2
|
* fix: reduce info level logsSaturneric2023-02-111-2/+2
|
* feat: upgrade qt framework to 6.3Saturneric2023-02-111-5/+2
|
* feat: change the log style in source filesSaturneric2023-02-031-2/+2
|
* style(src): reformat codeSaturneric2022-07-221-2/+1
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-1/+0
| | | | | 1. store window size and position 2. store icon size and style
* fix(ui): fix crash when start app.Saturneric2022-06-011-2/+7
|
* fix(ui): there is possible null pointer dereferenceSaturneric2022-05-201-1/+1
|
* feat: handle application's exceptions and crashSaturneric2022-05-201-0/+94