aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgFileOpera.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-156/+0
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-8/+8
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <feature, fix>(core, ui): support file symmetric encryption.Saturneric2022-01-041-0/+16
| | | | 1. improve ui for file & text symmetric encryption.
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-59/+35
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
* Fixed & Modified & Added.Saturneric2021-12-121-4/+2
| | | | | | | | 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-24/+29
| | | | 1. Fixed known issue in File Operations.
* Add i18n SupportSaturneric2021-12-011-2/+2
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Solve uid management, related update and other known issues.Saturneric2021-11-291-5/+12
|
* Fix some known issues in basic operations and file operations.Saturneric2021-11-281-20/+17
|
* The basic functions of the core pass the test.Saturneric2021-09-201-8/+9
| | | | Adjust and improve the core part of the interface.
* Continue to write core test code.Saturneric2021-09-121-79/+25
|
* Continue to optimize and improve the code.Saturneric2021-09-101-143/+84
|
* Adjust the code structure.Saturneric2021-09-051-3/+6
| | | | | Introduce log library. Remove Qt from the core code.
* Rewrite the core.Saturneric2021-09-051-0/+262
Adjust the structure.