Re: [Development] required QTextBoundaryFinder behavior [and API] fixes

2012-09-21 Thread Knoll Lars
Had a chat with Konstantin on IRC today. We agreed to go for a1-a3 for now. In addition, iteration will start at -1 (ie. an invalid boundary), so that you can get all info by doing a loop starting with toNextBoundary(). But it needs to go in before beta 2, and all usages of QTBF in qt5.git and

Re: [Development] required QTextBoundaryFinder behavior [and API] fixes

2012-09-17 Thread Konstantin Ritt
Anyone? Konstantin 2012/9/10 Konstantin Ritt : > Hi folks, > > In fact, the current QTBF behaves just like if it were a broken break > iterator... > I mean that, [Issue1] despite it's name, it stops at every break > opportunity and reports NotAtBoundary via boundaryReasons() method for > the bre

[Development] required QTextBoundaryFinder behavior [and API] fixes

2012-09-10 Thread Konstantin Ritt
Hi folks, In fact, the current QTBF behaves just like if it were a broken break iterator... I mean that, [Issue1] despite it's name, it stops at every break opportunity and reports NotAtBoundary via boundaryReasons() method for the break opportunities that are not boundaries (this affects Line and