Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
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
Stephan Kulow
a8539e95e9
removed deprecated QTextStream functions
...
svn path=/trunk/KDE/kdepim/; revision=535667
20 years ago
Reinhold Kainhofer
9a45f24a43
deprecated QFile methods (name->fileName, setName->setFileName, swap arguments of open)
...
svn path=/trunk/KDE/kdepim/; revision=532003
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
5a9f89c72a
q3cstring--
...
svn path=/trunk/KDE/kdepim/; revision=490794
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Ingo Klcker
37fd00aaff
Fix displaying HTML messages with embedded images. Patch by Aurélien Gâteau.
...
BUG:6710
svn path=/branches/KDE/3.5/kdepim/; revision=454999
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
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
dbc6a9371e
Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip.
...
svn path=/trunk/kdepim/; revision=256107
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
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
11639f186e
flush on write (helps with debugging)
...
svn path=/trunk/kdepim/; revision=208179
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
Cornelius Schumacher
48908bb837
Make it compile.
...
svn path=/trunk/kdepim/; revision=202670
23 years ago
Marc Mutz
2f8bf7354a
New HtmlWriters {Tee,File}HtmlWriter:
...
- TeeHtmlWriter takes a list of HtmlWriters and just forwards every write()
request to all registered HtmlWriter's
- FileHtmlWriter writes - yes - to a file.
These are for debugging only, though one could think of offering
"save as html" functionality.
svn path=/trunk/kdepim/; revision=202590
23 years ago