Frank Osterfeld
|
d1dfa77976
|
merge changes from enterprise
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
|
19 years ago |
Thomas McGuire
|
8f1c11bc76
|
- Remove unused Q3 includes
- warnings--
- Remove tabs
svn path=/trunk/KDE/kdepim/; revision=698623
|
19 years ago |
Daniel Molkentin
|
94a38cea12
|
major parts of the endl cleanups.
svn path=/trunk/KDE/kdepim/; revision=695704
|
19 years ago |
Laurent Montel
|
a2849e0f7f
|
Not necessary
svn path=/trunk/KDE/kdepim/; revision=685626
|
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 |
Laurent Montel
|
691967fab7
|
deprecated--
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
|
20 years ago |
Laurent Montel
|
3d403d1a81
|
Byebye Q3ValueVector
svn path=/trunk/KDE/kdepim/; revision=486353
|
21 years ago |
Laurent Montel
|
57f2203adc
|
Some port
svn path=/trunk/KDE/kdepim/; revision=457004
|
21 years ago |
Till Adam
|
607583a092
|
Backport the bodypartformatter (plugin) infrastructure from aegypten
branch.
svn path=/trunk/kdepim/; revision=306567
|
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
|
22 years ago |
Dirk Mueller
|
7512f73798
|
compile
svn path=/trunk/kdepim/; revision=242605
|
23 years ago |
Carsten Burghardt
|
bbdcd95335
|
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
svn path=/trunk/kdepim/; revision=240060
|
23 years ago |
Carsten Burghardt
|
5367a7b573
|
Move to isubject and iobserver
svn path=/trunk/kdepim/; revision=233150
|
23 years ago |
Carsten Burghardt
|
8474bdad80
|
Checkin of files needed for load-attachments-on-demand
svn path=/trunk/kdepim/; revision=232616
|
23 years ago |