Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Kent Hansen
Hi, Den 30. mai 2012 15:23, skrev ext Diego Iastrubni: > On Wed, May 30, 2012 at 4:11 PM, Olivier Goffart > wrote: > > On Saturday 26 May 2012 12:51:23 Stephen Kelly wrote: > > Hi, > > > > There is a discussion on a kde list touching on whether there is a

Re: [Development] qpa api - current status

2012-05-30 Thread Samuel Rødal
On 05/31/2012 03:45 AM, ext Girish Ramakrishnan wrote: > On Tue, May 29, 2012 at 2:46 AM, Jørgen Lind wrote: >> On Tue, May 29, 2012 at 10:52:30AM +0200, Knoll Lars (Nokia-MP/Oslo) wrote: >>> On 5/29/12 8:22 AM, "ext Jørgen Lind" wrote: >>> Hi > 6. Rename the handle() to platformXXX() si

Re: [Development] (Harmattan) Qt Quick Components & Qt 5

2012-05-30 Thread Alberto Mardegan
On 05/30/2012 09:28 PM, Quim Gil wrote: > Question: do you believe there is a value in promoting an effort to port > those components here and now? Yes! While not perfect, these components are working generally well and having them in Qt 5 would make it easier for Harmattan developers to port the

Re: [Development] Suggested improvements to JIRA

2012-05-30 Thread mark.keir
Dear JIRA users, Please be advised that Atlassian has created a baked in autowatch feature in JIRA 5.0.3 which the system now benefits from. At this stage, we are not planning to use the separately developed plugin discussed on list. Some details on the autowatch capability, including info to op

Re: [Development] qpa api - current status

2012-05-30 Thread Girish Ramakrishnan
On Tue, May 29, 2012 at 2:46 AM, Jørgen Lind wrote: > On Tue, May 29, 2012 at 10:52:30AM +0200, Knoll Lars (Nokia-MP/Oslo) wrote: >> On 5/29/12 8:22 AM, "ext Jørgen Lind" wrote: >> >> >Hi >> >> 6. Rename the handle() to platformXXX() since it's easy to educate >> >> that anything that has platfor

Re: [Development] qpa api - current status

2012-05-30 Thread Girish Ramakrishnan
Hi Laszlo, On Tue, May 29, 2012 at 1:09 AM, Laszlo Agocs wrote: > Hi, > > >> 2. qwindowsysteminterface_qpa.h. This is a little tricky. We have >> qtestlib using it at this point because this is the way to send events >> to Qt. The API looks OK, can we make this public? >> > QWindowSystemInterface

Re: [Development] (Harmattan) Qt Quick Components & Qt 5

2012-05-30 Thread simon.hausmann
Check out the qtquick2 branch of the qt-components repo :) Would be nice to move that to Gerrit. Simon -- Sendt fra min Nokia N930.05.12 20:28 skrev Gil Quim (Nokia-DXM/SiliconValley): Hi, We have started a community device seeding activity to encourage brave developers porting their mobile ap

[Development] (Harmattan) Qt Quick Components & Qt 5

2012-05-30 Thread Quim Gil
Hi, We have started a community device seeding activity to encourage brave developers porting their mobile apps to Qt 5 http://wiki.maemo.org/Summer'12_Device_Program/Qt_5_Mobile_Projects Many candidates are showing their Qt 4 mobile projects, that happen to rely in (Harmattan) Qt Quick Compon

Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Thiago Macieira
On quarta-feira, 30 de maio de 2012 15.11.18, Olivier Goffart wrote: > QtScript was originally developed using its own JavaScript engine. Add here, because Olivier's description skipped one or two years in history between the sentences. When it was originally developed, the QtScript engine was st

Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Jedrzej Nowacki
On Wednesday 30. May 2012 15.23.49 ext Diego Iastrubni wrote: > On Wed, May 30, 2012 at 4:11 PM, Olivier Goffart wrote: > > On Saturday 26 May 2012 12:51:23 Stephen Kelly wrote: > > > Hi, > > > > > > There is a discussion on a kde list touching on whether there is a > > > replacement for QtScript

Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Diego Iastrubni
On Wed, May 30, 2012 at 4:11 PM, Olivier Goffart wrote: > On Saturday 26 May 2012 12:51:23 Stephen Kelly wrote: > > Hi, > > > > There is a discussion on a kde list touching on whether there is a > > replacement for QtScript in Qt 5. > > > > http://thread.gmane.org/gmane.comp.kde.devel.kwrite/3299

Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Olivier Goffart
On Saturday 26 May 2012 12:51:23 Stephen Kelly wrote: > Hi, > > There is a discussion on a kde list touching on whether there is a > replacement for QtScript in Qt 5. > > http://thread.gmane.org/gmane.comp.kde.devel.kwrite/32993/focus=75079 > > Is the QJSEngine the start of public API providing

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

2012-05-30 Thread Stephen Kelly
On 29.05.2012 10:55, Rene Jensen wrote: >>> Question: How can we expose objects governed by QSharedPointer to >>> QML >>> safely? I *can* guarantee the lifecycle beyond the life of my >>> QDeclarativeEngine. >> If you can guarantee that, then use mySharedPtr.data() as others >> have >> said. > >

Re: [Development] QtScript vs Qml/QJsEngine ?

2012-05-30 Thread Kent Hansen
Hi Stephen, Den 26. mai 2012 12:51, skrev ext Stephen Kelly: > Hi, > > There is a discussion on a kde list touching on whether there is a replacement > for QtScript in Qt 5. > > http://thread.gmane.org/gmane.comp.kde.devel.kwrite/32993/focus=75079 > > Is the QJSEngine the start of public API provi

Re: [Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-30 Thread Loaden
You are right. I just made a patch to fix this issue. See: https://codereview.qt-project.org/#change,27431 2012/5/29 Rohan McGovern > LIBS += -L../../3rdparty/poly2tri -lpoly2tri > win32:LIBS += -L../../3rdparty/poly2tri/release > -L../../3rdparty/poly2tri/debug > > Unless I've missed somethin

[Development] Regression: comapp.exe crashes when building Qt use nmake

2012-05-30 Thread Loaden
I find this bug report: https://bugreports.qt-project.org/browse/QTCREATORBUG-6578 And now Qt5 have the same build issue. And many times crash about idc.exe. Windows 7 64bit & MSVC2010SP1. -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___