aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowFileSlotFunction.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: cannot properly find and verify some special-name original filesdev/2.1.1/mainsaturneric2024-02-011-2/+3
|
* feat: enhance gnupg control boardsaturneric2024-01-251-27/+29
|
* fix: improve file pagesaturneric2024-01-241-0/+2
|
* fix: solve discovered bugs and improve ui operationssaturneric2024-01-191-10/+18
|
* fix: slove discovered faults and bugssaturneric2024-01-191-11/+14
|
* fix: find and slove some bugssaturneric2024-01-171-11/+18
|
* fix: slove some issues and update translationssaturneric2024-01-161-12/+36
|
* refactor: remove libgettext from projectsaturneric2024-01-161-120/+117
|
* fix: slove the languange settings issuesaturneric2024-01-151-5/+5
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-10/+20
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-26/+17
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-120/+111
|
* feat: integrate logging api to coresaturneric2024-01-051-3/+3
|
* fix: find and solve some issuessaturneric2024-01-011-12/+18
|
* feat: fully test basical operations of archive and filesaturneric2023-12-311-58/+237
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-281-245/+190
|
* feat: avoid reading entire file to memorysaturneric2023-12-271-45/+48
|
* fix: add test cases and test file basical operationssaturneric2023-12-261-92/+57
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-261-304/+292
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-241-10/+12
|
* fix: test the encrypt async api on gui appsaturneric2023-12-241-12/+12
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-231-5/+9
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-8/+8
|
* style: improve code style of coresaturneric2023-10-301-8/+8
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-42/+46
|
* fix: solve some code tidy issuessaturneric2023-10-251-1/+7
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-70/+63
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: simplify settings lookupSaturneric2023-04-051-32/+12
|
* fix: reduce info level logsSaturneric2023-02-111-11/+11
|
* feat: change the log style in source filesSaturneric2023-02-031-16/+18
|
* fix(ui): fix signer picker and other issuesSaturneric2022-07-221-1/+4
| | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* refactor: modified part of ui processing codeSaturneric2022-05-141-82/+101
|
* <fix>(core, ui): Fix issues related to compression and decompressionSaturneric2022-03-191-3/+11
| | | | 1. The problem with double-byte characters in the path (unresolved)
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-13/+39
|
* <fix>(ui): Improve UI experienceSaturneric2022-03-121-2/+2
| | | | 1. Unzip only if the target file exists
* <feat>(core, ui): Provides the ability to handle foldersSaturneric2022-03-121-15/+191
| | | | 1. Convert folders to archive format for processing
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-2/+2
|
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-8/+8
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-2/+2
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-8/+9
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-1/+1
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-16/+16
| | | | 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-23/+23
| | | | 1. tidy up main_window.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-18/+18
| | | | | 1. Rename related entities. 2. Add a comments.
* <fix>(ui): Fixed some bugs in tooltips.Saturneric2022-01-121-4/+4
| | | | | 1. Some tooltips are not aligned with the parent interface. 2. The text of some tooltips should be checked instead of selected.
* <fix>(ui): improve ui.Saturneric2022-01-041-1/+1
| | | | 1. improve ui.
* <feature, fix>(core, ui): support file symmetric encryption.Saturneric2022-01-041-37/+55
| | | | 1. improve ui for file & text symmetric encryption.