[Development] Visual Studio Paths in Makefile

2013-06-01 Thread Mumtaz Ahmad
I am tying to build QT 5 on Mingw . I had Visual Studio Installed and somehow the lib and include paths of Visual Studio are appearing in Makefiles generated by Qmake to build moc tool. I have uninstalled Visual Studio now but still the compilation of moc fails due to presence of Visual Studio Path

Re: [Development] Nested Mousearea don't pass events

2013-06-01 Thread joao morgado
Hi Thanks for this solution, I was having the same problem. But it only works for  QtQuick 2.0, it seems propagateComposedEvents it's not available in QtQuick 1.1   : ( Regards João de Deus De: Sean Harmer Para: development@qt-project.org Enviadas: Sábado, 1

Re: [Development] New online installers available for testing

2013-06-01 Thread Donald Carr
Best debugging message eva: Might I suggest: "Ah, sweet Jesus I have so much to give!" for future installer debugging inclusion . On Jun 1, 2013 4:28 AM, "Hausmann Simon" wrote: > Hi, > > Tested in Linux x86 from Oslo, installation worked great (although a few > times the installer wrote "This

Re: [Development] Request: QTouchEvents

2013-06-01 Thread Thiago Macieira
On sábado, 1 de junho de 2013 12.37.03, Francisco Ortega wrote: > However, the platform ID may be important to some people working in Touch. Why? You need to tell us why the platform ID might be important. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Sourc

Re: [Development] Nested Mousearea don't pass events

2013-06-01 Thread Sean Harmer
On 20/05/2013 13:36, Matteo Brichese wrote: > Hi everyone, I'm having some issue on passing the right event from a > mousearea to another. > > This is a sample of my code: > > import QtQuick 2.0 > > Rectangle { > width: 1024 > height: 768 > > MouseArea { > anchors.fill: pa

[Development] Request: QTouchEvents

2013-06-01 Thread Francisco Ortega
Hi, I notice that QTouchEvent::TouchPoint does not have the ID given by the Platform device. In qwindowsmousehandler.cpp I found the following: const TOUCHINPUT &winTouchInput = winTouchInputs[i]; int id = m_touchInputIDToTouchPointID.value(winTouchInput.dwID, -1); if (id == -1)

Re: [Development] New online installers available for testing

2013-06-01 Thread Hausmann Simon
Hi, Tested in Linux x86 from Oslo, installation worked great (although a few times the installer wrote "This shouldn't happen!" onto the terminal a few times) Simon Heikkinen Jani wrote: Hi all! There is new online installers available in http://download.qt-project.org/online/qt5/online_in

Re: [Development] New online installers available for testing

2013-06-01 Thread Turunen Tuukka
Hi, Please also let us know where you tested from. There may (at least in theory) be issues related to mirrors. Yours, -- Tuukka James Turner kirjoitti 1.6.2013 12:06: On 31 May 2013, at 10:50, Heikkinen Jani mailto:jani.heikki...@digia.com>> wrote: > There is new online ins

Re: [Development] New online installers available for testing

2013-06-01 Thread Andre Somers
Op 31-5-2013 11:50, Heikkinen Jani schreef: Hi all! There is new online installers available in http://download.qt-project.org/online/qt5/online_installers/ At the moment content is Qt5.0.2 but it will be updated to Qt5.1 RC1 w

Re: [Development] New online installers available for testing

2013-06-01 Thread James Turner
On 31 May 2013, at 10:50, Heikkinen Jani wrote: > There is new online installers available in > http://download.qt-project.org/online/qt5/online_installers/ > At the moment content is Qt5.0.2 but it will be updated to Qt5.1 RC1 when it > is published (hopefully really soon). Please try those a