Re: [Development] Problems with QmlEngine and importPath

2012-08-29 Thread christopher.adams
rt rules more strict, recently (however we also intended to keep current import semantics mostly working, to support legacy modules). Matt (cc'd) should be able to give more information. Cheers, Chris. From: development-bounces+christopher.adams=nokia@qt-

Re: [Development] Porting code from QScriptEngine (Qt4) to QJSEngine (Qt5)

2012-06-25 Thread christopher.adams
ipt environment in QML, see http://qt.gitorious.org/qt/qtdeclarative/blobs/master/src/qml/doc/src/javascript/hostenvironment.qdoc for more information. Cheers, Chris. > -Original Message- > From: development-bounces+christopher.adams=nokia.com@qt- > project.org [mailto:devel

Re: [Development] Documentation Extras (Was: On QML, ownership, QObject-trees and QSharedPointer)

2012-05-27 Thread christopher.adams
Hi Sivan, > Hi All, > > Following the rather interesting discussion that started by Rene[0] , I've > summarized the bits I believed to be important for others seeking the same > information as he did, and put it on the wiki[1]. I've also created a new > category on the wiki main page, dubbed as

Re: [Development] On QML, ownership, QObject-trees and QSharedPointer

2012-05-24 Thread christopher.adams
Hi, > > In QtQuick 2.0 (ie, Qt 5.0), we are thinking about using property var > > more often in the implementation (eg, of qobject-derived-type > > properties) to avoid some of those edge-cases, and providing more > > consistent (and useful) referencing semantics. > > Can you say what 'var' is an

Re: [Development] On QML, ownership, QObject-trees and QSharedPointer

2012-05-23 Thread christopher.adams
Hi Rene, I certainly agree that constructive discussion about the QML language and ways that it could be improved are important. You raise a lot of important points, some of which will be addressed in Qt5.0, some of which we still need to consider how to fix, and what priority they should be,

Re: [Development] V8 on iOS

2012-04-01 Thread christopher.adams
Hi, >> 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 can you get with V4

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

2012-03-05 Thread christopher.adams
Hi Alberto, Firstly, this is a really interesting topic, so thanks for bringing it up, and even more thanks for offering to help investigate and implement changes! Secondly, this problem is one that we have considered before, and the ideal solution is probably some "binding is dirty" flag, combi

Re: [Development] QtV8 and the unittests

2011-12-11 Thread christopher.adams
Hi Holger, > > Hi again, > > > > the previous points are not answered but I have one more question. Why > > do we need to have the QML_GLOBAL_INDEX slot and carry it around? > Why > > can't we just patch src/contexts.cc with the current code but resolve > > the qml_global and qml_global_global thr

Re: [Development] Behavior of QStringList in QML changed recently?

2011-11-17 Thread christopher.adams
Hi, > And the splice function on longer remove the "rants" from the list now... > But now I can still get e.g. stringList.length, stringList[1] working fine as > before. > > Any hints? A bug, or just an expected change of the behavior? > Yes, I probably broke this accidentally while adding sup

Re: [Development] QContactLocalId in Qt5

2011-11-03 Thread christopher.adams
Hi, Regarding QContactLocalId in particular, I personally think doing something like QOrganizerItemId makes the most sense, but more benchmarking and prototyping is required before anyone could say for sure, I guess. Matthias and Robin have mentioned (on IRC) some performance considerations wh