https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r896052 | mutz | 2008-12-12 12:43:46 +0100 (Fri, 12 Dec 2008) | 1 line
If you want to allow encrypting to untrusted keys, don't filter out untrusted keys everywhere. Trusted is not != but > Marginal. Fixes (part of) kolab/issue3276.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=898973
svn+ssh://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r888513 | mutz | 2008-11-24 18:59:11 +0100 (Mon, 24 Nov 2008) | 1 line
Warn not only if the key is about to expire, but also if it has already expired. Fixes kolab/issue3195.
........
r888760 | mutz | 2008-11-25 11:52:10 +0100 (Tue, 25 Nov 2008) | 1 line
Only remember the key as being warned for if we already warned for it. Fixes kolab/issue3265.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=888778
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r865018 | vkrause | 2008-09-26 14:10:53 +0200 (Fri, 26 Sep 2008) | 4 lines
Be a bit more helpful when there are no matching keys found.
Kolab issue 2875
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=887624
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r723348 | vkrause | 2007-10-09 13:55:05 +0200 (Tue, 09 Oct 2007) | 4 lines
Make sure we always show key information.
Kolab issue 2045
........
r723367 | vkrause | 2007-10-09 15:11:49 +0200 (Tue, 09 Oct 2007) | 5 lines
Don't show the untrusted encryption key warning if we are only checking
if there are encryption keys at all.
Kolab issue 2045
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=723395
SVN commit 717676 by tilladam:
Forward port of proko2 change:
SVN commit 717655 by tilladam:
Allow not fully trusted keys to be used for encryption, but ask the user to confirm their use.
kolab/issue1942.
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=717688
SVN commit 717655 by tilladam:
Allow not fully trusted keys to be used for encryption, but ask the user to confirm their use.
kolab/issue1942.
svn path=/branches/kdepim/enterprise/kdepim/; revision=717676
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