for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
BTW: the cmake book says that cmake automatically defines a libname_EXPORT macro - why does KDE4Macros.cmake define another one? And yes, the cmake-native one automatically deals with +'s in the libname, while the KDE one didn't.
svn path=/trunk/KDE/kdepim/; revision=691443
Put all kleo headers under kleo/, and ui stuff in kleo/ui,
and adapt pim apps to look in these places, and don't include uic
generated headers in public headers. Dashboard only knows if
I am doing the right thing.
CCMAIL:tomalbers@kde.nl
svn path=/trunk/KDE/kdepimlibs/kleo/; revision=687789
- create contact in addressbook if it's not there yet. Somehow it'd be better to
use another resource or another addressbook to avoid polluting the user's addressbook,
but afaics the kaddressbook API doesn't allow that.
- also store the selected keys into the addressbook contact (when preferences were changed).
When the user says "always encrypt with *this* key", it really means with this key, so
store it. The other way to store a key in the addressbook was the checkbox in
the key selection dialog, but that one doesn't always appear.
https://intevation.de/roundup/aegypten/issue371
svn path=/branches/kdepim/proko2/kdepim/; revision=437269
selections.
Marc, this seems correct to me. How about
resolveSigningKeysFroEncryption and resolveEncryptionKeys? Do they have
the same problem?
BUG: 99089
CCMAIL: marc@kdab.net
svn path=/trunk/KDE/kdepim/; revision=429061
1) openpgp/mime misconfigured on my system currently, so only s/mime available
2) till's addressbook entry having only openpgp/mime checked, and "Always Sign" as preference.
The keyresolver then finds no match, as expected, but didn't even tell me about it, it just cancelled.
=> added a messagebox, and added the possibility to send the mail without signing it.
svn path=/trunk/KDE/kdepim/; revision=413321
1) openpgp/mime misconfigured on my system currently, so only s/mime available
2) till's addressbook entry having only openpgp/mime checked, and "Always Sign" as preference.
The keyresolver then finds no match, as expected, but didn't even tell me about it, it just cancelled.
=> added a messagebox, and added the possibility to send the mail without signing it.
svn path=/branches/kdepim/proko2/kdepim/; revision=413314
only _one_ address book available...
That might break some apps... but since we'll use an async API in 4.0 the apps
must be rewritten anyway.
CCMAIL:kde-pim@kde.org
svn path=/trunk/kdepim/; revision=399156
look for one format and the address book entry specifies a different
format for encryption. Allow signing with the format specified in the
address book even if it differs from the one set it in the composer.
Thanks for reporting, Gilles.
BUG: 90480
BUG: 90481
svn path=/trunk/kdepim/; revision=373704