aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14qt: Add signals for file-based and data-based progressIngo Klöcker9-0/+101
2023-02-14qt: Remove commented out codeIngo Klöcker1-12/+0
2023-02-14qt: Add simple and extended progress signals replacing old signalIngo Klöcker5-18/+77
2023-02-09tests: Stop daemons after setting up test environmentIngo Klöcker1-0/+1
2023-02-02qt,tests: Add test for the previous commitIngo Klöcker2-0/+135
2023-02-02qt: Add job for extracting encrypted and signed archivesIngo Klöcker10-0/+563
2023-02-02qt: Allow checking if the sign/encrypt archive jobs are supportedIngo Klöcker8-0/+44
2023-01-31qt: Fix build without installed gpgme++ headersIngo Klöcker1-1/+1
2023-01-31qt: Remove unused and commented-out codeIngo Klöcker4-45/+0
2023-01-31qt: Add job for creating encrypted signed archivesIngo Klöcker9-31/+495
2023-01-31qt,tests: Avoid leaking ContextIngo Klöcker1-3/+5
2023-01-30qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker10-1/+588
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker10-0/+630
2023-01-27qt: Add data provider for list of file namesIngo Klöcker4-0/+186
2023-01-05qt: Fix comparisons of integer expressions of different signednessIngo Klöcker1-1/+1
2023-01-05qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker34-180/+180
2023-01-05qt: Allow deferred start of import jobIngo Klöcker4-0/+51
2023-01-04qt: Support deferred start of jobsIngo Klöcker9-0/+64
2023-01-04qt: Explicitly instantiate private job classesIngo Klöcker17-72/+374
2022-12-06qt: Write path values with Unix directory separatorsIngo Klöcker1-1/+1
2022-11-04qt: Allow disabling automatic trust database check on key listingIngo Klöcker4-4/+95
2022-10-11build,qt: Clean up all generated filesIngo Klöcker1-1/+2
2022-10-11qt,tests: Port test to QRegularExpression.Ingo Klöcker1-16/+17
2022-10-11qt: Remove obsolete code.Ingo Klöcker1-16/+0
2022-10-11build,qt: Allow building QGpgME for Qt 6Ingo Klöcker5-8/+317
2022-10-10build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2-6/+6
2022-08-22qt: Fix building with C++11Ingo Klöcker4-3/+12
2022-08-22qt: Fix building with Qt6Ingo Klöcker2-4/+2
2022-08-18qt,tests: Make test pass on 32-bit systemsIngo Klöcker1-18/+24
2022-08-17qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2-16/+16
2022-08-17qt,tests: Log the actual error code if the assertion failsIngo Klöcker1-3/+3
2022-08-17qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+2
2022-08-11Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke1-3/+4
2022-08-10qt: Add missing includeIngo Klöcker1-0/+1
2022-08-09qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker9-2/+407
2022-08-04qt: Remove job for refreshing OpenPGP keysIngo Klöcker8-303/+5
2022-07-05qt: Allow setting the file name of signed and encrypted dataIngo Klöcker4-8/+82
2022-07-05qt: Allow setting the file name of encrypted dataIngo Klöcker4-9/+84
2022-07-04qt: Fix filename of cmake config files for w32Ingo Klöcker1-1/+1
2022-07-04qt: Add #include <QStringList> needed for building against qt6Laurent Montel4-7/+6
2022-06-10qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker1-1/+9
2022-06-10qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker3-7/+5
2022-06-09Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker1-1/+1
2022-05-23tests: Avoid problems with local time across a day boundary.Werner Koch1-1/+1
2022-05-05qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2-2/+2
2022-05-05qt: Use lambda instead of std::bindIngo Klöcker1-1/+1
2022-05-04qt: Emit import result when refreshing OpenPGP keysIngo Klöcker8-43/+149
2022-05-02qt: Apply compiler hintIngo Klöcker1-1/+1
2022-05-02qt: Use GpgME::Locate aliasIngo Klöcker2-2/+2
2022-05-02qt: Add job for refreshing OpenPGP keysIngo Klöcker5-4/+218