Edwin Schepers
55f38ae4c0
When a url is copied onto the clipboard, "Paste As Attachment" pastes the content as attachment (not the url.path() anymore)
...
BUG:57689
svn path=/trunk/kdepim/; revision=362320
22 years ago
Ingo Klcker
fd371c7bed
Set the window flags in KMail::SecondaryWindow instead of in the subclass KMComposeWin.
...
svn path=/trunk/kdepim/; revision=362303
22 years ago
Edwin Schepers
b1a359189f
Insert button (for overwriting) does now work
...
BUG:77579
svn path=/trunk/kdepim/; revision=362297
22 years ago
Bo Thorsen
a704da40bc
Fix Kontact issues with modal dialogs blocking all of Kontact by using the WGroupLeader widget flag
...
svn path=/trunk/kdepim/; revision=362204
22 years ago
Till Adam
8716e5d1b9
Patch by Sam Samy <earlgreykde@netspace.net.au> which ports the composer
...
and related things to KConfigXT. This must have been a lot of very non-
interesting grunt work, but it's a very much appreciated, so thanks a
bunch, dude. :)
Please everyone keep your eyes open for regressions, I've tried to review
it carefully, but it's big and something might have crept in.
svn path=/trunk/kdepim/; revision=361463
22 years ago
Sandro Giessl
20ddc9cee3
When Sign/Encrypt columns are hidden, the checkboxes should be hidden too...
...
BUG: 88576
svn path=/trunk/kdepim/; revision=359815
22 years ago
Sandro Giessl
0652ea3d04
Also take the QHeader::offset() into account; now the Encrypt/Sign checkboxes
...
are able to be scrolled vertically in the listview.
Now there is only one more Encrypt/Sign checkbox bug I know of left. ;)
svn path=/trunk/kdepim/; revision=359644
22 years ago
Sandro Giessl
6326420807
Delete the Encrypt/Sign checkboxes when the corresponding KMAtmListViewItem
...
is deleted.
Fixes uncontrolled, hanging-around checkboxes after removing attachments from
the list.
svn path=/trunk/kdepim/; revision=359624
22 years ago
Matt Douhan
9b590e61ca
Init the kabc dialog with the mEdt* values for cc and bcc to avoid
...
overwriting them.
Approved by: Ingo
svn path=/trunk/kdepim/; revision=359245
22 years ago
Matt Douhan
e004b44283
Make the BCC field visible if the user used kabc to select a BCC address
...
BUG:92426
svn path=/trunk/kdepim/; revision=359237
22 years ago
Till Adam
0c73a919e8
Forward port of ical invitation and reply handling fixes from proko2.
...
svn path=/trunk/kdepim/; revision=358742
22 years ago
Marc Mutz
fbac5a1872
From KDE_3_3_BRANCH: Don't show busy cursors when dialogs pop up.
...
svn path=/trunk/kdepim/; revision=358455
22 years ago
Marc Mutz
f06debc507
From KDE_3_3_BRANCH: Add missing tooltip to the BCC [...] button, too.
...
svn path=/trunk/kdepim/; revision=358453
22 years ago
Edwin Schepers
09fc14d063
Ability to paste into an attachment (Edit menu)
...
BUG: 50912
svn path=/trunk/kdepim/; revision=358027
22 years ago
Frans Englich
ed6bad65e0
WhatsThis submission by Paul Sprakes, the Save as Draft button.
...
svn path=/trunk/kdepim/; revision=357386
22 years ago
Edwin Schepers
9e85432c23
Possibility to attach image from the clipboard (handy when when a screenshot is made with Alt/Ctrl-PrintScreen)
...
svn path=/trunk/kdepim/; revision=357301
22 years ago
David Faure
db632076b8
Merged from 3.3-branch: Marc Mutz's --enable-final fix
...
svn path=/trunk/kdepim/; revision=356075
22 years ago
Edwin Schepers
3587677f95
Posibility to drag'n'drop address.
...
Dropping URL asks whether to add as text or as attachment
BUG: 68215
BUG: 69698
svn path=/trunk/kdepim/; revision=355796
22 years ago
Andreas Gungl
83a7528d09
Rename "Queue" to "Send Later", "Send" to "Send Now" and make it consistent
...
all over the code and documentation. Accelerators for the address fields etc.
in the composer are adjusted and unified with the menu.
svn path=/trunk/kdepim/; revision=355772
22 years ago
Matt Douhan
7c514c4756
An addition to bug 67115, do not overwrite BCC addresses the user typed.
...
Also be careful with identitied with an empty BCC
approved by Till
svn path=/trunk/kdepim/; revision=355738
22 years ago
Andreas Gungl
6ff54ad3af
Adding a guard so that KMLineEdit can be used without KMComposeWin
...
like in the redirection dialog.
svn path=/trunk/kdepim/; revision=353019
22 years ago
Andreas Gungl
1b48bf24e5
fix compilation error
...
svn path=/trunk/kdepim/; revision=350096
22 years ago
Edwin Schepers
2b8c4fd01a
open attachment in composer ( #18697 )
...
svn path=/trunk/kdepim/; revision=350092
22 years ago
Bo Thorsen
70e1bee969
From the branch: Plugging two memleaks - the message was never deleted, and the composewin was not deleted when using automatic sending
...
svn path=/trunk/kdepim/; revision=349931
22 years ago
David Faure
22077d796d
Consistently name all lineedits, helps when debugging and with dcop etc.
...
svn path=/trunk/kdepim/; revision=348879
22 years ago
Till Adam
165cb66926
Make it possible to use dimap folders as draft folders. Ah, the joys of
...
copy and paste. :)
CCMAIL: 82878-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=347421
22 years ago
Edwin Schepers
c0472871d6
- it's now possible to delete attachment with the Delete key ( #13336 )
...
- it's now possible to enlarge the attachment section (#86330 )
- when pressing bold/italic, the buttons react (#89410 )
svn path=/trunk/kdepim/; revision=347346
22 years ago
Bo Thorsen
263673374b
Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing
...
svn path=/trunk/kdepim/; revision=346704
22 years ago
Jakob Schrter
ef19f1fa32
fix BR89517: grab the signature only once
...
Tom reports it also fixes BR69985
CCMAIL: 89517-done@bugs.kde.org
CCMAIL: 69985-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=346660
22 years ago
Don Sanders
7713ebf90f
Insert what seems to simply be a missing toggleMarkup(true); statement in slotListAction.
...
CCMAIL:88255-done@bugs.kde.org
If this doesn't fix the bug (88255) then please reopen it.
svn path=/trunk/kdepim/; revision=343442
22 years ago
Simon Hausmann
005043801f
- these three (duplicated) Delete templates conflict with the globally
...
defined 'Delete' enum value from kmpopheaders.h (different types for
same symbol). I figured it's easier to rename the three templates to
DeleteObject instead of changing the enum value.
svn path=/trunk/kdepim/; revision=342147
22 years ago
Don Sanders
3a81b22147
Call polish() on the baseclass, add a comment.
...
svn path=/trunk/kdepim/; revision=341232
22 years ago
Ingo Klcker
15ed81a291
Add shortcuts for bold, italic and underlined as proposed by Taj Morton.
...
svn path=/trunk/kdepim/; revision=341094
22 years ago
Don Sanders
eed5b12f1a
I didn't intend to move this comment in my last commit.
...
svn path=/trunk/kdepim/; revision=340899
22 years ago
Don Sanders
70a49b1a21
Fix an html editing bug.
...
Don't show the html toolbar by default after KMail has started up, this is
actually a change in default settings. (Not sure it this should be
backported/discussed).
Remember the state of the html toolbar (as per usual in the settings, in
the case of multiple composers last closed composer wins), and restore the
html toolbar state when a new composer window is shown.
Bug fix, keep the "Formatting (HTML)" checkbox menu item in the composer
in sync with the visibility of the html toolbar.
Keep the logic that resists sending plain text emails as html. That is
even when html formatting is on and the html toolbar is shown an email
won't actually be sent as html unless an html toolbar widget is actually
used.
CCMAIL:87742-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=340898
22 years ago
Till Adam
e8c3d343b5
Patch by Matt Douhan <matt@fruitsalad.org>
...
Don't overwrite bcc addresses the user already editted when changing to an
identity with a bcc address. Also fixes several other corner cases in that
area.
Thanks, Matt.
CCMAIL: 67115-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=338138
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).
...
svn path=/trunk/kdepim/; revision=334893
22 years ago
Lus Pedro Coelho
5f87fda4ca
If there was selected text when ENTER was pressed, the cursor position may change.
...
See http://lists.kde.org/?l=kmail-devel&m=109111654221402&w=2
(This drew no fire on kmail-devel).
svn path=/trunk/kdepim/; revision=334872
22 years ago
Daniel Molkentin
535c337c26
don't be strict if we don't have any use for it anymore :)
...
svn path=/trunk/kdepim/; revision=331787
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.
...
CCMAIL:83920-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=331778
22 years ago
Ingo Klcker
efbf2a4226
Remove obsolete code. This functionality is now in KPIM::AddresseeLineEdit.
...
svn path=/trunk/kdepim/; revision=330601
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
...
svn path=/trunk/kdepim/; revision=329897
22 years ago
David Faure
dfdfb1a0db
Fixed the bug where the composer window wouldn't notice that the identity was updated,
...
and would keep saying "you have no pgp signing key" even after setting one.
svn path=/trunk/kdepim/; revision=329614
22 years ago
Till Adam
c65e9d96e1
As per Ingo's request and discussed in #78522 add short tooltips and long
...
WhatsThis texts to the To, Cc and Bcc labels of the composer window.
Thanks to everyone who contributed to these texts and the discussions.
CCMAIL: 78522-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=329041
22 years ago
Stephan Binner
c52c3fee3a
Less invented compound nouns (filename, username, hostname)
...
svn path=/trunk/kdepim/; revision=328431
22 years ago
Till Adam
de7709d173
Set parent for the color chooser correctly.
...
Patch by Falco Hirschenberger <hirsch@bigfoot.de>. Thanks.
CCMAIL: 81669-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=327110
22 years ago
David Faure
eaf3a93d05
Correctly initialize the sign/encrypt columns so that adding an attachment shows
...
the sign/encrypt checkboxes even when the crypto protocol was automatically set
to one that can sign/encrypt attachments. Wow description longer than fix.
https://intevation.de/roundup/aegypten/issue227
svn path=/trunk/kdepim/; revision=327035
22 years ago
Ingo Klcker
132b986d1a
Reword according to Marc's proposal
...
svn path=/trunk/kdepim/; revision=325544
22 years ago
Ingo Klcker
2d8bfcf73c
fix typo
...
svn path=/trunk/kdepim/; revision=325447
22 years ago
Ingo Klcker
b8332e10c2
Crypto Module -> Crypto Protocol
...
svn path=/trunk/kdepim/; revision=325445
22 years ago