aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: avoid block when refreshing keysdev/2.0.6Saturneric2022-05-091-20/+24
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-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
* refactor: develop 2.0.6 startSaturneric2022-05-071-32/+7
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <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>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-2/+2
|
* <fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric2022-02-051-35/+43
| | | | | 1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-1/+1
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-5/+5
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-4/+4
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-2/+2
| | | | | | 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-16/+16
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-8/+8
| | | | 1. tidy up widgets.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-2/+2
| | | | 1. tidy up smtp.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-4/+4
| | | | | 1. Rename related entities. 2. Add a comments.
* <fixed, refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-1/+3
| | | | 1. make options changeable when init in sending email dialog.
* <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.
* Fixed bugs.Saturneric2021-12-201-0/+9
| | | | 1. Not not paint in main thread.
* Fixed & Improve.Saturneric2021-12-161-68/+67
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Fixed Known Problem.Saturneric2021-12-161-22/+29
|
* Fixed Project Configure.Saturneric2021-12-161-0/+2
|
* Added and Fixed Translation.Saturneric2021-12-161-1/+1
|
* Added & Improved & Fixed.Saturneric2021-12-161-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.
* Modified Core to Optimization & Fixed ProblemSaturneric2021-12-141-7/+6
| | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
* Add Translate & Fix Bugs.Saturneric2021-12-071-1/+36
|
* Improve UISaturneric2021-12-051-3/+1
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* FixedSaturneric2021-12-021-0/+43
| | | | 1. Fixed Known Issues.
* Fix and Modified.Saturneric2021-12-021-0/+46
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-3/+2
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Fix some known issues in basic operations and file operations.Saturneric2021-11-281-2/+5
|
* Can be compiled with minimal UI support.Saturneric2021-11-281-0/+80