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
Till Adam
9a84c74e76
KMMsgDict rafactoring/clarification and related fixes, as discussed
...
here: http://lists.kde.org/?l=kmail-devel&m=111945756024656&w=2
I've changed the KMMsgDict::instance() to return a pointer instead of a
reference, compared to the patch I posted, after valid criticism from
Marc that the pattern is generally used with a pointer, in KDE, so it's
better not to surprise people here.
svn path=/trunk/KDE/kdepim/; revision=428560
21 years ago
Don Sanders
d4af074745
Various sublime actionscheduler improvements.
...
Note: This code is compiled but is currently unused (in cvs).
svn path=/trunk/kdepim/; revision=408532
21 years ago
Ingo Klcker
1c8e82e83d
Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command.
...
svn path=/trunk/kdepim/; revision=317493
22 years ago
Ingo Klcker
a17a4d395e
more detailed completed status for KMCommands
...
svn path=/trunk/kdepim/; revision=316069
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
23 years ago
Don Sanders
d5b1bdc02e
Update copyright / license to urlhandlermanager.h style.
...
svn path=/trunk/kdepim/; revision=262908
23 years ago
Don Sanders
b0ed48a264
A class for asynchronous filtering of messages.
...
svn path=/trunk/kdepim/; revision=262399
23 years ago