aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/BasicOperator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-179/+0
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-1/+1
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc>(core): Start adding comments to codeSaturneric2022-01-141-4/+103
|
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-1/+5
| | | | | | | | | | | 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.
* Fixed & Modified & Added.Saturneric2021-12-121-0/+3
| | | | | | | | 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.
* Fixed.Saturneric2021-12-021-3/+3
| | | | 1. Fixed known issue in File Operations.
* Add i18n SupportSaturneric2021-12-011-20/+11
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* UI Framework Modified.Saturneric2021-10-021-6/+6
|
* The basic functions of the core pass the test.Saturneric2021-09-201-22/+32
| | | | Adjust and improve the core part of the interface.
* Rewrite the core.Saturneric2021-09-051-0/+68
Adjust the structure.