| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | qt: Fix DLL version in cmake config files | Ingo Klöcker | 2023-07-08 | 2 | -4/+4 |
* | qt: Fix check for required files | Ingo Klöcker | 2023-07-08 | 1 | -2/+2 |
* | qt: Support reading signed/encrypted archives directly from a file | Ingo Klöcker | 2023-06-21 | 5 | -38/+71 |
* | qt: Support writing signed/encrypted archives directly to a file | Ingo Klöcker | 2023-06-19 | 14 | -88/+498 |
* | qt: Add a generic hook to start a job | Ingo Klöcker | 2023-06-19 | 12 | -0/+69 |
* | qt: Make the run methods of ThreadedJobMixin public | Ingo Klöcker | 2023-06-19 | 1 | -0/+3 |
* | qt: Rename JobPrivate::start to JobPrivate::startNow | Ingo Klöcker | 2023-06-19 | 11 | -11/+11 |
* | qt: Return const pointer to JobPrivate class for const pointer to Job | Ingo Klöcker | 2023-06-19 | 2 | -3/+16 |
* | qt, cpp: Support larger size-hint on 32 bit builds | Andre Heinecke | 2023-06-16 | 8 | -4/+28 |
* | qt: Add signals for file-based and data-based progress | Ingo Klöcker | 2023-02-14 | 9 | -0/+101 |
* | qt: Remove commented out code | Ingo Klöcker | 2023-02-14 | 1 | -12/+0 |
* | qt: Add simple and extended progress signals replacing old signal | Ingo Klöcker | 2023-02-14 | 5 | -18/+77 |
* | tests: Stop daemons after setting up test environment | Ingo Klöcker | 2023-02-09 | 1 | -0/+1 |
* | qt,tests: Add test for the previous commit | Ingo Klöcker | 2023-02-02 | 2 | -0/+135 |
* | qt: Add job for extracting encrypted and signed archives | Ingo Klöcker | 2023-02-02 | 10 | -0/+563 |
* | qt: Allow checking if the sign/encrypt archive jobs are supported | Ingo Klöcker | 2023-02-02 | 8 | -0/+44 |
* | qt: Fix build without installed gpgme++ headers | Ingo Klöcker | 2023-01-31 | 1 | -1/+1 |
* | qt: Remove unused and commented-out code | Ingo Klöcker | 2023-01-31 | 4 | -45/+0 |
* | qt: Add job for creating encrypted signed archives | Ingo Klöcker | 2023-01-31 | 9 | -31/+495 |
* | qt,tests: Avoid leaking Context | Ingo Klöcker | 2023-01-31 | 1 | -3/+5 |
* | qt: Add job for creating signed archivesikloecker/t6342-gpgtar | Ingo Klöcker | 2023-01-30 | 10 | -1/+588 |
* | qt: Add job for creating encrypted archives | Ingo Klöcker | 2023-01-27 | 10 | -0/+630 |
* | qt: Add data provider for list of file names | Ingo Klöcker | 2023-01-27 | 4 | -0/+186 |
* | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 2023-01-05 | 1 | -1/+1 |
* | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 2023-01-05 | 34 | -180/+180 |
* | qt: Allow deferred start of import job | Ingo Klöcker | 2023-01-05 | 4 | -0/+51 |
* | qt: Support deferred start of jobs | Ingo Klöcker | 2023-01-04 | 9 | -0/+64 |
* | qt: Explicitly instantiate private job classes | Ingo Klöcker | 2023-01-04 | 17 | -72/+374 |
* | qt: Write path values with Unix directory separators | Ingo Klöcker | 2022-12-06 | 1 | -1/+1 |
* | qt: Allow disabling automatic trust database check on key listing | Ingo Klöcker | 2022-11-04 | 4 | -4/+95 |
* | build,qt: Clean up all generated files | Ingo Klöcker | 2022-10-11 | 1 | -1/+2 |
* | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 2022-10-11 | 1 | -16/+17 |
* | qt: Remove obsolete code. | Ingo Klöcker | 2022-10-11 | 1 | -16/+0 |
* | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 2022-10-11 | 5 | -8/+317 |
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 2 | -6/+6 |
* | qt: Fix building with C++11 | Ingo Klöcker | 2022-08-22 | 4 | -3/+12 |
* | qt: Fix building with Qt6 | Ingo Klöcker | 2022-08-22 | 2 | -4/+2 |
* | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 2022-08-18 | 1 | -18/+24 |
* | qt,tests: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 2 | -16/+16 |
* | qt,tests: Log the actual error code if the assertion fails | Ingo Klöcker | 2022-08-17 | 1 | -3/+3 |
* | qt: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 1 | -1/+2 |
* | Qt: Fix working with no gpgconf in CryptoConfig | Andre Heinecke | 2022-08-11 | 1 | -3/+4 |
* | qt: Add missing include | Ingo Klöcker | 2022-08-10 | 1 | -0/+1 |
* | qt: Add job to set the primary user ID of OpenPGP keys | Ingo Klöcker | 2022-08-09 | 9 | -2/+407 |
* | qt: Remove job for refreshing OpenPGP keys | Ingo Klöcker | 2022-08-04 | 8 | -303/+5 |
* | qt: Allow setting the file name of signed and encrypted data | Ingo Klöcker | 2022-07-05 | 4 | -8/+82 |
* | qt: Allow setting the file name of encrypted data | Ingo Klöcker | 2022-07-05 | 4 | -9/+84 |
* | qt: Fix filename of cmake config files for w32 | Ingo Klöcker | 2022-07-04 | 1 | -1/+1 |
* | qt: Add #include <QStringList> needed for building against qt6 | Laurent Montel | 2022-07-04 | 4 | -7/+6 |
* | qt,tests: Allow 1-day-offset for expiration date | Ingo Klöcker | 2022-06-10 | 1 | -1/+9 |