Re: [Development] [Android] QML Qt.inputMethod.keyboardRectangle.height always equal to 0

2014-06-07 Thread Ben Lau
I think it is not implemented yet. There are few reported issues about using virtual keyboard in Android. *[#QTBUG-33713] Not possible to get boundaries of virtual keyboard on android in order to align other stuff on it - Qt Bug Tracker* *[#QTBUG-34089] Android: user input items filling the screen

Re: [Development] Qt 5.3 and sparc

2014-06-07 Thread Thiago Macieira
Em sáb 07 jun 2014, às 15:27:07, Lisandro Damián Nicanor Pérez Meyer escreveu: > So IMPOV there are a couple of ways to solve this: > > - Keep the detection uncommented: in this case it might be better to simply > remove it, and maybe remove src/corelib/arch/sparc* Remove the lines from qbasicato

[Development] Qt 5.3 and sparc

2014-06-07 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! In the 5.2 series I have been building Qt 5 with sparc detection enabled (src/corelib/global/qprocessordetection.h uncommenting lines ~297 to ~312). I knew things where going to change for Qt 5.3, so I didn't pushed the changes. Now with Qt 5.3 and sparc detection enabled I get a FTBFS. See t

Re: [Development] Alternative Loader QML component

2014-06-07 Thread Nurmi J-P
On 07 Jun 2014, at 12:15, wim delvaux wrote: > Where can I find the source for qqmlloader so I can see what is going on ? > Hi, QQuickLoader is in qtdeclarative/src/quick/items: - https://github.com/qtproject/qtdeclarative/blob/dev/src/quick/items/qquickloader_p.h - https://github.com/qtproj

Re: [Development] Alternative Loader QML component

2014-06-07 Thread wim delvaux
Where can I find the source for qqmlloader so I can see what is going on ? On Fri, Jun 6, 2014 at 9:20 PM, Konstantin Ritt wrote: > QQmlLoader is just a convenience wrapper for QQmlComponent. > > Konstantin > > > 2014-06-06 12:34 GMT+03:00 wim delvaux : > >> HI all, >> >> I would like to use XM