174 Commits (4c8e552d147a2258cc693e8a020a11eb98aaa0ab)

Author SHA1 Message Date
Dirk Mueller 05ce0dd767 unbreak compilation (gcc 3.4+) 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago
Bo Thorsen eef5528c19 Get rid of the bogus mUseGroupware attribute in KMReaderWin 23 years ago
Marc Mutz 3f8c04a04e remove dead code 23 years ago
Marc Mutz d257135064 (as posted on kmail@kde.org) 23 years ago
Marc Mutz c3e1b61daf ReaderWin: 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz 5d6f410e2c reader win: 23 years ago
Daniel Molkentin 6beeae94db - get rid of the homebrewn vcardparser. Instead use kabc's parser 23 years ago
Scott Wheeler 3a6ef22b0e Use the same text as Konq, KNode, etc. for copying a link. Added an 23 years ago
Laurent Montel 3fa72c318c Now we can add url directly to bookmarks. 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
Ingo Klcker 46cf9121ea Forward port of the fix for bug 53975: KMail reports unsigned messages as signed 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 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 11f738af38 Move KMReaderWin::queueHtml() and all html queueing code over to 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 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
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 77e511ab40 from 3_1_BRANCH: Fix bug #47891: html messages is not printed as html 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 6d03e8f714 make the moved static KMReaderWin methods private to check where else they're used and fix those places to use the new ObjectTreeParser class. 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
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
Stephan Kulow 3ceeb4fc02 merged the kmreaderwin split 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Karl-Heinz Zimmer c76ef480b7 Crypto bugfix: enable us to verify signed mail that is embedded in an old-style (non-multipart) Digest message. 24 years ago
Karl-Heinz Zimmer 484d022e99 Bugfix: Use *different* colors for the color bar than for PGP (or S/MIME, resp.) crypto frames. This is the long awaited commit promized by me on 06. Sept. 2002. 24 years ago
Karl-Heinz Zimmer 99eb2bf16c Bugfix #1276 (equals KDE bug #43868). Make sure to update kdenetwork/kmail *and* the respective AEgypten code: gpgme/gpgmeplug/cryptpluh.h and gpgme/gpgmeplug/gpgmeplug.c. Please note: Since I _have_to_ concentrate on Kroupware now, this is my last AEgypten-related bugfix for four days: will continue fixing the remaining bugs on monday, 16.09.2002, evening. :-) 24 years ago
Karl-Heinz Zimmer 4229ddbd3e internal AEgypten bugfix #1204: "Need Debugging Option in GUI configuration" Note: Instead of implementing a GUI option for that we just use two new environment variables to controll whether KMail will create raw text files before/after calling the cryptplug functions related to signing/encrypting. This helps us keep the GUI clean from options 99.9% of the users won't use. The names of the variables are KMAIL_DEBUG_READER_CRYPTO and KMAIL_DEBUG_COMPOSER_CRYPTO, they may be set ON or OFF (or true/false or 0/1). 24 years ago
Don Sanders 4b3f78176b Reverting all my recent changes as requested by Michael. 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Michael Haeckel 8b35650285 Display text attachments as icons when iconic attachments is seleted. 24 years ago
Ingo Klcker 52f537b220 -double KMReaderWin::pointsToPixel(int pointSize) 24 years ago