Re: [Interest] Makefile target for mocinclude.tmp using inconsistent slashes

2013-04-22 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of James Cotton > Sent: Monday, April 22, 2013 8:42 PM > To: interest@qt-project.org > Subject: [Interest] Makefile target for moci

[Interest] Qt5 QML WebView - Flash Performance Issues

2013-04-22 Thread Adrian Stern
Hello It's important for me to display some already existing flash animations inside my application. For this I chose the WebView component. After I figured out how to display a .swf animation inside the component (loadHtml) I noticed some glitches. The Animation is playing but it does not look

Re: [Interest] qmake: questions regarding huge projects

2013-04-22 Thread Bo Thorsen
Den 22-04-2013 19:22, Konrad Rosenbaum skrev: > On Friday 19 April 2013 13:36:36 Bo Thorsen wrote: >> Den 19-04-2013 12:29, Rainer Wiesenfarth skrev: >>> well, I know about cmake, but was going for something less cryptic... :-) >>> >>> We have some fancy build stuff (f2c, versioning, ...), but I wa

[Interest] How to integrate Qt's event loop with our own without losing Windows messages

2013-04-22 Thread Catalin Iacob
We're using Qt 5.0.2, specifically WebkitWidgets to render HTML on top of a 3D scene which itself is rendered with Direct3D or OpenGL. Some more details: we have an existing 3D rendering application which wasn't using Qt at all until recently. We want to overlay buttons, indicators etc. on that 3D

Re: [Interest] Building qt4 on mac with -no-webkit

2013-04-22 Thread Michael Jackson
Interesting. I went and actually looked at what was being built and QtWebKit is being built in my configuration. And Assistant is actually using that library. I guess since I start the build and go to sleep I never noticed if it was being built or not. I don't link against it for my application

[Interest] Makefile target for mocinclude.tmp using inconsistent slashes

2013-04-22 Thread James Cotton
I'm having an issue on windows where the mocinclude.tmp makefile command lists the Qt includes like this @echo -IC:/TauLabs/ground/gcs/src/plugins/uavobjects>> debug/mocinclude.tmp @echo -IC:/TauLabs/ground/gcs/src/libs/libqxt/src/core>> debug/mocinclude.tmp @echo -IC:\TauL

Re: [Interest] qmake: questions regarding huge projects

2013-04-22 Thread Konrad Rosenbaum
On Friday 19 April 2013 13:36:36 Bo Thorsen wrote: > Den 19-04-2013 12:29, Rainer Wiesenfarth skrev: > > well, I know about cmake, but was going for something less cryptic... :-) > > > > We have some fancy build stuff (f2c, versioning, ...), but I was hoping > > to get it done with qmake, _because

Re: [Interest] Building qt4 on mac with -no-webkit

2013-04-22 Thread Tony Rietwyk
Thanks Israel, I have done that for my application. The problem is that it also uses Assistant, which on Mac requires webkit. It's pretty silly - there doesn't seem to be a supported way of stopping webkit from being in QT_CONFIG on Mac! Regards, Tony > Sent: Tuesday, 23 April 2013 1:56

Re: [Interest] How to disable session management.

2013-04-22 Thread preeteesh kakkar
Did you tried Display=:99.0 ? On Mon, Apr 22, 2013 at 7:45 AM, Bill Crocker wrote: > On 04/22/2013 07:43 AM, Bill Crocker wrote: > > On 04/22/2013 07:19 AM, Bo Thorsen wrote: > >> Hi Bill, > >> > >> Den 22-04-2013 12:27, Bill Crocker skrev: > >>> I am running my Qt app with a virtual X server on

[Interest] Qt-5.1 builds

2013-04-22 Thread Алексей Павлов
Hi! I upload my new Qt-5.1 build from git sources: x64-Qt-5.1.0-git+qtcreator-2.7.0-(gcc-4.8.0-seh-rev2).7z It is 64-bit build that maked wit

Re: [Interest] How to disable session management.

2013-04-22 Thread Bill Crocker
On 04/22/2013 07:43 AM, Bill Crocker wrote: > On 04/22/2013 07:19 AM, Bo Thorsen wrote: >> Hi Bill, >> >> Den 22-04-2013 12:27, Bill Crocker skrev: >>> I am running my Qt app with a virtual X server on a compute farm as part of >>> regression testing. >>> Those instances still appear to want to wor

Re: [Interest] How to disable session management.

2013-04-22 Thread Bill Crocker
On 04/22/2013 07:19 AM, Bo Thorsen wrote: > Hi Bill, > > Den 22-04-2013 12:27, Bill Crocker skrev: >> I am running my Qt app with a virtual X server on a compute farm as part of >> regression testing. >> Those instances still appear to want to work with the session manager on my >> login host. >> T

Re: [Interest] How to disable session management.

2013-04-22 Thread Bo Thorsen
Hi Bill, Den 22-04-2013 12:27, Bill Crocker skrev: > I am running my Qt app with a virtual X server on a compute farm as part of > regression testing. > Those instances still appear to want to work with the session manager on my > login host. > This fails and the following messages appear. > >> _I

[Interest] How to disable session management.

2013-04-22 Thread Bill Crocker
Dear Qt Enthusiasts: I am running my Qt app with a virtual X server on a compute farm as part of regression testing. Those instances still appear to want to work with the session manager on my login host. This fails and the following messages appear. > _IceTransSocketUNIXConnect: Cannot connect

Re: [Interest] [Qt 5, OS X] Does OpenGL 3 Core Profile work (with Qt APIs)?

2013-04-22 Thread Samuel Rødal
On 04/22/2013 10:40 AM, Till Oliver Knoll wrote: > 2013/4/20 James Turner : >> >> On 18 Apr 2013, at 09:09, Till Oliver Knoll >> wrote: >> >> So is OpenGL 3.x Core actually supposed to work with Qt 5? Or is this >> still work in progress? >> >> >> It works fine, but the legacy QGL APIs don't help

Re: [Interest] QXcbConnection error

2013-04-22 Thread Samuel Rødal
On 04/22/2013 11:09 AM, Scott Aron Bloom wrote: > Since glxinfo is failing, my bet is this has nothing to do with Qt Indeed, if the X server isn't reporting that it has the GLX extension then there's not much Qt can do. Seems the graphics driver is not correctly installed or that something is br

Re: [Interest] QXcbConnection error

2013-04-22 Thread Scott Aron Bloom
Since glxinfo is failing, my bet is this has nothing to do with Qt -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Ramakanthreddy_Kesireddy Sent: Monday, April 22, 2013 2:07

Re: [Interest] QXcbConnection error

2013-04-22 Thread Ramakanthreddy_Kesireddy
Iam getting below errors when I run glxgears and glxinfo respectively. glxgears XLib:extension "Glx" missing on display ":0" Error:couldn't get an RGB,Double Buffered visual glxinfo XLib:extension "Glx" missing on display ":0" Error:couldn't find RGB Glx visual or fbconfig Please let me know if

Re: [Interest] [Qt 5, OS X] Does OpenGL 3 Core Profile work (with Qt APIs)?

2013-04-22 Thread Till Oliver Knoll
2013/4/20 James Turner : > > On 18 Apr 2013, at 09:09, Till Oliver Knoll > wrote: > > So is OpenGL 3.x Core actually supposed to work with Qt 5? Or is this > still work in progress? > > > It works fine, but the legacy QGL APIs don't help you much. Rough > pseudo-code which works for me: > >QWi