aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowFileSlotFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-27refactor: code clean up of main windowsaturneric1-436/+0
2025-01-27refactor: reduce code duplication of gnupg operationssaturneric1-13/+6
2025-01-27refactor: reduce code duplication of gnupg file operationssaturneric1-604/+50
2025-01-27refactor: clean up codesaturneric1-12/+3
2025-01-26fix: improve code compatibilitysaturneric1-9/+9
2025-01-26fix: optimums unknown fpr verifying helpersaturneric1-15/+16
2025-01-26feat: allow file batch operationssaturneric1-796/+794
2024-12-13refactor: using qt containers instead of std containerssaturneric1-24/+24
2024-12-03fix: compiler warningssaturneric1-18/+14
2024-11-26refactor: optimum code and reduce duplicatesaturneric1-31/+1
2024-11-26feat: improve ui logic of email verification and make project structure bettersaturneric1-42/+38
2024-11-25feat: support verifying email through eml datasaturneric1-4/+28
2024-11-17feat: auto import missing key after verifysaturneric1-19/+72
2024-10-26fix: should check key status immediately after get itsaturneric1-0/+21
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-316/+387
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-6/+0
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