aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/Makefile.am (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpp,qt: Remove C++ and Qt bindingsIngo Klöcker2025-02-031-509/+0
* qt: Fix typoIngo Klöcker2024-10-231-1/+1
* qt: Support disabling and enabling of keysIngo Klöcker2024-08-071-0/+2
* build,qt: Fix include path in CMake filesIngo Klöcker2024-07-221-4/+4
* build,qt: Don't put generated camel-case headers in tarballIngo Klöcker2024-07-181-2/+2
* build,qt: Allow building Qt 5 bindings and Qt 6 bindingsIngo Klöcker2024-07-181-4/+5
* build,qt: Decouple generation of moc filesIngo Klöcker2024-07-181-13/+51
* build,qt: Remove include directories on uninstallIngo Klöcker2024-07-181-1/+14
* build,qt: Decouple handling of include headersIngo Klöcker2024-07-181-7/+12
* build,qt: Decouple (un)install of CMake filesIngo Klöcker2024-07-181-6/+10
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-07-051-2/+2
* qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker2024-06-171-6/+12
* qt: Fix license headers of MakefilesIngo Klöcker2024-06-101-6/+6
* qt: Support verification of detached signatures directly from filesIngo Klöcker2024-01-051-0/+2
* qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2023-12-221-0/+2
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-221-0/+2
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-211-0/+2
* qt: Remove left-over partial files more persistentlyIngo Klöcker2023-11-151-0/+3
* qt: Add job for refreshing OpenPGP keys via WKDIngo Klöcker2023-08-211-2/+10
* qt: Add job for extracting encrypted and signed archivesIngo Klöcker2023-02-021-0/+8
* qt: Add job for creating encrypted signed archivesIngo Klöcker2023-01-311-0/+8
* qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-301-0/+8
* qt: Add job for creating encrypted archivesIngo Klöcker2023-01-271-0/+8
* qt: Add data provider for list of file namesIngo Klöcker2023-01-271-0/+3
* qt: Explicitly instantiate private job classesIngo Klöcker2023-01-041-0/+5
* qt: Allow disabling automatic trust database check on key listingIngo Klöcker2022-11-041-1/+1
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-111-8/+67
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-101-2/+2
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-091-0/+6
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-041-6/+0
* qt: Allow setting the file name of signed and encrypted dataIngo Klöcker2022-07-051-0/+1
* qt: Allow setting the file name of encrypted dataIngo Klöcker2022-07-051-1/+1
* qt: Fix filename of cmake config files for w32Ingo Klöcker2022-07-041-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-041-0/+3
* qt: Add job for refreshing OpenPGP keysIngo Klöcker2022-05-021-0/+3
* qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker2022-04-291-3/+3
* qt: Add job to revoke own OpenPGP keysIngo Klöcker2022-03-301-0/+6
* qt: Add job to import keys given by key idsIngo Klöcker2022-02-031-0/+6
* qt: Add helper for converting QStringList to vector of stringsIngo Klöcker2022-02-031-2/+4
* qt: Add job to add existing subkeys to other keysIngo Klöcker2022-01-131-0/+6
* qt: Remove obsolete QGpgMESecretKeyExportJobIngo Klöcker2022-01-041-3/+1
* qt: Allow setting key origin when importing keysIngo Klöcker2021-12-141-1/+1
* qt: Support WKD lookup without implicit importIngo Klöcker2021-12-131-2/+9
* Add missing files for distributionAndre Heinecke2021-08-271-0/+1
* qt: Allow changing expiration date of primary key and all subkeysIngo Klöcker2021-06-281-1/+1
* qt: Explicitly link libgpg-errorAndre Heinecke2021-06-091-1/+1
* Revert "cpp: Use portable off_t size_t"Andre Heinecke2020-11-201-1/+1
* cpp: Use portable off_t size_tAndre Heinecke2020-11-181-1/+1
* qt: Add QDebug stream operator for GpgME::ErrorIngo Klöcker2020-10-231-1/+5