aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowFileSlotFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19<fix>(core, ui): Fix issues related to compression and decompressionSaturneric1-3/+11
1. The problem with double-byte characters in the path (unresolved)
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-13/+39
2022-03-12<fix>(ui): Improve UI experienceSaturneric1-2/+2
1. Unzip only if the target file exists
2022-03-12<feat>(core, ui): Provides the ability to handle foldersSaturneric1-15/+191
1. Convert folders to archive format for processing
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-2/+2
2022-02-05<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric1-8/+8
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-8/+9
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-1/+1
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-16/+16
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-23/+23
1. tidy up main_window.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-18/+18
1. Rename related entities. 2. Add a comments.
2022-01-12<fix>(ui): Fixed some bugs in tooltips.Saturneric1-4/+4
1. Some tooltips are not aligned with the parent interface. 2. The text of some tooltips should be checked instead of selected.
2022-01-04<fix>(ui): improve ui.Saturneric1-1/+1
1. improve ui.
2022-01-04<feature, fix>(core, ui): support file symmetric encryption.Saturneric1-37/+55
1. improve ui for file & text symmetric encryption.
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-92/+153
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-4/+4
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-13Improve UI & Fixed.Saturneric1-20/+0
2021-12-12Fixed & Modified & Added.Saturneric1-14/+26
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-07Add Translate & Fix Bugs.Saturneric1-42/+12
2021-12-05Improve UISaturneric1-12/+23
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-04FixedSaturneric1-3/+29
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02Fixed.Saturneric1-26/+23
1. Fixed known issue in File Operations.
2021-12-01Add i18n SupportSaturneric1-62/+64
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-58/+10
2021-11-28Solve key generation and related update issues.Saturneric1-4/+0
2021-11-28Can be compiled with minimal UI support.Saturneric1-32/+16
2021-10-02UI Framework Modified.Saturneric1-543/+459
2021-08-29Start to rewrite gpg core.Saturneric1-4/+4
2021-08-20Improve Functions;Saturneric1-2/+2
Bugs Fixed;
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-6/+6
2021-08-10Split some source files that are too large.Saturneric1-0/+610