aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-22refactor(ui): adjust file structureSaturneric2-402/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric2-2/+4
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-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
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, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
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.Saturneric2-12/+20
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric2-48/+86
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.Saturneric2-20/+27
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 UISaturneric2-33/+46
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.Saturneric2-47/+18
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric2-47/+18
2021-12-02Fixed.Saturneric2-129/+0
1. Fixed known issue in File Operations.
2021-12-02Modified & ImproveSaturneric1-6/+6
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
2021-12-01Add i18n SupportSaturneric4-50/+52
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric4-189/+366
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-08-10Split some source files that are too large.Saturneric1-3/+23
2021-07-19Improved and Modified.Saturneric2-0/+12
2021-07-12Project structure adjustment;Saturneric2-0/+258
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;