o not leaking the text highlighter
o checking the mail size and going to Qt::LogText mode for mails > 500kb
because the rich text mode is very inefficient and uses about 15 bytes
per character. This loses the boldification of headers before the : for
large mails, but I guess that's preferrable to using massive amounts of
memory.
Thanks to tronical for Qt consulting. :)
CCMAIL: 73692-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=284175
KMail::UndoStack.
Waldo, would you mind if I added the Qt clause which we discussed some time ago
on the KMail list to the undostack.{h,cpp} files?
CCMAIL: Waldo Bastian <bastian@kde.org>
svn path=/trunk/kdepim/; revision=227174
Also, I'd like to rename those classes to MailSourceViewer in the KMail namespace.
David, could you move those two files (kmtextbrowser.{h,cpp}) on the server
to mailsourceviewer.{h,cpp} ?
CCMAIL: David Faure <faure@kde.org>
svn path=/trunk/kdepim/; revision=227133
- replace KMKernel::self() with kernel
- introduce KMTextBrowser for viewing raw messages or text-attachments
to fix memory leaks
svn path=/trunk/kdenetwork/kmail/; revision=175027