Frank Osterfeld
|
d1dfa77976
|
merge changes from enterprise
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
|
19 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
|
85bbe29fda
|
Make compile
svn path=/trunk/KDE/kdepim/; revision=431425
|
21 years ago |
Thomas Zander
|
753d8448fb
|
CVSSILENT: More header cleanup
svn path=/trunk/KDE/kdepim/; revision=425133
|
21 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 |
Daniel Molkentin
|
9b71a29693
|
debug areas for HEAD, too
svn path=/trunk/kdenetwork/kmail/; revision=198200
|
24 years ago |
Dirk Mueller
|
6797558d5d
|
356 includes less
svn path=/trunk/kdenetwork/kmail/; revision=117339
|
25 years ago |
Cornelius Schumacher
|
0a245e8333
|
Fix for sending RFC2447 attachments via DCOP interface.
svn path=/trunk/kdenetwork/kmail/; revision=104789
|
25 years ago |