aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/AboutDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-26feat: remove spdlog and clean up logsaturneric1-4/+0
2024-07-24feat: move out GnuPGTabsaturneric1-6/+0
2024-07-12feat: add some ui apis to sdksaturneric1-136/+10
2024-05-17fix: cannot show version in about tabsaturneric1-2/+2
2024-05-03fix: discard changes but text still remainssaturneric1-1/+1
2024-04-14feat: add a grt viewer and solve some issues in gnupg info tabsaturneric1-5/+1
2024-04-14fix: use qt designer placeholder instead of custom initializedsaturneric1-2/+2
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-24/+26
2024-04-11fix: find and solve some issues on module managementsaturneric1-11/+20
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-5/+5
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/+2
2024-02-24freat: update logo and iconssaturneric1-13/+8
2024-01-16fix: slove some issues and update translationssaturneric1-12/+3
2024-01-16refactor: remove libgettext from projectsaturneric1-43/+41
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-6/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-7/+7
2024-01-05feat: integrate logging api to coresaturneric1-6/+6
2023-11-29fix: repair gnupg info listing funtionSaturneric1-32/+23
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-3/+2
2023-10-25feat: moving gnupg info gathering logic to a new modulesaturneric1-8/+18
2023-10-25fix: solve some code tidy issuessaturneric1-0/+1
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric1-33/+45
2023-10-24feat: try to use GRT as a info exchange center of modules and uisaturneric1-21/+44
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-12fix: change gpgfrontend.pub to gpgfrontend.bktus.comSaturneric1-2/+2
2023-03-31fix: solve known ui issuesSaturneric1-1/+1
2023-03-30feat: add openssl build version at about tabSaturneric1-1/+4
2023-03-30fix: correct ui representationSaturneric1-3/+3
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-11feat: show checksums of all gnupg componentsSaturneric1-1/+1
2023-02-03feat: change the log style in source filesSaturneric1-2/+2
2023-01-07feat: add advanced gnupg operationsSaturneric1-1/+3
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-07-23feat(ui): add tab to show gnupg infoSaturneric1-10/+13
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+2
1. store window size and position 2. store icon size and style
2022-05-20fix: improve about dialog about version checkingSaturneric1-9/+10
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-1/+1
2022-03-13<fix>(ui): fix macro problemSaturneric1-1/+1
2022-03-13<fix>(ui): fix TRANSLATORS file not shown at debSaturneric1-17/+23
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-3/+3
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+1
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric1-37/+37
1. Rename related entities. 2. Add comments.
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-1/+1
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-0/+13
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
2022-01-03<fix, feature>(core, ui): version system upgrade.Saturneric1-19/+24
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-2/+2
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-07Fix bugs in macOS.Saturneric1-1/+1
2021-12-06Test & Improve UISaturneric1-29/+45