aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-191-4/+4
| | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).
* <fix>(core, ui): Fix issues related to compression and decompressionSaturneric2022-03-192-80/+114
| | | | 1. The problem with double-byte characters in the path (unresolved)
* <fix>(core): Fix the path compatibility problem of loading certificates ↵Saturneric2022-03-191-1/+1
| | | | under Windows.
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-197-40/+110
|
* <feat>(core, ui): Provides the ability to handle foldersSaturneric2022-03-122-0/+317
| | | | 1. Convert folders to archive format for processing
* <fix>(core): Fix the existing problem of the key packageSaturneric2022-03-122-2/+24
| | | | | 1. Fix the password generation function 2. Add some log output
* <fix>(core): Fix the setting loading IO problem under WindowsSaturneric2022-03-121-6/+15
|
* <feat, refactor>(ui, core): Transfer file hash calculation logic to coreSaturneric2022-02-132-3/+62
| | | | 1. show file size
* <fix>(core, ui): Fix the remaining problems in the data objectSaturneric2022-02-071-0/+6
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-068-34/+722
| | | | | | 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-0632-16/+1492
|
* <fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric2022-02-051-18/+44
| | | | | 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-0416-0/+2196