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 |
Dirk Mueller
|
05ce0dd767
|
unbreak compilation (gcc 3.4+)
svn path=/trunk/kdepim/; revision=239255
|
23 years ago |
Stephan Kulow
|
caf616bbeb
|
moving kconfig.h and kcmdlineargs.h in the files that need it (kmkernel.h
does not)
svn path=/trunk/kdepim/; revision=222721
|
23 years ago |
Zack Rusin
|
b128a466e2
|
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
|
23 years ago |
Marc Mutz
|
e2a890c1ac
|
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
svn path=/trunk/kdepim/; revision=204080
|
23 years ago |
Marc Mutz
|
54d116b7b7
|
I'm stupid. The compiler/linker will of course merge those strings. No need to invent unneeded mem saving myself ;-)
svn path=/trunk/kdepim/; revision=201482
|
23 years ago |
Marc Mutz
|
b69a2628b1
|
Hmm, "brief" actually shows almost all headers "standard" shows, except To:
svn path=/trunk/kdepim/; revision=201433
|
23 years ago |
Marc Mutz
|
5a8d46f118
|
Use the same header field sets that current KMail uses.
svn path=/trunk/kdepim/; revision=201414
|
23 years ago |
Marc Mutz
|
ad2f92ba54
|
new class HeaderStrategy that is used to decide which headers to show and which to hide.
svn path=/trunk/kdepim/; revision=201205
|
24 years ago |