Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pradeepto Bhattacharya
4865d706f8
Merge ...
...
SVN commit 663344 by djarvie:
Fix sendMessage() DCOP call failing to wait for attachments to be downloaded
and included in the message, before sending it.
This fixes KAlarm failing to send attachments when KMail is used as the email
client. The fix will be included in KDE 3.5.7.
svn path=/branches/kdepim/enterprise/kdepim/; revision=669324
19 years ago
David Jarvie
6fc773f395
Bug 144958:
...
Fix sendMessage() DCOP call failing to wait for attachments to be downloaded
and included in the message, before sending it.
svn path=/trunk/KDE/kdepim/; revision=663359
19 years ago
David Jarvie
0de112aaa8
Fix sendMessage() DCOP call failing to wait for attachments to be downloaded
...
and included in the message, before sending it.
This fixes KAlarm failing to send attachments when KMail is used as the email
client. The fix will be included in KDE 3.5.7.
BUG: 144958
svn path=/branches/KDE/3.5/kdepim/; revision=663344
19 years ago
Laurent Montel
a546a57d4b
DBus port++
...
svn path=/trunk/KDE/kdepim/; revision=624965
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
Ismail Onur Filiz
ea883abdd3
Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched.
...
BUG: 123261
svn path=/trunk/KDE/kdepim/; revision=516822
20 years ago
Laurent Montel
54bf075d4b
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512502
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
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
556227ccc0
Abstract KMComposeWin behind KMail::Composer. Patch as posted on kmail-devel.
...
svn path=/trunk/KDE/kdepim/; revision=429149
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Ingo Klcker
d2cf0a61d4
- hide deprecated DCOP calls
...
- output "Deprecated" debug message in case the deprecated DCOP calls are used
- coding style fixes
svn path=/trunk/kdepim/; revision=302866
22 years ago
Martin Kbele
ddba80d6e2
added two new dcop methods in MailServiceTransportIface::sendMessage.
...
Added the parameter "From"
svn path=/trunk/kdepim/; revision=302715
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
Zack Rusin
db7b5a0775
To Danimo: implemented the MailTransportServiceIface in KMail.
...
To Sven: follow the style of the file to which you are committing.
To all others: removing printf's and switching some asserts.
To myself: you got a nice butt.
svn path=/trunk/kdepim/; revision=223697
23 years ago