aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2021-12-05Add Submodules & Update & FixedSaturneric1-1/+1
1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric1-45/+15
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric1-45/+15
2021-12-01Add i18n SupportSaturneric1-44/+45
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-157/+178
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-08-25Update Documents.Saturneric1-0/+2
Fix Some Bugs.
2021-08-19Bugs Fixed; Improve Functions;Saturneric1-8/+5
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-17/+22
2021-07-19Improved and Modified.Saturneric1-0/+7
2021-07-12Project structure adjustment;Saturneric1-0/+208
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;