Re: [Development] QML, v8 and freezing the global object

2012-10-12 Thread aaron.kennedy
Hi, On 11/10/2012, at 3:04 PM, ext Thomas McGuire wrote: > the QML engine "freezes" the global JS object. This is apparently(?) to > prevent accidental writes to the global object. For those who don't know, the > global object in JS provides objects and properties available in global > scope,

Re: [Development] QStringRef conversion functions

2012-06-13 Thread aaron.kennedy
Hi, On 13/06/2012, at 7:36 PM, ext Thiago Macieira wrote: > On quarta-feira, 13 de junho de 2012 18.14.59, aaron.kenn...@nokia.com wrote: >> Won't a QString always require an allocation for the d-ptr? So it'll never >> be quite as cheap as QStringRef. > > Not exactly. > > A QStringRef points t

Re: [Development] QStringRef conversion functions

2012-06-13 Thread aaron.kennedy
Hi, On 12/06/2012, at 1:08 AM, ext Konstantin Ritt wrote: > 2012/6/12 Thiago Macieira : >> On segunda-feira, 11 de junho de 2012 14.54.44, Girish Ramakrishnan wrote: >>> Hi, >>> >>> On Mon, Jun 11, 2012 at 11:38 AM, Keith Gardner >>> >>> wrote: I was wondering if there would be a possibil

Re: [Development] V8 on iOS

2012-04-02 Thread aaron.kennedy
Hi, On 02/04/2012, at 3:04 PM, ext marius.storm-ol...@nokia.com wrote: > On 02/04/2012 08:06, ext Thiago Macieira wrote: >> On segunda-feira, 2 de abril de 2012 13.02.08, >> aaron.kenn...@nokia.com wrote: >>> On 02/04/2012, at 2:21 PM, ext Ian wrote: Chris, Thanks for your answer. So, the lo

Re: [Development] V8 on iOS

2012-04-02 Thread aaron.kennedy
Hi, On 02/04/2012, at 2:21 PM, ext Ian wrote: > Chris, > > Thanks for your answer. So, the low-down is that it's not (practically) > possible to use QML without V8, and even if V8 did have a interpreter > backend, > it would be too slow to be useable? If so, I guess I'm going to have to find

Re: [Development] QML engine C++ class renaming

2012-02-15 Thread aaron.kennedy
Hi, On 15/02/2012, at 9:44 AM, ext Thiago Macieira wrote: > How big are the Qt Quick 1 language support classes? I'm asking so we can > have > an idea of how much maintenance effort those classes will be. I assume that > they will continue to use V8, which will be continually updated and modif

Re: [Development] Separation of QtQuick 1 from QtDeclarative repo

2012-02-02 Thread aaron.kennedy
Hi, On 03/02/2012, at 7:50 AM, ext Andreas Holzammer wrote: > Hi, > > Does this mean QtQuick 1 does not depend on V8 anymore? Are there plans > to remove this from the qt5 qtdeclarative module? As Matt described, the QtQuick 1 elements, and JSC based engine they use, now exist in a separate mo

Re: [Development] Possible bug in signals and slots handling in QML.

2012-01-06 Thread aaron.kennedy
Hi, Nice catch. I've added http://codereview.qt-project.org/12392 - feel free to review if you're not beaten to it :) Cheers, Aaron On 06/01/2012, at 1:01 AM, ext Thiago Macieira wrote: > On Wednesday, 4 de January de 2012 16.05.36, aaron.kenn...@nokia.com wrote: >> We don't allow signal or

Re: [Development] API review for a new QDnsResolver class

2012-01-05 Thread aaron.kennedy
Hi, On 05/01/2012, at 1:11 AM, ext Thiago Macieira wrote: > On Thursday, 5 de January de 2012 12.07.37, craig.sc...@csiro.au wrote: >> On 05/01/2012, at 11:47 AM, Thiago Macieira wrote: >>> On Thursday, 5 de January de 2012 11.03.42, craig.sc...@csiro.au wrote: This could be perceived as cre

Re: [Development] Possible bug in signals and slots handling in QML.

2012-01-04 Thread aaron.kennedy
Hi, On 04/01/2012, at 3:29 PM, ext Thiago Macieira wrote: > On Wednesday, 4 de January de 2012 09.42.52, Atlant Schmidt wrote: >> Let me more-explicitly/completely state the rule >> that I use: >> >>1. Always use the canonical casing for an identifier. >> >>2. Don't create any other i

Re: [Development] V8's location

2011-12-12 Thread aaron.kennedy
Hi, On 12/12/2011, at 2:15 PM, ext shane.kea...@accenture.com wrote: >> This would help a bit for one problem. >> >> But the other problem is that it makes working with qtbase harder >> because of >> the submodule. (while comitting you have to remember not to commit the >> v8 >> stuff) >> >> I