[MeeGo-dev] libmeegotouch can not compiled under 1.2.0 SDK

2011-06-23 Thread Jianchun Zhou
Hi, guys: I found that the latest libmeegotouch code can not be built under 1.2.0 SDK, dumped this message: scene/mscene.cpp: In member function ‘void MScenePrivate::handleFocusChange(QGraphicsSceneMouseEvent*)’: scene/mscene.cpp:565:29: error: ‘ItemStopsFocusHandling’ is not a member of

Re: [MeeGo-dev] libmeegotouch can not compiled under 1.2.0 SDK

2011-06-23 Thread Michael Hasselmann
On Thu, 2011-06-23 at 14:30 +0800, Jianchun Zhou wrote: Hi, guys: I found that the latest libmeegotouch code can not be built under 1.2.0 SDK, dumped this message: scene/mscene.cpp: In member function ‘void MScenePrivate::handleFocusChange(QGraphicsSceneMouseEvent*)’:

Re: [MeeGo-dev] libmeegotouch can not compiled under 1.2.0 SDK

2011-06-23 Thread Thiago Macieira
On Thursday, 23 de June de 2011 11:28:18 Michael Hasselmann wrote: On Thu, 2011-06-23 at 14:30 +0800, Jianchun Zhou wrote: Hi, guys: I found that the latest libmeegotouch code can not be built under 1.2.0 SDK, dumped this message: scene/mscene.cpp: In member function ‘void

Re: [MeeGo-dev] libmeegotouch can not compiled under 1.2.0 SDK

2011-06-23 Thread Michael Hasselmann
On Thu, 2011-06-23 at 15:17 +0200, Thiago Macieira wrote: Should be in Qt 4.7 master (commit 517290f) but you can also remove the ItemStopsFocusHandling flag for your development - without it, text entries will lose focus when user starts panning the contents of MApplicationPage. That's