aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmesignarchivejob.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-03cpp,qt: Remove C++ and Qt bindingsIngo Klöcker1-196/+0
2024-07-05qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker1-1/+1
2023-10-27qt: Use temporary .part file names when creating archivesIngo Klöcker1-5/+10
2023-10-27qt: Refactor removal of output file on cancel or errorIngo Klöcker1-18/+12
2023-09-22qt: Use UTF-8 for file names on WindowsIngo Klöcker1-0/+8
2023-08-16qt: Clean up after failure or cancel of sign/encrypt archive operationIngo Klöcker1-2/+14
2023-06-19qt: Support writing signed/encrypted archives directly to a fileIngo Klöcker1-14/+46
2023-06-19qt: Add a generic hook to start a jobIngo Klöcker1-0/+6
2023-06-19qt: Rename JobPrivate::start to JobPrivate::startNowIngo Klöcker1-1/+1
2023-02-14qt: Add signals for file-based and data-based progressIngo Klöcker1-0/+3
2023-01-31qt: Remove unused and commented-out codeIngo Klöcker1-5/+0
2023-01-30qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker1-47/+36
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker1-0/+152