Re: [Development] Adding new third party component three.js to Qt?

2015-01-13 Thread Keränen Pasi
Hi Kevin and Lisandro, I have zero experience with distribution packaging and the problems therein so sorry if I’m a bit lost here. Thank you Kevin for the links you sent, I found them informative. I followed the Packaging:JavaScript link and it states "Please note that this section really only a

Re: [Development] Adding new third party component three.js to Qt?

2015-01-13 Thread Thiago Macieira
On Wednesday 14 January 2015 05:14:10 Keränen Pasi wrote: > Hi Thiago (and Lars), > > Surely we can include a minified version that gets bundled with your app > when you e.g. use a new project wizard to create a Canvas3D project with > three.js? No need to have any larger than necessary files ther

Re: [Development] Adding new third party component three.js to Qt?

2015-01-13 Thread Keränen Pasi
Hi Thiago (and Lars), Surely we can include a minified version that gets bundled with your app when you e.g. use a new project wizard to create a Canvas3D project with three.js? No need to have any larger than necessary files there? Already the new project wizard freezes up to around 20-40 seconds

Re: [Development] Adding new third party component three.js to Qt?

2015-01-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 13 January 2015 03:20:38 Kevin Kofler wrote: > Sorry for raining on your parade, but… > > Keränen Pasi wrote: > > I¹d like to open the discussion on including the three library as part of > > Qt 5.6 and onwards. Mainly because this would give our users a better > > experience if we¹d bu

Re: [Development] Allowing event delivery prior to and after QCoreApplication

2015-01-13 Thread Thiago Macieira
On Wednesday 14 January 2015 02:17:31 Olivier Goffart wrote: > > Finally, note what happens if there's a thread trying to deliver events > > *while* QCoreApplication is being shut down: notifyInternal() is probably > > dereferencing a dangling pointer. > > Good point. > But one might argue that th

Re: [Development] Allowing event delivery prior to and after QCoreApplication

2015-01-13 Thread Olivier Goffart
On Tuesday 13 January 2015 16:28:02 Thiago Macieira wrote: [...] > sendEvent is used by QCoreApplicationPrivate::sendPostedEvents, which in > turn is the core of event dispatching in Qt (all event dispatchers' > processEvents call it). > > As you can see from the code above, event delivery is stop

[Development] Allowing event delivery prior to and after QCoreApplication

2015-01-13 Thread Thiago Macieira
Regarding: inline bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event) { if (event) event->spont = false; return self ? self- >notifyInternal(receiver, event) : false; } inline bool QCoreApplication::sendSpontaneousEvent(QObject *receiver, QEvent *event) { if (event) event->spont

Re: [Development] what's the latest status about tests/auto/bic/data?

2015-01-13 Thread Thiago Macieira
On Tuesday 13 January 2015 21:17:15 Sergio Ahumada wrote: > On 13/01/15 21:05, Liang Qi wrote: > > Hi, > > > > Looks like we have binary compatible check things(at least for > > linux-gcc-ia32) before, but I only found 5.0.0 and 5.1.0 data. For > > example, > > > > https://github.com/qtproject/qt

Re: [Development] what's the latest status about tests/auto/bic/data?

2015-01-13 Thread Sergio Ahumada
On 13/01/15 21:05, Liang Qi wrote: > Hi, > > Looks like we have binary compatible check things(at least for > linux-gcc-ia32) before, but I only found 5.0.0 and 5.1.0 data. For example, > > https://github.com/qtproject/qtbase/tree/dev/tests/auto/bic/data > https://github.com/qtproject/qtdeclarati

[Development] what's the latest status about tests/auto/bic/data?

2015-01-13 Thread Liang Qi
Hi, Looks like we have binary compatible check things(at least for linux-gcc-ia32) before, but I only found 5.0.0 and 5.1.0 data. For example, https://github.com/qtproject/qtbase/tree/dev/tests/auto/bic/data https://github.com/qtproject/qtdeclarative/tree/dev/tests/auto/bic/data I forgot how it

Re: [Development] forkfd help on OS X 10.7

2015-01-13 Thread Thiago Macieira
On Friday 02 January 2015 15:39:31 Thiago Macieira wrote: > I need a little help with forkfd for OS X 10.7. The builds with forkfd have > failed on the CI on 10.7 only for no reason I can determine. If you have > access to 10.7 -- especially those in the CI system -- please build QtCore > after ch

Re: [Development] New Qt 4.8.7 snapshot build is available

2015-01-13 Thread Calogero Mauceri
Hi, would it be possible to have a full changelog for this snapshot. The changelog file inside the pachage is empty. Thanks, Calogero Il 1/13/2015 4:04 PM, Salovaara Akseli ha scritto: > Hi, > > New Qt 4.8.7 snapshot build is available > http://download.qt.io/snapshots/qt/4.8/4.8.7/2015-0

[Development] New Qt 4.8.7 snapshot build is available

2015-01-13 Thread Salovaara Akseli
Hi, New Qt 4.8.7 snapshot build is available http://download.qt.io/snapshots/qt/4.8/4.8.7/2015-01-12-2/ Snapshot is built against 50223ce5eebfdff01a88474f0589259137997458 Introduce Windows version 10. Changes compared to previous build: 50223ce5eebfdff01a88474f0589259137997458 Introduce Wind

Re: [Development] Qt 5.5 feature freeze nearing

2015-01-13 Thread Sean Harmer
On Tuesday 13 Jan 2015 10:40:16 Ayberk Özgür wrote: > Dear All, > > Since the Qt 5.5 feature freeze is near, may I ask how Qt3D 2.0 is > looking as part of Qt 5.5 at this point? Some time ago, in a discussion > with Sean Harmer, he pointed out that they were looking to release Qt3D > 2.0 as part o

Re: [Development] Qt 5.5 feature freeze nearing

2015-01-13 Thread Ayberk Özgür
Dear All, Since the Qt 5.5 feature freeze is near, may I ask how Qt3D 2.0 is looking as part of Qt 5.5 at this point? Some time ago, in a discussion with Sean Harmer, he pointed out that they were looking to release Qt3D 2.0 as part of Qt 5.5. All the best On 13. 01. 15 10:17, Heikkinen Jan

[Development] Qt 5.5 feature freeze nearing

2015-01-13 Thread Heikkinen Jani
Hi all, Please remember, Qt 5.5 feature freeze is 9th Feb 2015, see the schedule here: http://qt-project.org/wiki/Qt-5.5-release if you are planning to add some new module (/feature) in Qt5.5 it is time to start adding those in the 'dev' branch already now (if not done yet), see criteria her