aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowFileSlotFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-01fix: cannot properly find and verify some special-name original filesdev/2.1.1/mainsaturneric1-2/+3
2024-01-25feat: enhance gnupg control boardsaturneric1-27/+29
2024-01-24fix: improve file pagesaturneric1-0/+2
2024-01-19fix: solve discovered bugs and improve ui operationssaturneric1-10/+18
2024-01-19fix: slove discovered faults and bugssaturneric1-11/+14
2024-01-17fix: find and slove some bugssaturneric1-11/+18
2024-01-16fix: slove some issues and update translationssaturneric1-12/+36
2024-01-16refactor: remove libgettext from projectsaturneric1-120/+117
2024-01-15fix: slove the languange settings issuesaturneric1-5/+5
2024-01-15refactor: remove libconfig++ form projectsaturneric1-10/+20
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-26/+17
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-120/+111
2024-01-05feat: integrate logging api to coresaturneric1-3/+3
2024-01-01fix: find and solve some issuessaturneric1-12/+18
2023-12-31feat: fully test basical operations of archive and filesaturneric1-58/+237
2023-12-28feat: add simple archiving functions for encrypt and decryptsaturneric1-245/+190
2023-12-27feat: avoid reading entire file to memorysaturneric1-45/+48
2023-12-26fix: add test cases and test file basical operationssaturneric1-92/+57
2023-12-26fix: test basical operations of gpg at both test cases and guisaturneric1-304/+292
2023-12-24fix: use the new async encrypt symmetric api at gui appsaturneric1-10/+12
2023-12-24fix: test the encrypt async api on gui appsaturneric1-12/+12
2023-12-23feat: improve core interfaces of encrypt and decryptsaturneric1-5/+9
2023-12-06feat: move test to src and add submodule googletestsaturneric1-8/+8
2023-10-30style: improve code style of coresaturneric1-8/+8
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-42/+46
2023-10-25fix: solve some code tidy issuessaturneric1-1/+7
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-70/+63
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-04-05feat: simplify settings lookupSaturneric1-32/+12
2023-02-11fix: reduce info level logsSaturneric1-11/+11
2023-02-03feat: change the log style in source filesSaturneric1-16/+18
2022-07-22fix(ui): fix signer picker and other issuesSaturneric1-1/+4
1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
2022-05-14refactor: modified part of ui processing codeSaturneric1-82/+101
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.