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 |
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 |
David Faure
|
344acd67a4
|
Backport: don't let the "No HTML Message" label force a minimum height on the reader widget.
svn path=/branches/proko2/kdepim/; revision=394936
|
21 years ago |
David Faure
|
18cdc99be7
|
Don't let the "No HTML Message" label force a minimum height on the reader widget.
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=394935
|
21 years ago |
David Faure
|
6c01ed297b
|
Don't let the "No HTML Message" label force a minimum height on the reader widget.
Reported by Nicolas T. on the wrong list :)
svn path=/trunk/kdepim/; revision=394934
|
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
|
828f860a59
|
Make the html status bar a widget of it's own right. Adding implementation to build; not yet used by reader.
svn path=/trunk/kdepim/; revision=229276
|
23 years ago |