[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-10-04 Thread tasbeak
https://bugs.kde.org/show_bug.cgi?id=22

tasb...@googlemail.com changed:

   What|Removed |Added

 CC||tasb...@googlemail.com

--- Comment #14 from tasb...@googlemail.com ---
 hallelujah, just got KR4.9.2 - the editor is is wrapping properly again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-10-04 Thread vayu
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #15 from vayu v...@sklinks.com ---
Here too. Yes!!!

On Thu Oct 4 09:23:15 PM tasb...@googlemail.com wrote:
 https://bugs.kde.org/show_bug.cgi?id=22
 
 tasb...@googlemail.com changed:
 
What|Removed |Added
 
  CC||tasb...@googlemail.com
 
 --- Comment #14 from tasb...@googlemail.com ---
  hallelujah, just got KR4.9.2 - the editor is is wrapping properly again.
 


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-09-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=22

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Version Fixed In||4.9.2
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/aa675c2717f9cdf9cb78c7f5
   ||6afe72606b5ee84d

--- Comment #13 from Laurent Montel mon...@kde.org ---
Git commit aa675c2717f9cdf9cb78c7f56afe72606b5ee84d by Montel Laurent.
Committed on 04/09/2012 at 07:29.
Pushed by mlaurent into branch 'KDE/4.9'.

Apply patch from Matt Whitlock k...@mattwhitlock.name

Fix Bug 22 - Wrapping behavior in Composer depending on window size
 no auto-break upon send

FIXED-IN: 4.9.2
REVIEW: 106180

M  +1-1kmail/kmcomposewin.cpp
M  +1-0messagecomposer/kmeditor.cpp

http://commits.kde.org/kdepim/aa675c2717f9cdf9cb78c7f56afe72606b5ee84d

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-09-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=22

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-25 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #10 from Myriam Schweingruber myr...@kde.org ---
(In reply to comment #9)
 Any chance anyone know where to get a deb with this patch for kubuntu 12.04?
 Or is this something that I can reasonably be directed to do myself?

It is in the Kubuntu backports PPA, see http://kubuntu.org/news for more
information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-25 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #11 from Myriam Schweingruber myr...@kde.org ---
Oops, looks like I misread totally, please disregard my last comment.

Matt: how about submitting your patch to http://reviewboard.kde.org?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-25 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #12 from Matt Whitlock k...@mattwhitlock.name ---
(In reply to comment #11)
 Matt: how about submitting your patch to http://reviewboard.kde.org?

Submitted as review request #106180:
https://git.reviewboard.kde.org/r/106180/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-11 Thread L . Rahyen
https://bugs.kde.org/show_bug.cgi?id=22

L. Rahyen resea...@science.su changed:

   What|Removed |Added

 CC||resea...@science.su

--- Comment #6 from L. Rahyen resea...@science.su ---
Thanks for the effort, but your patch does not work as expected for me: it
implements mode (d). In other words I can write message normally with no
horizontal scrolling, but when I press Send Later or Send Mail, virtual
newlines are saved like real ones, and this ruins the formatting of the
message.

 There was a bug filed that complained that the placement of
 the line breaks depended on the composer window width

In KMail 1.13.7 this worked perfectly. This is the version I was using before
upgraded to KMail 2. I could write my message in window of any width, and only
newlines inserted in the actual message were newlines I typed myself by
pressing Enter (mode (c) ). So this looks like double regression in KMail 2 (as
I understand, first regression was introduction of mode (d), then it was
fixed by replacing it with mode (b) ).

By the way, I tried to look in the code myself a month ago, and, unfortunately,
was not able to come up with a fix (was not able to implement mode (c) ). So
this isn't easy to fix without KMail-specific knowledge.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-11 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=22

Matt Whitlock k...@mattwhitlock.name changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #7 from Matt Whitlock k...@mattwhitlock.name ---
(In reply to comment #6)
 Thanks for the effort, but your patch does not work as expected for me: it
 implements mode (d). In other words I can write message normally with no
 horizontal scrolling, but when I press Send Later or Send Mail, virtual
 newlines are saved like real ones, and this ruins the formatting of the
 message.

I thought the same thing too at first. I actually wasted over an hour trying to
figure out why my two-line change was producing mode (d) and not mode (c). It
didn't make sense. Then finally I realized that I had to rebuild and reinstall
not only kde-base/kmail but also kde-base/kdepim-common-libs. (I'm on Gentoo.)
Once I rebuilt kdepim-common-libs, KMail started working in mode (c).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-11 Thread L . Rahyen
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #8 from L. Rahyen resea...@science.su ---
 Then finally I realized that I had to rebuild and reinstall
 not only kde-base/kmail but also kde-base/kdepim-common-libs.
Thanks! It's working perfectly now (I wish I realized this when I was trying to
fix it myself a month ago).

 KMail started working in mode (c)
It is even better: not only it works as it should now, but also very long URLs
with slashes, dashes, % and other symbols are not broken and clickable in
sent messages (URL I tried was more than 2000 characters long). So, this patch
definitely should be committed, it fixes the biggest bug in current KMail 2
without introducing regressions; in other words, it makes the composer usable
again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-08-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #5 from Matt Whitlock k...@mattwhitlock.name ---
Created attachment 73078
  -- https://bugs.kde.org/attachment.cgi?id=73078action=edit
fix

Oh, for Pete's sake, this is a two-line change. It's not that hard.

For what it's worth, mode (c) has never been implemented in KMail 2 for as long
as I've been using it (which is since it was integrated into the KDE-PIM public
release cycle). Formerly, Kmail 2 implemented a mode (d): Wrap depending upon
composer window width, and convert wraps to line breaks upon send. There was a
bug filed that complained that the placement of the line breaks depended on the
composer window width, so the committed solution was to stop wrapping at the
composer window width, i.e., mode (b). A better complaint, in my opinion,
should have been that no artificial line breaks should be inserted into the
message whatsoever when the wrapping option is deselected, and that the
composer widget should still wrap text *virtually* during editing, i.e., mode
(c).

This patch replaces mode (b) with mode (c), which, I believe, resolves all
relevant complaints.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-03-21 Thread Martin Tlustos
https://bugs.kde.org/show_bug.cgi?id=22

--- Comment #4 from Martin Tlustos martin.tlus...@gmail.com ---
Well, most of the developers are working in their spare time and get no pay for
developing kmail. Maybe it would help if we set up a donation list or so, so
they can get enough time to work on it (it might be a bigger change that's
needed for the fix).
I know this is no forum, but people will rather read this post than a forum
post... ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-03-20 Thread Martin Tlustos
https://bugs.kde.org/show_bug.cgi?id=22

Martin Tlustos martin.tlus...@gmail.com changed:

   What|Removed |Added

 CC||martin.tlus...@gmail.com

--- Comment #1 from Martin Tlustos martin.tlus...@gmail.com ---
*** Bug 291134 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-03-20 Thread Silver Salonen
https://bugs.kde.org/show_bug.cgi?id=22

Silver Salonen silver.salo...@gmail.com changed:

   What|Removed |Added

 CC||silver.salo...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-03-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=22

Murz mur...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Murz mur...@gmail.com ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2012-03-20 Thread xxtobi
https://bugs.kde.org/show_bug.cgi?id=22

xxtobi t-weib...@gmx.de changed:

   What|Removed |Added

 CC||t-weib...@gmx.de

--- Comment #3 from xxtobi t-weib...@gmx.de ---
Please also note bug 284386 which was introduced with 4.7.2 and set to NOFIX
- despite 200 votes as of today and being a clear regression.
Before 4.7.2, (b) did not exist and (c) was standard - hence both bugs are
linked. Mode (c) should definitely be standard (again) if there are no valid
use cases for (b). Else, the requested option (as in KWrite) would be nice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 288882] Wrapping behavior in Composer depending on window size no auto-break upon send

2011-12-13 Thread Julian G
https://bugs.kde.org/show_bug.cgi?id=22


Julian G g...@4-mail.net changed:

   What|Removed |Added

 CC||g...@4-mail.net




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs