Re: [Development] QTextBoundaryFinder behavior change in Qt-5.0

2012-07-29 Thread Konstantin Ritt
"This patch has a hard dependency on ..." ;) Konstantin 2012/7/29 David Faure : > On Saturday 28 July 2012 14:34:25 Konstantin Ritt wrote: >> I have a patch that changes QTBF's behavior so that " . " won't be >> treated like a word at all. This patch hardly depends on some other >> patches that

Re: [Development] QTextBoundaryFinder behavior change in Qt-5.0

2012-07-29 Thread David Faure
On Saturday 28 July 2012 14:34:25 Konstantin Ritt wrote: > I have a patch that changes QTBF's behavior so that " . " won't be > treated like a word at all. This patch hardly depends on some other > patches that are in review stage, though. The "hardly" and the "though" seem contradictory to me. Di

Re: [Development] QTextBoundaryFinder behavior change in Qt-5.0

2012-07-28 Thread Konstantin Ritt
2012/7/28 David Faure : > I'm seeing a unittest failure in KDE Frameworks (sonnet framework) due to > changes in QTextBoundaryFinder. This isn't my domain of expertise, so can I > ask you to take a look at the information below, to find out if it's an > intentional change or a bug, and/or if maybe

[Development] QTextBoundaryFinder behavior change in Qt-5.0

2012-07-28 Thread David Faure
Hi Konstantin, I'm seeing a unittest failure in KDE Frameworks (sonnet framework) due to changes in QTextBoundaryFinder. This isn't my domain of expertise, so can I ask you to take a look at the information below, to find out if it's an intentional change or a bug, and/or if maybe the sonnet co