aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyUploadDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-1/+1
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-4/+2
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-07Fix Bugs on KeyUploadDialogSaturneric1-7/+22
2021-12-07Add Translate & Fix Bugs.Saturneric1-5/+5
2021-12-02Modified & ImproveSaturneric1-3/+3
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
2021-12-01Add i18n SupportSaturneric1-7/+7
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-5/+6
2021-10-02UI Framework Modified.Saturneric1-82/+93
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-08-10Add Functions:Saturneric1-2/+0
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
2021-07-07UI Improvement;Saturneric1-0/+4
Update Documents;
2021-07-01Export Secret Key Fixed.Saturneric1-22/+23
Start Wizard Modified. Another Bugs Fixed.
2021-06-26Update release-ci.ymlSaturneric1-1/+1
2021-06-25Update CMakeLists.txt;Saturneric1-1/+1
Change Resource File Loading Path For macOS
2021-06-23UI Improved.Saturneric1-0/+125
Bugs Fixed.