aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-1/+1
|
* <fix>(ui): fix macro problemSaturneric2022-03-131-1/+1
|
* <fix>(ui): fix TRANSLATORS file not shown at debSaturneric2022-03-131-17/+23
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-3/+3
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | 1. tidy up thread.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric2022-01-151-37/+37
| | | | | 1. Rename related entities. 2. Add comments.
* <refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric2022-01-121-1/+1
|
* <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric2022-01-041-0/+13
| | | | | | | 1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
* <fix, feature>(core, ui): version system upgrade.Saturneric2022-01-031-19/+24
| | | | | | 1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
* <refactor, fixed, test>(core, ui): add & modify core and uiSaturneric2022-01-021-2/+2
| | | | | | 1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
* Fix bugs in macOS.Saturneric2021-12-071-1/+1
|
* Test & Improve UISaturneric2021-12-061-29/+45
|
* Add Submodules & Update & FixedSaturneric2021-12-051-1/+1
| | | | | | | | | 1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.
* Remove rapidjson and Improve update ploicy.Saturneric2021-12-051-45/+15
|
* Merge branch 'main' into developSaturn&Eric2021-12-051-1/+1
|\ | | | | | | | | | | | | 1. Fix issues noticed by codacy. 2. Fix CI Configure Files. 3. Modified Porject Configuration. 4. Fixed Error in Source Code.
* \ Merge branch 'develop-ci' into developSaturneric2021-12-051-154/+175
|\ \ | |/ |/|
| * Add i18n SupportSaturneric2021-12-011-44/+45
| | | | | | | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
| * UI Framework Modified.Saturneric2021-10-021-157/+178
| |
| * Start to rewrite gpg core.Saturneric2021-08-291-1/+1
| |
* | Update Documents.Saturneric2021-08-251-0/+2
|/ | | | Fix Some Bugs.
* Bugs Fixed; Improve Functions;Saturneric2021-08-191-8/+5
|
* Bugs Fixed; Improve Functions;Saturneric2021-08-151-17/+22
|
* Improved and Modified.Saturneric2021-07-191-0/+7
|
* Project structure adjustment;Saturneric2021-07-121-0/+208
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;