aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-09fix: avoid block when refreshing keysdev/2.0.6Saturneric1-20/+24
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-63/+102
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
2022-05-07refactor: develop 2.0.6 startSaturneric1-32/+7
1. delete smtp ability 2. change libs link type to dramatic
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-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-2/+2
2022-02-05<fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric1-35/+43
1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-5/+5
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-4/+4
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-2/+2
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-16/+16
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-8/+8
1. tidy up widgets.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-2/+2
1. tidy up smtp.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-4/+4
1. Rename related entities. 2. Add a comments.
2022-01-02<fixed, refactor>(ui): Enhanced sending email function.Saturneric1-1/+3
1. make options changeable when init in sending email dialog.
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-20Fixed bugs.Saturneric1-0/+9
1. Not not paint in main thread.
2021-12-16Fixed & Improve.Saturneric1-68/+67
1. Fixed Known Issues. 2. Improve UI.
2021-12-16Fixed Known Problem.Saturneric1-22/+29
2021-12-16Fixed Project Configure.Saturneric1-0/+2
2021-12-16Added and Fixed Translation.Saturneric1-1/+1
2021-12-16Added & Improved & Fixed.Saturneric1-17/+126
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-7/+6
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-07Add Translate & Fix Bugs.Saturneric1-1/+36
2021-12-05Improve UISaturneric1-3/+1
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-02FixedSaturneric1-0/+43
1. Fixed Known Issues.
2021-12-02Fix and Modified.Saturneric1-0/+46
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-01Add i18n SupportSaturneric1-3/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Fix some known issues in basic operations and file operations.Saturneric1-2/+5
2021-11-28Can be compiled with minimal UI support.Saturneric1-0/+80