623 Commits (f0fd255cdcf4c8884ee8524a3be9fc90bf24ac25)

Author SHA1 Message Date
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
Marc Mutz a8f3e77ef2 Added AttachmentStrategy class to encapsulate attachment style algorithms (not yet). The four AttachmentStrategy objects are Singletons, so it's safe to compare them by comparing their pointers. 24 years ago
Melchior Franz 934762669c Fix #46703 again ("show MIME tree = always" acts like "smart"). 24 years ago
Marc Mutz 7f3c932ade "Replace parameter with member" again. Don't pass the cryptPlug to use down the function call hierarchy, but save it in a member variable 24 years ago
Marc Mutz 01a4287821 "Replace parameter with member" (dunno if that exists yet). This time it's requestStringPtr that stank. ;-) 24 years ago
Marc Mutz f71aaf8edd Make ObjectTreeParser a class instead of a namespace: 24 years ago
Marc Mutz 6529da9612 move more stuff from KMReaderWin to ObjectTreeParser: okDecryptMIME, byteArrayToTempFile, tmpHelper, ... 24 years ago
Marc Mutz 57e48e931f More refactoring: 24 years ago
Marc Mutz b47bac9fa4 from pre-3_1_BRANCH HEAD: #ifndef NDEBUG around several lines of code that are only used for a kdDebug. 24 years ago
Marc Mutz 77bfcfb2b7 from 3_1_BRANCH: 24 years ago
Daniel Molkentin 9b71a29693 debug areas for HEAD, too 24 years ago
Marc Mutz 2711c34f33 this little method told me "please move me where I belong" so that's what I did 24 years ago
Marc Mutz 001cc59021 start to refactor the readerwin 24 years ago
Ingo Klcker 5955f964f4 Port the change of the color bar to HEAD (where it was committed to already on Sep 19). For some reason it was never ported to make_it_cool and therefore it was reverted when make_it_cool was dumped on HEAD. I'll bet there are a lot more changes (cf. my other re-commits of 'forgotten' patches) which were never ported from HEAD or KDE_3_1_BRANCH to make_it_cool and which were lost during the last try to merge make_it_cool to HEAD. This shows that dumping one branch on another branch is a very bad idea because now we have to check which patches and bug fixes are missing in HEAD as compared to KDE_3_1_BRANCH. This could have been avoided with the smaller patches Marc and Zack prepared. 24 years ago
Bo Thorsen bec6944e19 Kroupware merge: This is basically most of the kroupware branch changes. There is stuff in the kmgroupware*.* that is only kept for debugging purposes - it will go away when kaplan is more finished. 24 years ago
Dirk Mueller fcb57183c4 fix includes 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Laurent Montel 752f795ca1 Fix includes 24 years ago
David Faure d416642f00 #ifndef NDEBUG around several lines of code that are only used for a kdDebug. 24 years ago
Stephan Kulow 3ceeb4fc02 merged the kmreaderwin split 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Ingo Klcker 035f1f5dcb Fix Bug 50972: attachments using mimetype text/rtf will be displayed inline 24 years ago
Ingo Klcker 174855adf0 Fix smart attachment mode: 24 years ago
Marc Mutz 971dce143c warnings = 0; 24 years ago
Ingo Klcker 17460e4197 Marc's fix for bug 48581: messages with content type image/gif are not displayed 24 years ago
Karl-Heinz Zimmer 1f99607f91 crypto-related bugfix: Have a little gap between the colored crypto frames and the forwarding frame so people can better see what was signed and/or encrypted when having encapsulated messages... 24 years ago
Ingo Klcker 014c8e2fcf Really fix Bug 39876 by restoring the useFixedFont toggle action correctly. 24 years ago
Ingo Klcker dcabc1130b - Fixes filename related bugs like 47981 (links with an hash (#) in it 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Ingo Klcker eb7d4a0abb - Fix handling of mailto URLs in KMail by correctly encoding (and decoding) mailto URLs as described in RFC 2368. 24 years ago