[Bug 244907] Skip all uppercase words functionality not implemented

2010-09-01 Thread Sabine Faure
https://bugs.kde.org/show_bug.cgi?id=244907


Sabine Faure sab...@kdab.net changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #8 from Sabine Faure sabine kdab net  2010-09-01 21:54:32 ---
It is corrected now.

Note to retest: Check the Automatic spell checking enabled by default check box
contrary to what the bug description mentions.
The Automatic spell checking was always enabled when I first tested this
whether the check box was checked or not (I reported a bug about that).

Neither SOS nor KOFFICE is underlined by the spellchecker.

However, for the new settings (ex: Skip all uppercase words checked) to be
effective on an already typed text the user has to enter at least a space or
hit enter.
Is that a bug I should report or is this supposed to work that way?

Trunk, Svn Rev 1170619

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-08-29 Thread Michel Ludwig
https://bugs.kde.org/show_bug.cgi?id=244907


Michel Ludwig michel.lud...@gmail.com changed:

   What|Removed |Added

 Status|VERIFIED|RESOLVED




--- Comment #6 from Michel Ludwig michel ludwig gmail com  2010-08-29 
11:05:39 ---
SVN commit 1169440 by mludwig:

- Add a 'restore' method to 'Sonnet::BackgroundChecker', which allows it to
read a given spell check configuration and then to pass it on to the filter
object that is used internally. The implementation is similar to what is done
inside 'Sonnet::Highlighter'.
- Use the restore method inside KatePart to finally fix bug 244907 for KatePart
as well.

(Once this is merged with Kate's git repository, Kate devs will have to update
their working copy of kdelibs.)

BUG: 244907
CCMAIL: kwrite-de...@kde.org



 M  +8 -0  kate/spellcheck/ontheflycheck.cpp  
 M  +1 -3  kate/spellcheck/spellcheckdialog.cpp  
 M  +8 -0  kdecore/sonnet/backgroundchecker.cpp  
 M  +3 -0  kdecore/sonnet/backgroundchecker.h  


WebSVN link: http://websvn.kde.org/?view=revrevision=1169440

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-08-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=244907





--- Comment #7 from Christoph Cullmann cullmann kde org  2010-08-29 15:16:27 
---
SVN commit 1169515 by cullmann:

guard the new code
we want to let kate still build against last stable, to ease development, as
long as possible without to much hacks

BUG: 244907
CCMAIL: kwrite-de...@kde.org


 M  +6 -0  ontheflycheck.cpp  
 M  +3 -0  spellcheckdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1169515

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-07-22 Thread Sabine Faure
https://bugs.kde.org/show_bug.cgi?id=244907


Sabine Faure sab...@kdab.net changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #5 from Sabine Faure sabine kdab net  2010-07-23 02:08:26 ---
It is corrected now.

No uppercase words is underlined by the spellchecker now when the 'Skip all
uppercase words' check box has been checked and providing that the'Automatic
spell checking enabled by default check box has been checked too.

Trunk, Svn Rev 1153240

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-07-20 Thread Michel Ludwig
https://bugs.kde.org/show_bug.cgi?id=244907


Michel Ludwig michel.lud...@gmail.com changed:

   What|Removed |Added

 CC||m...@sevik.ru




--- Comment #4 from Michel Ludwig michel ludwig gmail com  2010-07-20 
09:47:50 ---
*** Bug 244482 has been marked as a duplicate of this bug. ***

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-07-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=244907





--- Comment #1 from Laurent Montel montel kde org  2010-07-19 13:42:18 ---
SVN commit 1151701 by mlaurent:

Fix Bug 244907 -  Skip all uppercase words functionality not implemented
CCBUG: 244907


 M  +1 -1  emailquotehighlighter.cpp  
 M  +16 -0 textedit.cpp  
 M  +16 -1 textedit.h  


WebSVN link: http://websvn.kde.org/?view=revrevision=1151701

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-07-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=244907


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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mon...@kde.org




--- Comment #2 from Laurent Montel montel kde org  2010-07-19 13:46:21 ---
Too bad we can't backport directly to kde -4.4 (we need to patch
kdepimlibs-4.4.
There is a bug yet.
Will continue to debug it

-- 
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


[Bug 244907] Skip all uppercase words functionality not implemented

2010-07-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=244907


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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Laurent Montel montel kde org  2010-07-19 13:55:16 ---
SVN commit 1151710 by mlaurent:

Fix  Bug 244907 -  Skip all uppercase words functionality not implemented
BUG: 244907


 M  +2 -0  filter.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1151710

-- 
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