aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FilePage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-30/+65
|
* <feat>(core, ui): Provides the ability to handle foldersSaturneric2022-03-121-22/+40
| | | | 1. Convert folders to archive format for processing
* <feat, refactor>(ui, core): Transfer file hash calculation logic to coreSaturneric2022-02-131-46/+3
| | | | 1. show file size
* <feat, refactor>(src): Cancel the operation of the file through the ↵Saturneric2022-02-131-68/+0
| | | | right-click menu
* <feat, refactor>(src): Enable top encryption action menu in file modeSaturneric2022-02-131-12/+51
| | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-10/+9
|
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-208/+212
| | | | 1. tidy up widgets.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-6/+6
| | | | 1. tidy up main_window.
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-56/+75
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
* Added & FixedSaturneric2021-12-131-23/+1
| | | | | 1. Add MIME identify 2. Fixed Wide-Char Path Problem in Windows.
* Update Translate & Added.Saturneric2021-12-131-30/+34
| | | | | | 1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI
* Fixed & Modified & Added.Saturneric2021-12-121-89/+167
| | | | | | | | 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.
* Fix Bugs in FilePage,Saturneric2021-12-081-4/+9
|
* Test & Improve UISaturneric2021-12-061-9/+34
|
* Improve UISaturneric2021-12-051-57/+133
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* FixedSaturneric2021-12-041-16/+20
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Fixed.Saturneric2021-12-021-5/+5
| | | | 1. Fixed known issue in File Operations.
* Add i18n SupportSaturneric2021-12-011-12/+12
| | | | | | 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-45/+46
|
* UI Framework Modified.Saturneric2021-10-021-194/+203
|
* Improved and Modified.Saturneric2021-07-191-10/+23
|
* Project structure adjustment;Saturneric2021-07-121-1/+6
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* Improve UI.Saturneric2021-07-061-2/+15
|
* Improve the access method and interface of fast file operationSaturneric2021-07-041-2/+1
|
* Adjust and improve the basic settings pageSaturneric2021-07-041-4/+6
| | | | Other improvements
* Improve UI; Improve File Opera;Saturneric2021-07-031-7/+10
|
* Continue to write new function.Saturneric2021-07-011-2/+8
|
* Add and improve file operation functions.Saturneric2021-06-271-8/+14
|
* Develop File Opera FunctionsSaturneric2021-06-261-5/+117
|
* Reply and save work.Saturneric2021-06-261-5/+25
|
* Update Project Structure;Saturneric2021-06-251-0/+88
Update Version; Add FilePage;