Frank Osterfeld
|
d1dfa77976
|
merge changes from enterprise
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
|
19 years ago |
Arto Hytnen
|
86916891d9
|
i18n html tags fixes only to kdepim
svn path=/trunk/KDE/kdepim/; revision=702957
|
19 years ago |
Thomas McGuire
|
d7dc9dbfac
|
HTML statusbar:
- show the correct background color again
- remove tabs
svn path=/trunk/KDE/kdepim/; revision=698615
|
19 years ago |
Laurent Montel
|
a2849e0f7f
|
Not necessary
svn path=/trunk/KDE/kdepim/; revision=685626
|
19 years ago |
Stephan Kulow
|
2ebce6f21b
|
more porting errors
svn path=/trunk/KDE/kdepim/; revision=631915
|
19 years ago |
Matthias Kretz
|
428ee4239a
|
merge the kinstance-redesign branch back to trunk.
svn path=/trunk/KDE/kdepim/; revision=628296
|
19 years ago |
David Faure
|
38ec9afb4b
|
kapplication.h removed where not useful
svn path=/trunk/KDE/kdepim/; revision=621637
|
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
|
ee46d3efe0
|
#include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
|
20 years ago |
Reinhold Kainhofer
|
60256d9d9f
|
deprecated QWidget methods
svn path=/trunk/KDE/kdepim/; revision=535759
|
20 years ago |
Reinhold Kainhofer
|
d892497f04
|
deprecated QLabel constructors and methods
svn path=/trunk/KDE/kdepim/; revision=535649
|
20 years ago |
Andreas Gungl
|
db8f1ad5ad
|
porting for KConfig changes
svn path=/trunk/KDE/kdepim/; revision=493930
|
21 years ago |
Laurent Montel
|
60b450d35f
|
QString::null-> QString()
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
|
21 years ago |
Volker Krause
|
ed72a72900
|
More KMail porting.
svn path=/trunk/KDE/kdepim/; revision=461331
|
21 years ago |
Volker Krause
|
0f6fe9fdb4
|
117 of 167 files compile
svn path=/trunk/KDE/kdepim/; revision=461055
|
21 years ago |
Laurent Montel
|
57f2203adc
|
Some port
svn path=/trunk/KDE/kdepim/; revision=457004
|
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 |
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 |