655 Commits (87e593a20dec53e9ad100d1dd97c7406a4af898d)

Author SHA1 Message Date
Daniel Molkentin 6beeae94db - get rid of the homebrewn vcardparser. Instead use kabc's parser 23 years ago
Zack Rusin 724b8e6b05 Cleaning up headers. Trying to make the "config.h" -> kmail headers -> 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Ingo Klcker d9384b752d Add section 'Important changes' to the Welcome page 23 years ago
Stephan Kulow b8cfc50618 kbusyptr is completely dead now, the internal stack isn't needed as QApplication 23 years ago
Till Adam cf5ea988de Select the whole thread when selecting the parent of a closed thread. 23 years ago
Ingo Klcker ebfa447698 Fix 57335: selected messages are always marked as read 23 years ago
Ingo Klcker 59c9dcd53c Treat clearsigned resp. inline encrypted messages which only have a few empty lines before the OpenPGP block as fully signed/encrypted 23 years ago
Ingo Klcker 860b7e7452 Use fixed font only for the message text but not for the message header nor for the headers of the status frames (OpenPGP, embedded message, etc.). This change was inspired by wish #55607. If someone still wants to have the headers printed in fixed width font then he can simply select a fixed width font as normal body font. 23 years ago
Scott Wheeler 3a6ef22b0e Use the same text as Konq, KNode, etc. for copying a link. Added an 23 years ago
Ingo Klcker 38b273748a - Fix bug 53665: Error when reply to a HTML message 23 years ago
Ingo Klcker 66db99f467 Fix wording of new Add to Bookmarks feature and add the appropriate icon 23 years ago
Laurent Montel 3fa72c318c Now we can add url directly to bookmarks. 23 years ago
David Faure 337a08150a Fixed UMR found by valgrind - setHeaderStyleAndStrategy uses mDelayedMarkAsRead, 23 years ago
Ingo Klcker 5b14c5d3a6 - Fix the logic which decides how text attachments and other attachments displayed depending on the attachment strategy. Among other things this fixes bug 55377 (Hiding attachments causes HTML messages to be renderend as HTML code). 23 years ago
Don Sanders fabfb7da79 Update the list of changes. 23 years ago
Ingo Klcker 5a163929cf Make kmail compile with kdelibs from 3_1 23 years ago
George Staikos 3a97762b89 Xinerama fix I forgot to commit 23 years ago
Ingo Klcker b9df8c1302 Get rid of the crypt plug error message boxes. Instead the error messages are shown in the status frames. 23 years ago
Antonio Larrosa Jimenez 9a7ebcb078 Replaced comparisons to "" by using isEmpty() 23 years ago
Marc Mutz c94ee6fce3 small cleanups (move var definition to initialization, remove unused vars) 23 years ago
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 23 years ago
Don Sanders cf426aa9a5 Fix vcard problem. 23 years ago
Melchior Franz 083876645f fix spelling 23 years ago
Marc Mutz 4868dbed5b Ingo is right, of course. Add mFoo = 0; after delete mFoo. 23 years ago
Marc Mutz 80b4cd087b mHtmlWriter isn't a QObject generally, so delete it in the dtor. But then, it's better to pass 0 instead of 'this' to the KHtmlPartHtmlWriter ctor, which happens to be a QObject. 23 years ago
Zack Rusin c54414e41f All QObject's with set parents. 23 years ago
Carsten Burghardt c53a04886e Add the startup feature to the introduction 23 years ago
Marc Mutz 6aad449965 s/HeaderStyleNew/HeaderStyle/g; 23 years ago
Marc Mutz b0191f48f0 - remove KMReaderWin::HeaderStyle enum and fix everything that breaks 23 years ago
Marc Mutz 5aa139ad34 2x "self-encapsulate field", followed by removal of both fields. Their values can just as easily be queried from other member fields. 23 years ago
Marc Mutz 5784240040 - delete mHtmlWriter again (not all HtmlWriters are QObjects and owned by this) 23 years ago
Marc Mutz 4d1ea3b127 - pseudo-replace KMReaderWin::HeaderStyle with hardcoded Header{Style,Strategy} pairs 24 years ago
Marc Mutz 1cef3d1568 KMReaderWin provides, but doesn't yet use HeaderStrategy's 24 years ago
Marc Mutz 96e8bc5ffa "TODO: Implement this using the custom prefixes." -> done ;-) 24 years ago
Marc Mutz c2cec0f610 small cleanups and unneeded members removal 24 years ago
Marc Mutz e389da4b7a Hmm, how does color recycling work in KMail if _that_ member is unused?? 24 years ago
Marc Mutz 02e40f505a unused 24 years ago
Marc Mutz cd18f917ec - Remove commented out methods. 24 years ago
Marc Mutz 11f738af38 Move KMReaderWin::queueHtml() and all html queueing code over to 24 years ago
Marc Mutz e7cc9c9955 Resolve a "fixme-after-msg-freeze". 24 years ago
Ingo Klcker 2512be20c1 Fix Bug 53108: fancy 'Date:' format is also used in printing 24 years ago
Cornelius Schumacher bb04207614 Make it compile. 24 years ago
Marc Mutz 82a93b7328 Use htmlWriter() in KMReaderWin, too. 24 years ago
Marc Mutz 979cc834a5 this little method cried "I want to be on ObjectTreeParser. Nobody else calls me but ObjectTreeParser...", so I moved it. 24 years ago
Marc Mutz 9c14e2e47e Trying to fix the KMail side of "KMail doesn't understand me if I hit "Cancel" in pinentry". 24 years ago
Marc Mutz 88e68fcf7c Don't leak html writers. Create and use one and only one HtmlWriter per KMReaderWin. 24 years ago
Marc Mutz fe6acf4557 make KHtmlPartHtmlWriter a friend of KMReaderWin and add a factory method to create a HtmlWriter, given a KMReaderWin. 24 years ago
Marc Mutz 6cbcf61b42 remove unused member 24 years ago
Marc Mutz 663348ada6 Make denying loading of external references work again 24 years ago