Use new key usage check of key selection in approval dialog
Disable OK button if an unusable encryption key is selected
Add helpers to check whether a key is usable for encryption/signing
Indicate unusability of keys for certain usage(s)
Add a helper returning an icon indicating the status of key
Use error icon for expired, revoked, or otherwise bad keys or user IDs
Add KeyUsage class from kleopatra
Add helpers returning the icons we use
Merge remote-tracking branch 'origin/kf5'
Since I tested this both with valid and invalid filenames on linux and on windows I set this to resolved.
The URL was just wrong for Windows. I added debug output and the results are different:
Fix AttachmentModel::openAttachment
Yes and I get the same result with PNG files. But calling shell execute with such an url looks strange to me, I will try QUrl::fromLocalFile as we use in Kleopatra.
Is executing a zip file really supposed to work on Windows?
Moving the definition and changing it to the name of the po file worked.
Merge remote-tracking branch 'origin/kf5'
Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia
Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia
l10n daemon script <scripty@kde.org> committed
rLIBKLEO995c187de058: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO775c9b657fb7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA8d388238d17e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEOf045d090ff42: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Pretty sure its the translation domain. Thanks! Will try to fix that tomorrow
Or is it an order problem in ?
Other possible reason:
Are the action texts initialized statically?
I'm wondering whether this could be caused by a wrong translation domain. We have , but in we have
GIT_SILENT: ignore some qtc/clang file
Merge remote-tracking branch 'origin/kf5'
Update Kleopatra and mimetreeparser
Add beta version numbering for gnupg-vsd
Add raise and activateWindow for mail dialog
Do not use applyWindowID for ViewEMailFilesDialog
Don't create .so symlinks for libkleopatraclientgui and libkleopatraclientcore
scd:openpgp: Allow the reading the key by keygrip.
scd:openpgp: Use a special compare for the serialno.
scd:openpgp: Extend KEYPAIRINFO with an algorithm string.
scd:openpgp: Use shared fucntion for the dispserialno.
Our own internal function signatures is not necessarily a good refernce. The main objection to all what you list above is the lack of explicit length information. For each there should also be a in my opinion. Otherwise the API will be highly prone to memory access errors.
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
@fse Thank you for your comment (quick ! :-).
l10n daemon script <scripty@kde.org> committed
rLIBKLEOf2092b571c58: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA08e670209ce7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP4d2d41497ba6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO5684449ed757: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA2bff62de94fe: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP8c1ce02f66a0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO75fc6b99cd6b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA9cbb2f1f3179: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
ajaja renamed
T6758: gpg-agent doesn't cache passwords in loopback pinentry mode from
gpg-agent doesn't cache passwords in pinentry-mode loopback to
gpg-agent doesn't cache passwords in loopback pinentry mode.
scd: Add handling of "Algorithm Information" DO.
scd:openpgp: Some comment updates
scd: Add handling of Ed448 key.
scd:openpgp: New KEY-STATUS attribute.
scd:openpgp: Add attribute "UIF" for convenience.
scd:openpgp: Support the ecdh-params arg for writing keys.
scd:openpgp: Handle wrong error return code of Yubikey.
scd: Fix description string.
scd:openpgp: Support UIF changing command.
scd:openpgp: Small speedup reading card properties.
scd: Allow standard keyref scheme for app-openpgp.
scd:openpgp: Allow reading and writing user certs for keys 1 and 2
scd:openpgp: Support GET DATA response with no header for DO 0x00FA.
scd:openpgp: Replace assert by log_assert.
scd:openpgp: Pass arg ctrl to more functions.
scd:openpgp: Fix computing fingerprint for ECC with SOS.
scd:openpgp: Very minor refactoring
scd:openpgp: Rename an internal variable.
KEYPAIRINFO in 2.2 lacks the algorithm (and the fingerprint time). Kleopatra uses the algorithm to check if the algorithm is allowed in VSD.
Merge remote-tracking branch 'origin/kf5'
Merge remote-tracking branch 'origin/kf5'
Inline the QDebug stream operator for std::string
gpgsm: Improvements for NDEF in the pkcs#12 parser
Add all key helpers from kleopatra
Yes, there is clearly a problem with the handling of NDEF. I have a fix for that but there are other oddities in that pkcs12 object. Do you have the Firefox version you used to create this?
Well, neither OpenPGP certifcate nor CSR creation from a key on a card is offered for any of the cards I tried.
But that is not only for RSA2048, but for all types of keys.
The changes are best reviewed by a developer to check that I didn't make a mistake when I replaced usage of the , , etc. methods with the new , , etc. methods or the corresponding compatibility helpers , etc..