[Development] CI problems

2013-08-21 Thread BogDan
Hello,   I'm struggling for a few days to merge 3 patches: https://codereview.qt-project.org/#change,62744 https://codereview.qt-project.org/#change,62745 https://codereview.qt-project.org/#change,62746  This patches are Android related but the CI complains about some tests that are failing. Non

[Development] Qt5.1.1 delayed a bit (was: RE: Qt5.1.1 known issues)

2013-08-21 Thread Heikkinen Jani
Hi all! I discussed with Tuukka this morning and we make the decision to postpone our Qt5.1.1 a bit and try to take fix for QTBUG-31803 in. We agreed it is better to fix this now and get at least something work in 10.9. Plan is to make release next Tuesday (27.08.2013). If this fix isn't working

[Development] qt5 QML multiple VideoOutput with same source

2013-08-21 Thread Michal Lazo
I don't know if this is expected behavior but we can't have multiple VideoOutput connected to same one source (MediaPlayer) Is it possible to duplicate somehow qml item on different position but I want to screengraph to use same one texture for both qml items? I don't want to use shader(performanc

Re: [Development] CI failing regularly

2013-08-21 Thread Nicolás Alvarez
2013/8/21 Sarajärvi Tony : > Hi > > The problem was test cases that don't pass. We have a patch that will address > these issues: https://codereview.qt-project.org/#change,63361 > Too bad it stumbled upon a machine that apparently was broken (don't > understand why, since they should be clones).

Re: [Development] MouseArea: updating hover state when the area moves

2013-08-21 Thread Alan Alpert
On Wed, Aug 21, 2013 at 8:31 AM, Josh Faust wrote: > > On Tue, Aug 20, 2013 at 12:44 AM, Nils Jeisecke > wrote: >> >> On Tue, Aug 20, 2013 at 6:15 AM, Josh Faust >> wrote: >> >I'm curious what the reasoning behind this is. Is it just a performance >> > optimization? >> I think so. Currently scen

[Development] Fwd: New icon theme spec update for scaled icons

2013-08-21 Thread Thiago Macieira
Can someone take a look at the icon theme update for scaled icons? -- Forwarded message -- Subject: New icon theme spec update for scaled icons Date: segunda-feira, 19 de agosto de 2013, 16:08:40 From: Alexander Larsson Para: x...@lists.freedesktop.org Working with the scaled

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Thiago Macieira
On quarta-feira, 21 de agosto de 2013 05:15:59, Chris Gilbert wrote: > If there is no existing, tested fix I understand completely, no problem. > > I was under the impression that the issue had been resolved some weeks ago - > I recall seeing a couple of patches regarding the font system that loo

Re: [Development] MouseArea: updating hover state when the area moves

2013-08-21 Thread Josh Faust
On Tue, Aug 20, 2013 at 12:44 AM, Nils Jeisecke wrote: > On Tue, Aug 20, 2013 at 6:15 AM, Josh Faust > wrote: > >I'm curious what the reasoning behind this is. Is it just a performance > optimization? > I think so. Currently scene items don't get a notification if their > absolute positioning cha

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Turunen Tuukka
Hi, Regarding not knowing if this patch breaks something else, I think we know it quite well when those platforms we have in the CI pass successfully and test installer to work in 10.9. Of course we do not have 100% coverage, but the risk for this should be relatively low? Even with this fix in,

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Tor Arne Vestbø
This should fix it (tested built on 10.7 and deployed on 10.8 and 10.9): https://codereview.qt-project.org/#change,63483 tor arne On 8/21/13 14:15 , Chris Gilbert wrote: > Thanks for the follow up! > > If there is no existing, tested fix I understand completely, no problem. > > I was under the i

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Chris Gilbert
Thanks for the follow up! If there is no existing, tested fix I understand completely, no problem. I was under the impression that the issue had been resolved some weeks ago - I recall seeing a couple of patches regarding the font system that looked related. (I popped into IRC a while back a

[Development] Blacklines only in OpenGL in a QGLView

2013-08-21 Thread niallcwhelan
Hi, I'm using QGLView and glColor3f to set a line colour to any colour, but it only renders black lines. For example: void CubeView::plotLine( QVector3D start, QVector3D end ) { glColor3f(1.0f,1.0f,1.0f); // Set my lines colour... glLineWidth(3.0); glEnable(GL_LINE_SMOOTH);

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Heikkinen Jani
There isn't fix for that available at the moment. And as said, 10.9 isn't supported yet. We discussed about this with several persons and agreed this isn't blocking the release. We don't have 10.9 in the CI yet so we cannot know what else is broken so that's why it doesn't make sense to delay t

Re: [Development] [Feature Request] Websockets

2013-08-21 Thread Kurt Pattyn
Hi, OK, an add-on it will be. What should we name the add-on: QProtocols as someone suggested, or just QWebSockets? QProtocols could then contain, besides QWebSockets, also QJsonRpc. So this is what I will do: 1. refactor the code as you suggested (public API/private implementation) 2. tackle t

Re: [Development] AplicationWindow, QQuickWindow, contentRotation and setting width and height of contentItem

2013-08-21 Thread Bubke Marco
Hi Alan From: Alan Alpert [4163654...@gmail.com] On Tue, Aug 20, 2013 at 2:42 AM, Bubke Marco wrote: > What about making ApplicationWindow a Item? We could skip the contentItem > and there would be designer support. The other problem is that both Window and ApplicationWindow are released, we can

Re: [Development] CI failing regularly

2013-08-21 Thread Sarajärvi Tony
Hi The problem was test cases that don't pass. We have a patch that will address these issues: https://codereview.qt-project.org/#change,63361 Too bad it stumbled upon a machine that apparently was broken (don't understand why, since they should be clones). It's been restaged again. In the long

Re: [Development] Qt5.1.1 known issues

2013-08-21 Thread Heikkinen Jani
-Original Message- From: development-bounces+jani.heikkinen=digia@qt-project.org [mailto:development-bounces+jani.heikkinen=digia@qt-project.org] On Behalf Of Thiago Macieira Sent: 21. elokuuta 2013 7:29 To: development@qt-project.org Subject: Re: [Development] Qt5.1.1 known iss