Marc Mutz
8a57e9ea7e
Make KMail compile with --enable-final. Please port to HEAD, can't do it myself, but should be straightforward...
...
Patch as posted on kmail-devel
CCMAIL: kmail-devel@kde.org
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=356055
22 years ago
Bo Thorsen
e4a0615bb6
From the branch: This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch.
...
svn path=/trunk/kdepim/; revision=352373
22 years ago
Bo Thorsen
a9a4b2ee45
This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352371
22 years ago
Till Adam
a5967392a1
Crash guard.
...
svn path=/trunk/kdepim/; revision=349150
22 years ago
Till Adam
5842764113
Crash guard.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=349147
22 years ago
Jakob Schrter
45e01dda09
pimcopy of kimproxy is obsolete
...
svn path=/trunk/kdepim/; revision=345615
22 years ago
Simon Hausmann
005043801f
- these three (duplicated) Delete templates conflict with the globally
...
defined 'Delete' enum value from kmpopheaders.h (different types for
same symbol). I figured it's easier to rename the three templates to
DeleteObject instead of changing the enum value.
svn path=/trunk/kdepim/; revision=342147
22 years ago
Will Stephenson
0d8745a46f
Disabling 'Launch IM' link in headers, too intrusive for non-IM users.
...
svn path=/trunk/kdepim/; revision=317865
22 years ago
Will Stephenson
e44f593540
This rather large commit is mostly made up of unintentional indentation changes. Sorry.
...
The useful bits update KIMProxy to be able to track multiple IM clients (so if you use Kopete for ICQ, and Konversation for IRC, if Konversation implements KIMIface, you can get information pooled from both.
We now track IM app launches and update status as soon as new information sources are available.
Information is cached as a sideeffect of the above - some things are a bit faster.
As well as that it allows you to launch your preferred IM when it's not running by clicking the presence field in a KMail fancy header.
There will be some flicker due to brute force updating the message view on app start or exit, but this will be an infrequent event unless I've messed up and everything crashes every two minutes.
svn path=/trunk/kdepim/; revision=313909
22 years ago
Bo Thorsen
076de7f50e
Give url handlers some possibilities to get back to KMail for identity handling, mailing, etc.
...
svn path=/trunk/kdepim/; revision=310565
22 years ago
Cornelius Schumacher
7a336f82d6
Disable the groupware URL handler.
...
svn path=/trunk/kdepim/; revision=307857
22 years ago
Till Adam
607583a092
Backport the bodypartformatter (plugin) infrastructure from aegypten
...
branch.
svn path=/trunk/kdepim/; revision=306567
22 years ago
David Faure
3b1d22b863
kgpgcertmanager renamed to kleopatra
...
svn path=/trunk/kdepim/; revision=299420
22 years ago
Till Adam
832778ca8c
Only display "Groupware choice" over groupware links.
...
Bo, it this too simplistic?
CCMAIL: 74656-done@bugs.kde.org
CCMAIL: bo@sonofthor.dk
svn path=/trunk/kdepim/; revision=287237
22 years ago
Ingo Klcker
af546816d5
Show pretty URL in the status bar when hovering over a URL. Fixes bug #70558 (IDN domains are shown ACE-encoded in the statusbar)
...
CCMAIL: 70558-fixed@bugs.kde.org
svn path=/trunk/kdepim/; revision=286627
22 years ago
Ingo Klcker
2c715b30da
Merge from osnabrueck_branch: all
...
svn path=/trunk/kdepim/; revision=280772
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Marc Mutz
f0829aec37
Fix S/MIME regression introduced by: myself :-)
...
svn path=/trunk/kdepim/; revision=260843
23 years ago
Marc Mutz
d467aca916
First steps in the direction of generic handlers for URLs in the reader window.
...
svn path=/trunk/kdepim/; revision=259848
23 years ago