Adriaan de Groot
02b5a21522
Since the KMail homepage has moved into kontact.kde.org, it's a good idea to point there instead of the deprecated kmail.kde.org. Not a string change.
...
svn path=/branches/KDE/3.5/kdepim/; revision=628565
19 years ago
Pradeepto Bhattacharya
6ed657d0c0
Proko Issue 1537 : Just changing the copyright years.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=613669
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
Thomas Zander
4f4974df2e
Give myself a little credit ;)
...
svn path=/branches/KDE/3.5/kdepim/; revision=467910
21 years ago
Stephan Kulow
edc69d53ca
grrr, copyright years are just like version updates
...
svn path=/branches/KDE/3.5/kdepim/; revision=458761
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Ingo Klcker
ea9875239b
Grr. I forgot to add one of our most valuable contributors. Minus the new string I will backport it to KDE 3.4.1.
...
svn path=/trunk/kdepim/; revision=393219
21 years ago
Ingo Klcker
4f720adf54
Give credit to everybody (I hope I didn't miss anyone) who contributed to KMail 1.8. Quite an impressive list I think.
...
svn path=/trunk/kdepim/; revision=392351
21 years ago
Ingo Klcker
d7e1dd2d13
Give Edwin credits for his work on HTML composition.
...
CCMAIL: sanders@kde.org
svn path=/trunk/kdepim/; revision=336259
22 years ago
Ingo Klcker
8045074881
Add comment about the commit policy for this file.
...
svn path=/trunk/kdepim/; revision=315965
22 years ago
Ingo Klcker
3fd0bc45bc
This list is sorted alphabetically.
...
svn path=/trunk/kdepim/; revision=314937
22 years ago
Fred Emmott
2372724eb5
Added myself as point-of-contact for questions about the anti-virus support.
...
svn path=/trunk/kdepim/; revision=314729
22 years ago
Ingo Klcker
ce40603ee3
More credits.
...
svn path=/trunk/kdepim/; revision=305654
22 years ago
Ingo Klcker
2c715b30da
Merge from osnabrueck_branch: all
...
svn path=/trunk/kdepim/; revision=280772
22 years ago
Ingo Klcker
6838e476a4
Update copyright and add a few credits (many more are missing)
...
svn path=/trunk/kdepim/; revision=280468
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
Till Adam
c2b1cc210e
Change my email address to the kde one. I am told this is ok, string freeze
...
wise.
svn path=/trunk/kdepim/; revision=267576
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Ingo Klcker
122ef5954b
- Promote Till Adam to core developer.
...
- Change Carsten's email address.
CCMAIL: till@adam-lilienthal.de
CCMAIL: burghardt@kde.org
svn path=/trunk/kdepim/; revision=227904
23 years ago
Laurent Montel
2113f0c8b8
Change Ingo Klöcker email because yesterday this email was not good
...
svn path=/trunk/kdepim/; revision=217973
23 years ago
Ingo Klcker
09e8a75b2a
Add credits for contribution to KMail
...
CCMAIL: patrick.vogt@unibas.ch
CCMAIL: till@adam-lilienthal.de
svn path=/trunk/kdepim/; revision=213712
23 years ago
Ingo Klcker
0d86a66965
Add David Faure, Steffen Hansen and Bo Thorsen from the Kroupware project.
...
Add Ryan Breen (system tray notification).
Add some descriptions.
Wuebben -> Wübben (ü = ü).
Move Heiko Hund to Credits tab (I intend to move everyone below Zack who (this refers not to Zack but to everyone below Zack) hasn't contributed to KMail development during the KDE 3.2+ development cycle together with a short description of their former contributions to the Credits tab).
The KDE Email client -> KDE Email Client
svn path=/trunk/kdepim/; revision=204247
23 years ago
Marc Mutz
f512f1d511
New class KMail::AboutData, to be used in main.cpp and kmail_part.cpp instead of KAboutData. I hope the only change is removing the trailing space in Stefan Taferner's name. OK'ed by Ingo
...
svn path=/trunk/kdepim/; revision=204235
23 years ago