Now %CURSOR works again, this was somehow lost in porting.
Additionally, it is now possible again to set the cursor to the first line.
BUG: 140917
CCBUG: 141459
svn path=/trunk/KDE/kdepim/; revision=700430
- Make it acutally work by opening the temporary file before writing to it
- deprecated--
- Update the attachment size when editing is done
svn path=/trunk/KDE/kdepim/; revision=697109
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
BTW: the cmake book says that cmake automatically defines a libname_EXPORT macro - why does KDE4Macros.cmake define another one? And yes, the cmake-native one automatically deals with +'s in the libname, while the KDE one didn't.
svn path=/trunk/KDE/kdepim/; revision=691443
Put all kleo headers under kleo/, and ui stuff in kleo/ui,
and adapt pim apps to look in these places, and don't include uic
generated headers in public headers. Dashboard only knows if
I am doing the right thing.
CCMAIL:tomalbers@kde.nl
svn path=/trunk/KDE/kdepimlibs/kleo/; revision=687789
- for ( it = dir->begin(); (node = *it ) && it != dir->end(); ++it ) {
is really wrong, it dereferences the end iterator!
Plus apply patch from Laurent to use KIMAP::encodeImapFolderName instead of non-ported utf7-codec.
svn path=/trunk/KDE/kdepim/; revision=683868
Also, move some things from the composer class the attachmentlistview.
Additionally port one case of QMimeData in kmcomposer.
svn path=/trunk/KDE/kdepim/; revision=682473
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
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
SVN commit 654620 by winterz:
merge SVN commit 633713 by adridg:
Since newlines display as blocks, remove them from a possible caption before display.
Patch credits to pusling.
svn path=/branches/kdepim/enterprise/kdepim/; revision=668920
SVN commit 651174 by winterz:
merge in Albert's patch from SVN commit 630238 that allows dragging of images (from ksnapshot)
svn path=/branches/kdepim/enterprise/kdepim/; revision=668343
SVN commit 645446 by wstephens:
Disallow closing the composer window whilst performing a sign operation, this causes a crash when using the
non-gpg-agent PGP backend.
BUG#113580
svn path=/branches/kdepim/enterprise/kdepim/; revision=667962
SVN commit 643332 by winterz:
SVN commit 643330 by winterz:
Fix "Messed up text conaining german umlauts in html messages when they were
saved in drafts folder and opened again from there".
Patch from Michal Bukovsky, thanks Michal!
BUGS#132487
svn path=/branches/kdepim/enterprise/kdepim/; revision=667885
KMail now uses kdepimlibs/mailtransport for sending mails and managing
transport settings. This means KMail now shares these settings with Mailody
and KNode and it now has async wallet handling :)
svn path=/trunk/KDE/kdepim/; revision=666791
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
Since newlines display as blocks, remove them from a possible caption before display.
Patch credits to pusling.
svn path=/trunk/KDE/kdepim/; revision=654622
Since newlines display as blocks, remove them from a possible caption before display.
Patch credits to pusling.
svn path=/branches/KDE/3.5/kdepim/; revision=654620