Marc Mutz
ee51305ae7
Make the trust decision depend of the UID that matches the email address the user is sending to, if available. Part of fix for kolab/issue3615.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=968454
17 years ago
Marc Mutz
ac1b3b7579
Hu? Inline? A 40 lines function? I don't think so :)
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=968425
17 years ago
Marc Mutz
5e17d949a8
Consider marginally trusted keys as trusted, too.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=935981
17 years ago
Marc Mutz
0556f8bedc
Don't allow selection of S/MIME certificates when we only want OpenPGP ones (and vice versa).
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=935548
17 years ago
Marc Mutz
515eff4243
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/enterprise/kdepim/; revision=896052
18 years ago
Marc Mutz
82406d5ea0
Only remember the key as being warned for if we already warned for it. Fixes kolab/issue3265.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=888760
18 years ago
Marc Mutz
b97e5e37f6
Warn not only if the key is about to expire, but also if it has already expired. Fixes kolab/issue3195.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=888513
18 years ago
Volker Krause
50c64b8e44
Preselect external search and the current email address.
...
Kolab issue 2875
svn path=/branches/kdepim/enterprise/kdepim/; revision=872261
18 years ago
Volker Krause
a340630ec0
Be a bit more helpful when there are no matching keys found.
...
Kolab issue 2875
svn path=/branches/kdepim/enterprise/kdepim/; revision=865018
18 years ago
Thomas McGuire
d2b89afcf9
Remove many superflous function names in kDebug statements.
...
Remove some tabs
svn path=/trunk/KDE/kdepim/; revision=785955
18 years ago
Till Adam
9dc518bce6
Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page
...
of all the changes, they are too numerous to list here.
svn path=/branches/KDE/3.5/kdepim/; revision=766792
18 years ago
Allen Winter
7b8ea31e97
lots of little Krazy fixes: spelling; TRUE=>true; FALSE=>false; pass-by-ref;
...
explicit ctors; etc.
svn path=/trunk/KDE/kdepim/; revision=762418
18 years ago
Thomas McGuire
98982d6222
Some fixes for the post-4.0 merge:
...
- Fix i18n calls
- Fix identation
- Fix icon names
- General style fixes
svn path=/trunk/KDE/kdepim/; revision=760893
18 years ago
Jarosaw Staniek
7238228ef1
revert this silly change applied by me before fixing 'SVN switch' problem
...
CCMAIL:kde-pim@kde.org
CCMAIL:marc@kdab.net
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746872
19 years ago
Jarosaw Staniek
a325a67d53
SVN_SILENT compile
...
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746161
19 years ago
Ingo Klcker
322af597f9
Update the version number even though it's too late for the official KDE 3.5.8 release.
...
svn path=/branches/KDE/3.5/kdepim/; revision=724217
19 years ago
Volker Krause
c0ce28a7e3
Merged revisions 723348-723367 via svnmerge from
...
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
19 years ago
Volker Krause
6c47f7242c
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/kdepim/enterprise/kdepim/; revision=723367
19 years ago
Volker Krause
d225c4e932
Make sure we always show key information.
...
Kolab issue 2045
svn path=/branches/kdepim/enterprise/kdepim/; revision=723348
19 years ago
Till Adam
a5d61006f1
Forward port of:
...
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
19 years ago
Till Adam
fefddb9db5
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/kdepim/enterprise/kdepim/; revision=717676
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thomas McGuire
d62b4eea76
Use proper debug area.
...
svn path=/trunk/KDE/kdepim/; revision=706289
19 years ago
Allen Winter
290ec8c502
minor spelling and contraction fixes.
...
SVN_SILENT:
svn path=/trunk/KDE/kdepim/; revision=706169
19 years ago
Thomas McGuire
8f1c11bc76
- Remove unused Q3 includes
...
- warnings--
- Remove tabs
svn path=/trunk/KDE/kdepim/; revision=698623
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
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
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Marc Mutz
3c760f56de
Adapt to gpgme++ interface changes
...
svn path=/trunk/KDE/kdepim/; revision=693651
19 years ago
Aaron J. Seigo
126ccf3fc6
libkleo/ui for now to make sure we use the copy in kdepim... libkleo/ui/ really needs to move to libkleo/kleo/ui though =)
...
svn path=/trunk/KDE/kdepim/; revision=691732
19 years ago
Aaron J. Seigo
5d665ba91c
reflect changes in libkleo file layout
...
svn path=/trunk/KDE/kdepim/; revision=691712
19 years ago
Marc Mutz
f6b86e8dbc
Re-rename gpgme++ from gpgmepp to gpgme++. On Windows, this needs rev. 691419 of kdelibs/cmake/modules/KDE4Macros.cmake.
...
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
19 years ago
Tom Albers
b8512c3e37
Re-add libkleo to kdepim and adjust all users of that library.
...
svn path=/trunk/KDE/kdepim/kleopatra/; revision=691085
19 years ago
Will Stephenson
21780c2e07
Try to sort out the horrible build mess.
...
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
19 years ago
Tom Albers
c8185ee669
libkleo has moved to kdepim now.
...
svn path=/trunk/KDE/kdepim/; revision=687487
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Thomas McGuire
96a951a70a
Use the proper debug area.
...
svn path=/trunk/KDE/kdepim/; revision=676025
19 years ago
Thomas Friedrichsmeier
abd16ba5f3
Add a buttonCancel parameter to all KMessageBox::*cancel* functions.
...
svn path=/trunk/KDE/kdepim/; revision=648781
19 years ago
Volker Krause
eceb3388b2
EmailAddressTools -> KPIMUtils
...
svn path=/trunk/KDE/kdepim/; revision=647147
19 years ago
Volker Krause
a1550f9791
emailfunctions -> kpimutils
...
svn path=/trunk/KDE/kdepim/; revision=647143
19 years ago
Chusslove Illich
7de386f772
n i18n plural calls, special %n placeholder is no longer used; all placeholders are ordinary numbered ones, and the first integer-valued substitution decides plural form.
...
svn path=/trunk/KDE/kdepim/; revision=632863
19 years ago
David Faure
b44c11c32c
Major config.h cleanup
...
svn path=/trunk/KDE/kdepim/; revision=624182
19 years ago
Aaron J. Seigo
9ffbd1c4fc
build
...
svn path=/trunk/KDE/kdepim/knode/; revision=616862
20 years ago
Will Entriken
1106cfdef0
kguiitem explicit ctor
...
svn path=/trunk/KDE/kdepim/knode/; revision=584502
20 years ago
Allen Winter
72807f4c4d
email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions.
...
svn path=/trunk/KDE/kdepim/; revision=555565
20 years ago
Volker Krause
ca80c13d9e
Commit danimo's libemailfunctions API cleanup and port kdepim
...
accordingly.
svn path=/trunk/KDE/kdepim/; revision=541211
20 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Reinhold Kainhofer
6396fad702
Additional
...
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
20 years ago
Allen Winter
37d8bef5e4
fix spelling errors.
...
svn path=/trunk/KDE/kdepim/; revision=536237
20 years ago
Reinhold Kainhofer
08404dfdab
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535096
20 years ago
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago