aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendApplication.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-02fix: qt5 build issuessaturneric1-5/+11
2024-11-22feat: improve version optionsaturneric1-1/+0
2024-11-21feat: set a better display name under developing and testingsaturneric1-2/+3
2024-11-21feat: distinguish between develop, unstable and release versionssaturneric1-5/+14
2024-07-30feat: simplify loggingsaturneric1-2/+2
2024-07-30fix: use standard os detection macrosaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-2/+2
2024-05-17fix: cannot show version in about tabsaturneric1-1/+1
2024-03-01refactor: remove qt6 core5compat dependenciessaturneric1-5/+0
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-5/+7
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-25fix: improve icons and logo stylesaturneric1-2/+3
2024-01-16refactor: remove libgettext from projectsaturneric1-12/+13
2024-01-15refactor: remove libconfig++ form projectsaturneric1-4/+6
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-7/+0
2024-01-05feat: integrate logging api to coresaturneric1-6/+8
2023-12-13refactor: improve the structure of main,core and test modulesaturneric1-19/+0
2023-12-02feat: add buddled qt pinentry and make it workssaturneric1-0/+4
2023-10-19fix: improve the stability of thread systemsaturneric1-3/+2
2023-10-18feat: simplify the thread system and improve its stabilitysaturneric1-3/+5
2023-10-17refactor: use piml tech to rewrite GlobalSettingsStationsaturneric1-0/+3
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-03-30feat: add log for debugSaturneric1-0/+2
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-5/+2
2023-02-03feat: change the log style in source filesSaturneric1-2/+2
2022-07-22style(src): reformat codeSaturneric1-2/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+0
1. store window size and position 2. store icon size and style
2022-06-01fix(ui): fix crash when start app.Saturneric1-2/+7
2022-05-20fix(ui): there is possible null pointer dereferenceSaturneric1-1/+1
2022-05-20feat: handle application's exceptions and crashSaturneric1-0/+94