svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r769035 | tilladam | 2008-01-31 14:58:46 +0530 (Thu, 31 Jan 2008) | 3 lines
Don't change the size and splitter layout when reloading the configuration.
kolab/issue1843
........
r769041 | tilladam | 2008-01-31 15:13:57 +0530 (Thu, 31 Jan 2008) | 2 lines
Better wording for the "encrypt to self" option.
........
r769042 | tilladam | 2008-01-31 15:16:01 +0530 (Thu, 31 Jan 2008) | 3 lines
Give a better hint what this action does.
kolab/issue2166
........
r769045 | osterfeld | 2008-01-31 15:38:58 +0530 (Thu, 31 Jan 2008) | 1 line
Make it possible to place the contact list above the extension widgets. Kolab issue 2159
........
r769047 | tilladam | 2008-01-31 15:44:12 +0530 (Thu, 31 Jan 2008) | 2 lines
I'm being educated that one encrypts to certificates, not keys, even for openpgp.
........
r769051 | osterfeld | 2008-01-31 16:03:51 +0530 (Thu, 31 Jan 2008) | 1 line
documentation for kolab issue 2159
........
r769058 | tilladam | 2008-01-31 16:25:16 +0530 (Thu, 31 Jan 2008) | 5 lines
Consolidate defaults handling somewhat and make new tasks have a reminder and
due date by default. Usability research with our customers shows that this is
what people expect.
kolab/issue2167
........
r769140 | tilladam | 2008-01-31 22:17:11 +0530 (Thu, 31 Jan 2008) | 2 lines
Fix typo.
........
r769141 | vkrause | 2008-01-31 22:21:30 +0530 (Thu, 31 Jan 2008) | 4 lines
Forwardport SVN commit 769128 by vkrause from proko2 branch:
Add missing i18n calls. Patch by Bernhard Reiter.
........
svn path=/branches/KDE/3.5/kdepim/; revision=780160
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r779632 | toma | 2008-02-26 23:02:34 +0530 (Tue, 26 Feb 2008) | 2 lines
Clarify this new string as I saw discussion in the NL and IT team about it.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=779854
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r769041 | tilladam | 2008-01-31 10:43:57 +0100 (Thu, 31 Jan 2008) | 2 lines
Better wording for the "encrypt to self" option.
........
r769042 | tilladam | 2008-01-31 10:46:01 +0100 (Thu, 31 Jan 2008) | 3 lines
Give a better hint what this action does.
kolab/issue2166
........
r769047 | tilladam | 2008-01-31 11:14:12 +0100 (Thu, 31 Jan 2008) | 2 lines
I'm being educated that one encrypts to certificates, not keys, even for openpgp.
........
r769141 | vkrause | 2008-01-31 17:51:30 +0100 (Thu, 31 Jan 2008) | 4 lines
Forwardport SVN commit 769128 by vkrause from proko2 branch:
Add missing i18n calls. Patch by Bernhard Reiter.
........
svn path=/trunk/KDE/kdepim/; revision=771683
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r750914 | tilladam | 2007-12-20 15:53:16 +0100 (Thu, 20 Dec 2007) | 6 lines
Discern the "encryption failed" case from the "we don't know
if the bodypart is encrypted, so let's try decrypting, oops, didn't
work" case.
kolab/issue2183
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=750923
if the bodypart is encrypted, so let's try decrypting, oops, didn't
work" case.
kolab/issue2183
svn path=/branches/kdepim/enterprise/kdepim/; revision=750914
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r747318 | tilladam | 2007-12-11 18:58:00 +0100 (Tue, 11 Dec 2007) | 6 lines
Do the correct error handling for encrypted emails if the fact
that the email was encrypted was guessed, not gathered from
the corresponding smimeType parameter (because it is missing).
kolab/issue2182
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=747524
that the email was encrypted was guessed, not gathered from
the corresponding smimeType parameter (because it is missing).
kolab/issue2182
svn path=/branches/kdepim/enterprise/kdepim/; revision=747318
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702889 | vkrause | 2007-08-21 14:39:48 +0200 (Tue, 21 Aug 2007) | 5 lines
Allow to disable automatic decryption of encrypted mails when viewing
and offer a decrypt link instead in the reader.
Prokde35-z Item 41
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=708741
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