https://bugs.kde.org/show_bug.cgi?id=86423
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #130 from <flying-sheep web de> 2010-01-26 16:58:43 --- Qt 4.5! QWebkit has now updated editing features, making it into the rich text editor we want. We can do the following: 1.: Add an selection option which editor you want: Katepart for plain text reply (for people like the author of comment 15), QWebkit+Katepart for perfectionist’s HTML reply (like thunderbird) or only QWebkit for HTML reply of those not able or willing to code HTML (like gmail). 2.: If option 1 is set, the reply will be the classic “> cited message [lienebreak] your plain text message” 3.: If option 2 is set, the reply-window will have 2 Tabs: [Rich text] (using QWebkit) and [HTML source] (using Katepart). The cited message (=the innerHTML of the body of the message you reply to) will be wrapped into a <blockquote class="old-mail"> tag styled to have a colored (or grey) border on the left (right for arabic & co). When you switch to the [HTML source] tab, the innerHTML of the <body> of your mail will be available for direct edit. When you swich back to the [Rich text] tab, the innerHTML of the <body> will be updated. piece of cake PS: i will prototype it in python, since i can’t code cpp PPS: this comment would be more lucid if formatted with HTML ;) -- 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 [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
