Re: [Development] QtSerialPort need to check the documentation.

2012-03-03 Thread Denis Shienkov
Hi Debao. Thank you. Best regards, Denis 04.03.2012, 01:31, "1+1=2" : > Hi Denis, > > you need to specify the qt.index file in your .qdocconf  file. Such as > >  indexes = $QTDIR/doc/html/qt.index > > More infofmation can be found here: > http://doc.qt.nokia.com/qdoc/25-qdoc-configuration-derive

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread Giuseppe D'Angelo
2012/3/4 Thiago Macieira : > On sábado, 3 de março de 2012 14.30.06, Giuseppe D'Angelo wrote: >> > Ok, I'll rebase/push on master and leave QString changes out >> > (targeting api_changes instead). >> >> All done :) > > Now I have to re-review everything because you rebased. > > Please stop rebasin

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread Thiago Macieira
On sábado, 3 de março de 2012 14.30.06, Giuseppe D'Angelo wrote: > > Ok, I'll rebase/push on master and leave QString changes out > > (targeting api_changes instead). > > All done :) Now I have to re-review everything because you rebased. Please stop rebasing. Let the first 4 changes be reviewed

[Development] QtSerialPort need to check the documentation.

2012-03-03 Thread Denis Shienkov
Hi all. I prepared the first to review QtSerialPort addon, which relates to the configuration documentation, and spelling in English. The project itself is here: $ git clone ssh://codereview.qt-project.org:29418/playground/qtserialport.git The review itself is here: http://codereview.qt-proje

[Development] QML: grouping property changes for a single callback invocation

2012-03-03 Thread Alberto Mardegan
Hi all, sorry for the intricated subject, I couldn't find a concise and understandable way to express what I mean. :-) Often it happens to me that I want to run some code when two or more properties change on a QML object. A real life example is the contentX and contentY properties from Flickabl

[Development] Is QScroller maintained?

2012-03-03 Thread Alberto Mardegan
Hi all, some time ago I started using QScroller, and filed a couple of merge requests, which so far haven't been looked at by the maintainer: http://codereview.qt-project.org/11397 http://codereview.qt-project.org/11398 In addition to that, when I started adding support for the QPinchGesture, I

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread Giuseppe D'Angelo
On 3 March 2012 10:22, Giuseppe D'Angelo wrote: > On 3 March 2012 08:42,   wrote: >> On 3/3/12 9:14 AM, "ext Thiago Macieira" wrote: >> >>>On sábado, 3 de março de 2012 07.13.54, Thiago Macieira wrote: On sábado, 3 de março de 2012 05.17.37, Giuseppe D'Angelo wrote: > NB: Since PCRE lan

Re: [Development] Header file cleanups

2012-03-03 Thread Richard Moore
On 1 March 2012 16:09, BRM wrote: >> From: Olivier Goffart > >>On Thursday 01 March 2012 12:44:47 Mathias Hasselmann wrote: >>> Sadly, considering the slowness of g++ and the complexity of Qt, I doubt >>> this is a reasonable approach for Qt. >>That's what pre-compiled header are for. > > > Not e

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread Giuseppe D'Angelo
On 3 March 2012 08:42, wrote: > On 3/3/12 9:14 AM, "ext Thiago Macieira" wrote: > >>On sábado, 3 de março de 2012 07.13.54, Thiago Macieira wrote: >>> On sábado, 3 de março de 2012 05.17.37, Giuseppe D'Angelo wrote: >>> > NB: Since PCRE landed in *master*, there's the need of a merge before >>>

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread lars.knoll
On 3/3/12 9:14 AM, "ext Thiago Macieira" wrote: >On sábado, 3 de março de 2012 07.13.54, Thiago Macieira wrote: >> On sábado, 3 de março de 2012 05.17.37, Giuseppe D'Angelo wrote: >> > NB: Since PCRE landed in *master*, there's the need of a merge before >> > staging these ones, but I didn't do i

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-03-03 Thread Thiago Macieira
On sábado, 3 de março de 2012 07.13.54, Thiago Macieira wrote: > On sábado, 3 de março de 2012 05.17.37, Giuseppe D'Angelo wrote: > > NB: Since PCRE landed in *master*, there's the need of a merge before > > staging these ones, but I didn't do it just yet (I don't even think I > > can push merges).