[Bug 137324] space compression when composing message does not work

Thomas McGuire Thomas.McGuire at gmx.net
Sun Mar 2 20:40:48 GMT 2008


------- 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=137324         
Thomas.McGuire gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Thomas.McGuire gmx net  2008-03-02 21:40 -------
SVN commit 781424 by tmcguire:

Fix the "clean spaces" function in KMail and also fix changing identities - now the signature is proberly changed,
even if it is a HTML signature.

Changes to KMeditor:
- Add new functions: cleanWhitespace() and replaceSignature(...) + helper functions for those
- Remove some unused virtual functions
- Remove a unused variable
- Small style fixes
- Rename parent to q, as this is the standard
- Small fixes for insertSignature

Changes to KMail:
- Use the new functions of KMeditor and remove own implementations

Changes to KNode
- Follow KMeditor change

Still TODO:
- Move the HTML mode mess completely into KMeditor instead of having
  3 different implementations in KMeditor, KMComposeWin and KMCompoerEditor
- Fix the highlighter

BUG: 137324


 M  +3 -3      kmail/kmcomposereditor.cpp  
 M  +25 -90    kmail/kmcomposewin.cpp  
 M  +0 -1      kmail/kmcomposewin.h  
 M  +2 -2      knode/kncomposer.cpp  
 M  +204 -40   libkdepim/kmeditor.cpp  
 M  +29 -5     libkdepim/kmeditor.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=781424



More information about the Kdepim-bugs mailing list