Laurent Montel
|
a2849e0f7f
|
Not necessary
svn path=/trunk/KDE/kdepim/; revision=685626
|
19 years ago |
Volker Krause
|
4cd29a3d87
|
Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable
some DCOP stuff, etc.).
svn path=/trunk/KDE/kdepim/; revision=561669
|
20 years ago |
Edwin Schepers
|
564a60b034
|
fix crash
svn path=/trunk/KDE/kdepim/; revision=542632
|
20 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
|
6396fad702
|
Additional
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
|
20 years ago |
Reinhold Kainhofer
|
ecbb50fab2
|
Deprecated [QK]ComboBox calls
svn path=/trunk/KDE/kdepim/; revision=535791
|
20 years ago |
Reinhold Kainhofer
|
92ea42f7c5
|
deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText
svn path=/trunk/KDE/kdepim/; revision=532058
|
20 years ago |
Laurent Montel
|
86b590e799
|
Deprecated--
svn path=/trunk/KDE/kdepim/; revision=512681
|
20 years ago |
Laurent Montel
|
691967fab7
|
deprecated--
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
|
20 years ago |
Laurent Montel
|
a49726750f
|
Fix crash when list of spell program is empty
svn path=/trunk/KDE/kdepim/; revision=486451
|
21 years ago |
Ingo Klcker
|
59616a4f37
|
kmail compiles again. Linking still fails due to a problem with KTempDir::existing().
svn path=/trunk/KDE/kdepim/; revision=467698
|
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 |
Ingo Klcker
|
8a15bc9653
|
Fix the problem that the dictionary couldn't be set to 'ISpell default' (in case the KDE-global dictionary isn't ISpell default). The problem is that the internal name (in KSpellConfig) for 'ISpell default' is the empty string. But we treat the empty string as the KDE-global dictionary.
svn path=/trunk/kdepim/; revision=263977
|
23 years ago |
Ingo Klcker
|
3521b4e4a3
|
ComboBox for selecting the spell-checking dictionary. Will be used in a later commit.
svn path=/trunk/kdepim/; revision=262123
|
23 years ago |