Re: [Development] Fixing input for eglfs and friends

2012-05-25 Thread Johannes Zellner
Hi, sorry had no network connection yesterday. On Thursday, May 24, 2012 06:51:32 AM Agocs Laszlo.P wrote: > Hi, > > Please do not merge the plug-ins. A monolithic "evdev" monster plug-in is > not desirable and would certainly not classify as "generic" anymore. > > The "static device discovery"

[Development] Fixing input for eglfs and friends

2012-05-23 Thread Johannes Zellner
Hi, as we are working on better support of embedded devices in Qt, we also are tapping into the input handling. The initial issue with our current input handling for platforms like eglfs, which do not handle input on its own, is, that we have input plugins for mouse/keyboard/touch (evdev), whi

[Development] QWindowSystemInterface::handleMouseEvent() relative or absolute?

2012-05-15 Thread Johannes Zellner
Hi, I am currently working on evdevmouse input fixes for the eglfs usecase. During the testing I had two mice in parallel . I saw that each mouse maintains its own position on the screen, because the QWindowSystemInterface::handleMouseEvent() takes only absolute coordinates. Wouldn't be relative c

Re: [Development] When to remove old platform plugins?

2012-03-14 Thread Johannes Zellner
On 03/14/2012 09:05 AM, ext eike.zil...@nokia.com wrote: > On 12 Mar 2012, at 14:14, ext morten.sor...@nokia.com wrote: > >> On Mar 12, 2012, at 1:25 PM, ext Johannes Zellner wrote: >> >>> On 03/08/2012 09:21 PM, ext Holger Hans Peter Freyther wrote: >>>>

Re: [Development] When to remove old platform plugins?

2012-03-12 Thread Johannes Zellner
On 03/08/2012 09:21 PM, ext Holger Hans Peter Freyther wrote: > Hi, > > the alpha is getting closer and we still have some QPA platform plugins that > don't compile and I wonder what we should do with them? Polish and remove for > Qt5 Alpha, leave it in and hope someone will pick them up? At the mo

[Development] QT_NO_CAST_FROM_ASCII for platformsupport

2012-02-14 Thread Johannes Zellner
Hi, what is the reason for " DEFINES += QT_NO_CAST_FROM_ASCII " in the platformsupport.pro file? I just hit that and would like to understand why we have this inconvenience here. Cheers, Johannes ___ Development mailing list Development@qt-project.o

Re: [Development] Missing ARM, MIPS, other mkspecs in qt5

2011-12-08 Thread Johannes Zellner
Hi, On 11/30/2011 06:47 AM, ext Rohan McGovern wrote: > Hello, > > In Qt5, we no longer appear to have any mkspecs for cross-compiling for > ARM or MIPS. They were tied up with qws, so they were removed when > qws was removed. > > Is it intentional that we still don't have any, or has it just fal

Re: [Development] Antwort: Re: Public Qt5 CI results available

2011-12-08 Thread Johannes Zellner
Hi, On 12/08/2011 10:12 AM, ext dietrich.gos...@continental-corporation.com wrote: Hi, I have managed it to enable OpenGL ES 2.x and XLib during the Qt5 compilation. Now I am recieving this error message: xcb auto-detection... () /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/

[Development] Qt5 "QMAKESPEC has not been set"

2011-11-07 Thread Johannes Zellner
Hi, I have problems building Qt5 these days, when trying to set a different prefix other than described in the README "$PWD/qtbase" qtbase builds fine, but any other module/add-on wont build due to: "QMAKESPEC has not been set, so configuration cannot be deduced." The issue is that a "make inst