717 Commits (cb094cce121acf240cbf46a4f6b03f79533c8d41)

Author SHA1 Message Date
Ingo Klcker 16b60afef0 Fix bug 66589: Href style links get confused by KMail 23 years ago
Marc Mutz 9f8a6ea097 Reword some mailto-RMB actions. Patch by Mikolaj Machowski (mikmach(at)wp(dot)pl). 23 years ago
Till Adam a1f43602e1 Inform upgrading and new users that we now sport not only disconnected 23 years ago
Marc Mutz d467aca916 First steps in the direction of generic handlers for URLs in the reader window. 23 years ago
Ingo Klcker e03d4ab405 Deal with bug #52813. Some people think that they can edit an attachment of a message just because they can open it. Make all attachments read-only so that those people notice that this simply isn't possible. 23 years ago
Marc Mutz b6103a9239 Cleanup partNode interface: encodedBody() returns const-reference instead of reference, move some big inline methods and ctors/dtor to the cpp file, remove public'ness of member variables and introduce new accessors for them. Adapt users of the members and clean up a bit in the CryptPlug-related methods of objecttreeparser. 23 years ago
Marc Mutz 06e7507fbf compile 23 years ago
Waldo Bastian 8e1c7d04e7 Make opaque resizing configurable. (BR63940) 23 years ago
Ingo Klcker ce4ef932c7 Revert workaround for bug #65332 (Wrong font used when Courier or Utopia selected) because it broke the printing font. This bug has to be fixed in khtml anyway and I already submitted a patch for review. 23 years ago
Marc Mutz 440d618087 Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass). 23 years ago
Marc Mutz 6b2bcdaaee Extract HTML init'ing and readerwin-signals emitting from ObjectTreeParser::parseObjectTree into the callers. For KMMimePartTree, add new KMReaderWin::setMsgPart( partNode * ), so all the junk from parseObjectTree doesn't end up in the MIME Tree Viewer. 23 years ago
Ingo Klcker 8c38c5b7b8 Fix bug #65332: Wrong font used when Courier or Utopia selected 23 years ago
Ingo Klcker 4de8b0202d Only update the reader window if we are displaying a message. This fixes the vanishing of viewed text attachments after pressing 'X' (for fixed width mode). Instead 'X' is ignored for now. 23 years ago
Ingo Klcker 35565afd0a Don't crash if view source is pressed in case we show an attachment and no message in the external reader window. 23 years ago
Ingo Klcker 37fa7eb259 - Move some code to new KMReaderWin::setStyleDependantFrameWidth method to avoid code duplication. 23 years ago
Marc Mutz dbc6a9371e Use KHTMLPart::setUserStyleSheet() to set out CSS defintions (instead of using <script>). Thanks to Dirk for the tip. 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Carsten Burghardt d3b1488c66 As nobody objected I commit the already posted patch to first show the attachment menu before loading the part. 23 years ago
Ingo Klcker 10e2bf787b Reword "Add to Bookmarks" (as in libkonq) 23 years ago
Ingo Klcker ff7f189a68 Make the width of the frames of the panes in KMail dependant on the widget style so that it (hopefully) looks good with all styles which define a reasonable default frame width. Tested with Keramik and dotNET. Based on a patch by Chris Lee. 23 years ago
Till Adam ffe4e32224 Allow the user to place the message preview pane either below the messages 23 years ago
Carsten Burghardt 7e5feea6f5 - display attachment-contextmenu (right-click) in readerwin before loading the part so that you immediately get feedback 23 years ago
Aaron J. Seigo 3a260077d3 don't use single keystroke accels by default for dangerous or potentially 23 years ago
Stephan Kulow 0f960667b4 get rid of an ASSERT message 23 years ago
Ingo Klcker 1787687dad Make the dialog which is shown when the user clicks on an attachment in the reader window similar to the dialog which is shown in Konqueror for non-embedable stuff. Apart of changing some messages this includes a Don't ask again checkbox which makes it possible to store the user's decision per mime type. 23 years ago
Ingo Klcker d9e15b1b8d Make clicking on URLs in the separate reader window work. Thanks for the hint, Laurent. 23 years ago
Marc Mutz 1d8115b52e - Move mime tree viewer to the reader window (patch as posted, still 23 years ago
Eugene Zelenko cb67f30cb9 Fix IMAP acronym 23 years ago
Till Adam e83e6c65eb List some more new features in the welcome screen. 23 years ago
Don Sanders 874c62d54b missed a comma. 23 years ago
Don Sanders 1b2fa50820 Try to compromise between Marc style brevity and including the info 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Don Sanders 97fc8a6638 Please don't change the descriptions of improvements I've made without consulting me. Many of the new strings were vague and didn't give an explanation of the improvement that would be meaningful to users. 23 years ago
Marc Mutz f8780e41a3 Make "new features" section more concise by reducing item texts to mostly keywords. Now most items fit into a single line. Sort list by "impact" on the user. 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago
Antonio Larrosa Jimenez 380c043cef It seems plural forms don't like to have \n in a sentence 23 years ago
Marc Mutz 8492e8a6b4 Mention SMTP pipelining in "new features" section 23 years ago
Till Adam 0b2dfd439b - make markAsRead perform as advertised and not do mark as Old 23 years ago
Bo Thorsen eef5528c19 Get rid of the bogus mUseGroupware attribute in KMReaderWin 23 years ago
Bo Thorsen 6fdfd66932 Begin getting rid of mUseGroupware in KMReaderWin. That variable should never have been added. 23 years ago
Marc Mutz 1e9d9b0669 o Replace KMMessagePart::encodeBase64() (which recently won the LinuxTag 23 years ago
Marc Mutz 3f8c04a04e remove dead code 23 years ago
Marc Mutz d257135064 (as posted on kmail@kde.org) 23 years ago
Ingo Klcker 5f6e9d1ece Silence the people that complain about 'unchangable backgroundcolor with encryption' (http://bugs.kde.org/show_bug.cgi?id=36853). 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Marc Mutz c3e1b61daf ReaderWin: 23 years ago
Till Adam eb8610878e Fix duplicate actions correctly this time. Hopefully. 23 years ago
Till Adam c3513e1fac Revert 1.667. This needs to be fixed differently, or we need to live with 23 years ago
Helge Deller af2967c020 roaming user fixes & some small cleanups 23 years ago
Dirk Mueller e9370689c3 typo fixes 23 years ago