852 Commits (e8c3d343b53bbb3ccfa96c8d49d15f9d486ce843)

Author SHA1 Message Date
Till Adam e8c3d343b5 Patch by Matt Douhan <matt@fruitsalad.org> 22 years ago
Ingo Klcker fcd3c73a53 Remove newlines and strip whitespace from the text of all lineedits. Use the convenience functions everywhere. This fixes bug 78386 (pasted subjects with newlines cause an incorrect message to be created). 22 years ago
Lus Pedro Coelho 5f87fda4ca If there was selected text when ENTER was pressed, the cursor position may change. 22 years ago
Daniel Molkentin 535c337c26 don't be strict if we don't have any use for it anymore :) 22 years ago
Daniel Molkentin 9ec1ccd2a9 initially defaulting to off is fine, but don't try to care for the user if you in fact annoy him. 22 years ago
Ingo Klcker efbf2a4226 Remove obsolete code. This functionality is now in KPIM::AddresseeLineEdit. 22 years ago
Bo Thorsen 815a07707f Moving the getNameAndMail method from addresseelineedit to email where it belongs. And do the three places that depend on this. The reason for this was that there was three places to split email addresses. Now it's at least down to two. It could be argued that the method in kmail/kmmessage should be moved here also, so you have all three in the same place. Patch approved by dfaure 22 years ago
David Faure dfdfb1a0db Fixed the bug where the composer window wouldn't notice that the identity was updated, 22 years ago
Till Adam c65e9d96e1 As per Ingo's request and discussed in #78522 add short tooltips and long 22 years ago
Stephan Binner c52c3fee3a Less invented compound nouns (filename, username, hostname) 22 years ago
Till Adam de7709d173 Set parent for the color chooser correctly. 22 years ago
David Faure eaf3a93d05 Correctly initialize the sign/encrypt columns so that adding an attachment shows 22 years ago
Ingo Klcker 132b986d1a Reword according to Marc's proposal 22 years ago
Ingo Klcker 2d8bfcf73c fix typo 22 years ago
Ingo Klcker b8332e10c2 Crypto Module -> Crypto Protocol 22 years ago
Stephan Binner 3086c5c9d2 Fixe close confirmation dialog: "Cancel" cancels what is in the caption and 22 years ago
Karl-Heinz Zimmer 3333406754 Enable other programs to specify an own encoding for each of the attachments passed into an openComposer call. 22 years ago
Ingo Klcker 029c007942 Factor the creation of an mbox-style message separator line into a method. This fixes the bug that in KMComposeWin the value of fromEmail() wasn't checked for being empty and it fixes the bug that dateShortStr() was never checked for being empty (both bugs lead to invalid message separators which is really bad because KMail itself doesn't accept those invalid message separators when it scans an mbox file) 22 years ago
Ingo Klcker 226d542662 Fix writing the dead letter and printing by using mComposedMessages.first() instead of mMsg (which always points to the initial message object that was set with setMsg). 22 years ago
Andrew Coles 4e8280a3d8 CVS_SILENT 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
David Faure 1f20454097 Moved slotAutoSpellCheckingToggled() to the slots section so that it works. 22 years ago
Marc Mutz cc924efbea Add an option to configure the composer autosave interval. Patch originally developed in aegypten_branch and posted to kmail-devel by David Faure, changed to include the right amount of whitespace by me on request of Ingo. 22 years ago
Marc Mutz a5dddd58cb GUI: Merge from aegypten_branch: tie it all together: The Composer 22 years ago
Stephan Binner 20ce06e778 "Attach"/"Insert" button in file dialog when attaching/inserting file 22 years ago
Ingo Klcker 9e9818f84c - Make sure the current crypto module is actually used. 22 years ago
David Faure f4baeeff42 Fixed crash when sending mail from my test user - set the action to 0 when not 22 years ago
David Faure c6b55c676f Use KPIM::AddresseeLineEdit in order to have ordered LDAP completion 22 years ago
Laurent Montel d0809641b3 Display "No misspellings encountered" when we have any word to spell checking 22 years ago
Bo Thorsen 3437682b01 Wire the KOrganizer resource view to the sub resources. 22 years ago
David Faure 3212ced848 Improve buttons text in warning msg box 22 years ago
Ingo Klcker 8316f46562 Tell the user already in the composer if the sender address is missing. 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
David Faure b1da3c11d7 GUI: Implemented "Expire messages by moving them to another folder". 22 years ago
Stephan Binner 7b2b011716 CVS_SILENT i18n style guide fixes 22 years ago
Karl-Heinz Zimmer abeb2da830 fixing bug #33653 (equals kolab issue #96) according to RFC 2822, 3.4 allowing to have an EMPTY group of mailboxes in the TO header field. 22 years ago
Don Sanders 2d861b98e5 Outlook compatible attachment naming option. 22 years ago
Stephan Binner 4e5f09126b "Open" button in dialog for "Insert File..." but not for "Attach File..." 22 years ago
Ingo Klcker 78d4844fc3 Disable invalid items in the attachment popup menu in the composer. Patch by Tobias Schaefer. 22 years ago
Edwin Schepers 72f432d6cc - added button for resetting fontsettings in html-composer toolbar 22 years ago
Laurent Montel 2a2d0fa46a Hide html toolbar when we disable "html formating" same as 22 years ago
Stephan Binner 929470ace4 More KStdGuiItems/icons 22 years ago
Laurent Montel 9c4399a381 Share some code. 22 years ago
Volker Krause 7f1f261af3 Fix bug #74233 (composer toolbars not configurable from within kontact). 22 years ago
Laurent Montel 51b31f2c9f Add FindNext action 22 years ago
Ingo Klcker b507d6e4f7 Ensure that a message is correctly and fully parsed if it is re-added to a folder after editting the message is aborted. 22 years ago
Ingo Klcker 5e295b363f - Fix HTML editting regression: Forwarding/Redirecting HTML messages didn't 22 years ago
Edwin Schepers 5054024501 - alignJustify option deleted 22 years ago
Ingo Klcker 53ae1568b4 Fix bug with dragging around text in the composer. It helps if one calls the correct methods of the superclass from reimplemented methods. Doh! 22 years ago
David Faure 4b845dd71f Don't create more than one KDictSpellCheckingHighlighter (regression introduced 22 years ago