[Bug 163124] Misc bugs in the composer due to KRichTextEdit

2008-06-08 Thread steveire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163124 
steveire gmail com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From steveire gmail com  2008-06-08 13:57 ---
SVN commit 818348 by skelly:

Remove the selectionFinished signal from the KRichTextEdit. 
It had been used as part of implementing text format painting.
Now that is implemented in the mouseReleaseEvent of the KRichTextWidget.

BUG: 163128
BUG: 163124



 M  +0 -6  krichtextedit.cpp  
 M  +0 -6  krichtextedit.h  
 M  +11 -13krichtextwidget.cpp  
 M  +8 -1  krichtextwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=818348
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 163124] Misc bugs in the composer due to KRichTextEdit

2008-06-04 Thread steveire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163124 




--- Additional Comments From steveire gmail com  2008-06-05 03:05 ---
The krichtext{widget,edit} is not old old, but new code mainly written to save 
developers the hassle of creating actions for rich text effects in each 
application separately.

I can also confirm (1) on the krichtexteditor in kdeui/tests, so this is a 
krichtextedit bug. It's a side-effect of the way I implemented format painting 
in the widget. I suspect I'll need to handle another event or two in the 
widget, but I'll look into it by the weekend.

What effect should ctrl-shift-up/down have? I tried it on 
qt-copy/demos/textedit, and it didn't seem to have any effect, so QTextEdit 
doesn't seem to have the feature either.

Thanks,

Steve.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 163124] Misc bugs in the composer due to KRichTextEdit

2008-06-04 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163124 




--- Additional Comments From Thomas.McGuire gmx net  2008-06-04 20:42 
---
Confirmed 1).

2 (the double delete on backspace) is a KTextEdit regression, I think dfaure 
already has fixed it recently (same bug as the double-paste bug  I think)
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 163124] Misc bugs in the composer due to KRichTextEdit

2008-06-04 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163124 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 CC||steveire gmail com
  Component|general |composer
Summary|KMail uses krichtextedit|Misc bugs in the composer
   |which is buggy  |due to KRichTextEdit
Version|unspecified |SVN trunk (KDE 4)



--- Additional Comments From Thomas.McGuire gmx net  2008-06-04 20:13 
---
>  If QTextEdit is better than krichtextedit, well, it should be used in place 
> of krichtextedit.
The whole reason that ktextedit + krichtextedit is used instead of qtextedit it 
that those provide support for spellchecking, search & replace, and, of course, 
rich text editing. And no, these things are not available in qtextedit.

Anyway, this bug might as well be in KMeditor or in KMail, I think both 
reimplement event handling and drag&drop as well.

CCIng Steve, I hope you don't mind. Not sure where the problem is exactly.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs