aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FilePage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfeat: switch text-based model to workspace-based modelsaturneric1-1/+0
2025-02-03feat: allow switch ascii mode at file page optionssaturneric1-0/+14
2025-01-26feat: add ui ability to switch batch modesaturneric1-3/+4
2025-01-26fix: improve code compatibilitysaturneric1-3/+2
2025-01-26feat: allow file batch operationssaturneric1-31/+62
2024-11-28fix: solve issues on uisaturneric1-2/+1
2024-11-27feat: improve ui logic and support more email operationssaturneric1-5/+2
2024-11-26fix: add ui status control for email operationssaturneric1-8/+12
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-1/+0
2024-01-24fix: solve an issue that switch tab but crypto menu won't updatesaturneric1-50/+49
2024-01-19fix: slove discovered faults and bugssaturneric1-9/+3
2024-01-17fix: find and slove some bugssaturneric1-4/+0
2024-01-16refactor: remove libgettext from projectsaturneric1-2/+2
2024-01-08feat: select a directory before entering into the File Browsersaturneric1-2/+2
2024-01-05feat: integrate logging api to coresaturneric1-1/+1
2024-01-01fix: find and solve some issuessaturneric1-3/+1
2024-01-01feat: improve file browser's functions and tidy up codessaturneric1-386/+82
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-1/+2
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-3/+4
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-11-06refactor: improve the code structure of coresaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-07-13fix: solve a compile issue on windows platformSaturneric1-2/+3
2023-07-12feat: support opening file with system default appSaturneric1-0/+20
2023-02-11fix: reduce info level logsSaturneric1-12/+12
2023-02-03feat: change the log style in source filesSaturneric1-13/+13
2022-05-12feat(ui): support .pgp extensionSaturneric1-15/+20
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-30/+65
2022-03-12<feat>(core, ui): Provides the ability to handle foldersSaturneric1-22/+40
1. Convert folders to archive format for processing
2022-02-13<feat, refactor>(ui, core): Transfer file hash calculation logic to coreSaturneric1-46/+3
1. show file size
2022-02-13<feat, refactor>(src): Cancel the operation of the file through the ↵Saturneric1-68/+0
right-click menu
2022-02-13<feat, refactor>(src): Enable top encryption action menu in file modeSaturneric1-12/+51
1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
2022-02-05<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric1-10/+9
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+1
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-208/+212
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-6/+6
1. tidy up main_window.
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-56/+75
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2021-12-13Added & FixedSaturneric1-23/+1
1. Add MIME identify 2. Fixed Wide-Char Path Problem in Windows.
2021-12-13Update Translate & Added.Saturneric1-30/+34
1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI
2021-12-12Fixed & Modified & Added.Saturneric1-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.
2021-12-08Fix Bugs in FilePage,Saturneric1-4/+9
2021-12-06Test & Improve UISaturneric1-9/+34
2021-12-05Improve UISaturneric1-57/+133
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-04FixedSaturneric1-16/+20
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02Fixed.Saturneric1-5/+5
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-12/+12
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Fix some known issues in basic operations and file operations.Saturneric1-45/+46