aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/FileOperator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-06refactor: improve the code structure of coresaturneric1-126/+0
2023-10-24fix: solve build issues on macOSSaturneric1-0/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-02-11fix: reduce info level logsSaturneric1-3/+3
2023-02-11fix: open target file onceSaturneric1-8/+8
2023-02-03feat: change the log style in source filesSaturneric1-5/+5
2022-07-22style(src): reformat codeSaturneric1-32/+34
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-4/+7
2022-02-13<feat, refactor>(ui, core): Transfer file hash calculation logic to coreSaturneric1-0/+52
1. show file size
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-0/+0
2022-02-05<fix, feat, chore>(ui, core, project): Replace file IO functionSaturneric1-0/+67
1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core