Re: [Development] qtwebkit changes to qt/4.8

2012-03-30 Thread Girish Ramakrishnan
Hi, On Fri, Mar 30, 2012 at 4:57 PM, Girish Ramakrishnan wrote: > Hi QtWebKit team, > is QtWebKit 2.3 planned how will this patch end up in Qt? (Is the Correction, I meant 'Since there is no QtWebKit 2.3 planned...' Girish ___ Development mailing list

[Development] qtwebkit changes to qt/4.8

2012-03-30 Thread Girish Ramakrishnan
Hi QtWebKit team, What's the best way to deal with patches to QtWebKit1/qt4 (for example, http://codereview.qt-project.org/#change,21292) ? Is the strategy still to get it all upstream? Since, I assume, there is QtWebKit 2.3 planned how will this patch end up in Qt? (Is the answer that it won't ev

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Thiago Macieira
On sexta-feira, 30 de março de 2012 18.41.46, Olivier Goffart wrote: > On Friday 30 March 2012 12:23:59 Thiago Macieira wrote: > > Use of QVarLengthArray should *only* be done with primitive types, the > > fixes applied to it during Qt 4.x lifetime notwithstanding. So the user > > must know that be

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Olivier Goffart
On Friday 30 March 2012 12:23:59 Thiago Macieira wrote: > Use of QVarLengthArray should *only* be done with primitive types, the fixes > applied to it during Qt 4.x lifetime notwithstanding. So the user must know > that before he uses that class. If he's not sure, use QVector. That is wrong. QV

Re: [Development] New QUrl reviewing

2012-03-30 Thread Thiago Macieira
On sexta-feira, 30 de março de 2012 17.00.15, Stephen Kelly wrote: > On Thursday, March 29, 2012 23:31:38 Thiago Macieira wrote: > > We really need the topic branch reviewing feature back in. It's no fun > > staging 19, 20, 20 and 21 changes... > > Did you consider staging them a few commits at a t

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Thiago Macieira
On sexta-feira, 30 de março de 2012 16.54.09, Jedrzej Nowacki wrote: > Then the only real problem I see is: > > QVarLengthArray array; > array.resize(1); > > currently this is always true: > array.at(0).isNull() == QUuid().isNull() > > with new definition it may be something else. It is not big dea

Re: [Development] New QUrl reviewing

2012-03-30 Thread Stephen Kelly
On Thursday, March 29, 2012 23:31:38 Thiago Macieira wrote: > We really need the topic branch reviewing feature back in. It's no fun > staging 19, 20, 20 and 21 changes... Did you consider staging them a few commits at a time? Thanks, -- Stephen Kelly | Software Engineer KDAB (Deutschland) G

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Jedrzej Nowacki
On Friday 30. March 2012 13.54.06 ext Marc Mutz wrote: > On Friday March 30 2012, Jedrzej Nowacki wrote: > > On Wednesday 28. March 2012 15.37.46 ext Marc Mutz wrote: > > > Hi, > > > > > > Over at http://codereview.qt-project.org/21518, we're discussing > > > whether QUuid is Q_PRIMITIVE_TYPE or o

Re: [Development] Nominating Giuseppe D'Angelo (peppe) for approver status

2012-03-30 Thread lars.knoll
+2 ;-) Cheers, Lars On 3/30/12 2:41 PM, "ext marius.storm-ol...@nokia.com" wrote: >+1, and first! > >-- >.marius > > >> -Original Message- >> From: development-bounces+marius.storm-olsen=nokia.com@qt- >> project.org [mailto:development-bounces+marius.storm- >> olsen=nokia@qt-projec

Re: [Development] V8 on iOS

2012-03-30 Thread morten.sorvig
On Mar 30, 2012, at 2:54 PM, ext Ian wrote: At this point, I'm either looking for an alternative to V8 This is more of an follow-up question for the list than a reply: QtDeclarative includes the V4 javascript interpreter that (as far as I know) can handle simple javascript expressions. How far

Re: [Development] Nominating Giuseppe D'Angelo (peppe) for approver status

2012-03-30 Thread marius.storm-olsen
+1, and first! -- .marius > -Original Message- > From: development-bounces+marius.storm-olsen=nokia.com@qt- > project.org [mailto:development-bounces+marius.storm- > olsen=nokia@qt-project.org] On Behalf Of ext Robin Burchell > Sent: Friday, March 30, 2012 7:30 AM > To: development@

[Development] Nominating Giuseppe D'Angelo (peppe) for approver status

2012-03-30 Thread Robin Burchell
Hi all, I'd like to nominate peppe for approver status. For those of you who haven't run across his work already, peppe has been doing a myriad of things in qtbase, some of the biggest examples being the new QRegularExpression class in Qt 5 (wrapping PCRE), along with the requirements work and be

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Marc Mutz
On Friday March 30 2012, Jedrzej Nowacki wrote: > On Wednesday 28. March 2012 15.37.46 ext Marc Mutz wrote: > > Hi, > > > > Over at http://codereview.qt-project.org/21518, we're discussing whether > > QUuid is Q_PRIMITIVE_TYPE or only Q_MOVABLE_TYPE. > > > > The documentation of Q_DECLARE_TYPEINFO

Re: [Development] V8 on iOS

2012-03-30 Thread Ian
Apologies for the repost, wrong subject used. >This[1] is not the ABI that is used? > >[1] >http://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/iPhoneOSABIReference.pdf I have enough information about the ABI to know that it's similar to (but not the same a

Re: [Development] Development@qt-project.org mailing list reminder

2012-03-30 Thread Ian
>This[1] is not the ABI that is used? > >[1] >http://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/iPhoneOSABIReference.pdf I have enough information about the ABI to know that it's similar to (but not the same as) EABI (IIRC IOSABI uses an additional registe

Re: [Development] V8 on iOS

2012-03-30 Thread Holger Hans Peter Freyther
On 03/30/2012 02:24 PM, Ian wrote: > There is another (possibly even bigger) issue in the ARM BI used by Apple on > iOS. > It's not EABI (which AFAIK V8 on ARM is written for), and it's not even > documented AFAIK, so even though it's similar to EABI (from what I've seen so > far), it's not the

[Development] V8 on iOS

2012-03-30 Thread Ian
Hi all, The first tentative steps for getting iOS support into Qt5 have been made ( really it's only a few small patches to get the build working - there's nothing it could be used for yet). There's a possible issue with running any Javascript interpreter on iOS (IIRC one of the App Store rules

Re: [Development] Meaning of Q_PRIMITIVE_TYPE?

2012-03-30 Thread Jedrzej Nowacki
On Wednesday 28. March 2012 15.37.46 ext Marc Mutz wrote: > Hi, > > Over at http://codereview.qt-project.org/21518, we're discussing whether > QUuid is Q_PRIMITIVE_TYPE or only Q_MOVABLE_TYPE. > > The documentation of Q_DECLARE_TYPEINFO says Q_PRIMITIVE_TYPE means the > type is a POD, without con

[Development] topic branch feature in Gerrit [Was: New QUrl reviewing]

2012-03-30 Thread Sergio Ahumada
> > We *really* need the topic branch reviewing feature back in. It's no fun > staging 19, 20, 20 and 21 changes... > We've fixed some of the problems with the topic branch feature and I'd like to enable it [1] again after our next release (hopefully next week or the week after). After that, I'