aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotFunction.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* <refactor, fixed, test>(core, ui): add & modify core and uiSaturneric2022-01-021-1/+1
| | | | | | 1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-1/+1
| | | | | | | | | | | 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.
* Added & Improved & Fixed.Saturneric2021-12-161-42/+7
| | | | | | | | | 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.
* SMTP Support Added.Saturneric2021-12-141-2/+20
|
* Modified Core to Optimization & Fixed ProblemSaturneric2021-12-141-4/+4
| | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
* Fixed & Modified & Added.Saturneric2021-12-121-30/+46
| | | | | | | | 1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs.
* Add Translate & Fix Bugs.Saturneric2021-12-071-19/+11
|
* Test & Improve UISaturneric2021-12-061-1/+1
|
* Improve UI & FunctionsSaturneric2021-12-061-13/+24
|
* Improve UISaturneric2021-12-051-337/+300
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* Remove rapidjson and Improve update ploicy.Saturneric2021-12-051-9/+6
|
* Fixed.Saturneric2021-12-021-9/+13
| | | | 1. Fixed known issue in File Operations.
* Fix and Modified.Saturneric2021-12-021-1/+1
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-76/+80
| | | | | | 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-8/+6
|
* Can be compiled with minimal UI support.Saturneric2021-11-281-309/+269
|
* UI Framework Modified.Saturneric2021-10-021-440/+457
|
* Start to rewrite gpg core.Saturneric2021-08-291-8/+8
|
* Fix a discovered problem.Saturneric2021-08-231-4/+4
|
* Fix some problems; Fix memory leaks that have been discoveredSaturneric2021-08-231-22/+16
|
* Fix some problems;Saturneric2021-08-231-1/+1
|
* Fix some problems; Ready to release a BETA versionSaturneric2021-08-231-25/+15
|
* Improve the automatic key exchange function; fix some known problems;Saturneric2021-08-231-12/+23
|
* Functions addition and improvement;Saturneric2021-08-211-0/+19
| | | | | Design and adjustment of function architecture related to server access; Add a new module (advance);
* Improve Functions;Saturneric2021-08-201-4/+24
| | | | Bugs Fixed;
* Bugs Fixed;Saturneric2021-08-191-2/+8
|
* Bugs Fixed; Code Modified;Saturneric2021-08-191-1/+1
|
* Bugs Fixed; Improve Functions;Saturneric2021-08-151-7/+6
|
* Beautify UI; Improve Functions;Saturneric2021-08-121-3/+6
|
* Split some source files that are too large.Saturneric2021-08-101-740/+3
|
* Add Functions:Saturneric2021-08-101-6/+187
| | | | | | | | GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
* Improved and Modified.Saturneric2021-07-191-1/+1
|
* Improve the function of sending mail;Saturneric2021-07-161-0/+13
|
* Improve the function of sending mail; update the version number;Saturneric2021-07-161-1/+7
|
* Add send mail function and its settings.Saturneric2021-07-151-0/+8
|
* Project structure adjustment;Saturneric2021-07-121-6/+36
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* Fix issues.Saturneric2021-07-061-113/+152
| | | | Improve UI.
* Introduce multithreading.Saturneric2021-07-051-21/+159
| | | | Fix Bugs.
* Fix the logic problem of the signature and encryption function.Saturneric2021-07-051-12/+56
| | | | Update documentation.
* Merge branch 'main' into developSaturneric2021-07-041-1/+3
|\
| * Export Secret Key Fixed.Saturneric2021-07-011-1/+4
| | | | | | | | | | Start Wizard Modified. Another Bugs Fixed.
* | Improve UI; Improve File Opera;Saturneric2021-07-031-41/+34
| |
* | Add and improve file operation functions.Saturneric2021-06-271-142/+550
| |
* | Develop File Opera FunctionsSaturneric2021-06-261-4/+13
| |
* | Reply and save work.Saturneric2021-06-261-43/+88
|/
* Update Project Structure;Saturneric2021-06-251-0/+360
Update Version; Add FilePage;