aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help (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>(src): rename the gpg directory to coreSaturneric2022-02-041-1/+1
|
* <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, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <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-222-12/+20
|
* <doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric2022-01-152-48/+86
| | | | | 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-032-20/+27
| | | | | | 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-062-33/+46
|
* 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-052-47/+18
|
* 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-053-229/+278
|\ \ | |/ |/|
| * Fixed.Saturneric2021-12-022-129/+0
| | | | | | | | 1. Fixed known issue in File Operations.
| * Modified & ImproveSaturneric2021-12-021-6/+6
| | | | | | | | | | | | 1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
| * Add i18n SupportSaturneric2021-12-014-50/+52
| | | | | | | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
| * UI Framework Modified.Saturneric2021-10-024-189/+366
| |
| * 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
|
* Split some source files that are too large.Saturneric2021-08-101-3/+23
|
* Improved and Modified.Saturneric2021-07-192-0/+12
|
* Project structure adjustment;Saturneric2021-07-122-0/+258
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;