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

2014-06-06 Thread Sacha Zyto
Hello everyone, I'm using Android 4.4.3 on a nexus 5, with Qt 5.3.0, GCC 4.8. I've noticed that the reported height of the virtual keyboard seems to be always 0. For instance, in the following example... import QtQuick 2.2 import QtQuick.Controls 1.1 import QtQuick.Layouts 1.1 ApplicationWin

Re: [Development] Alternative Loader QML component

2014-06-06 Thread Konstantin Ritt
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 XML/XSL to generate qml code much like a browser > accepts XML and converts it to HTML automatically (providing propper > stylesheet of course). > >

[Development] QWebChannel: getting it ready for inclusion in Qt 5.4

2014-06-06 Thread Milian Wolff
Hello all, I'd like to get QWebChannel "done" in time for Qt 5.4. If you don't know what QWebChannel is: Please take a look at https://qt.gitorious.org/qt-labs/qwebchannel/ I still have some review requests open since a long time. It would be cool if someone could look at them. Most important

Re: [Development] Enginio build artifacts and naming conventions

2014-06-06 Thread Stephen Kelly
On Wednesday, June 04, 2014 13:48:30 Stephen Kelly wrote: > So, I think all that is needed is to decide whether it is a mistake which > should be fixed, and if so, should it be fixed as I suggested with a new > major version of Enginio. We decided on IRC that this should be fixed. How exactly th

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-06 Thread Oswald Buddenhagen
On Fri, Jun 06, 2014 at 11:38:34AM +0200, Kurt Pattyn wrote: > Just for clarity: > * Is the release branch gone for developers? > it's gone for everyone. it has been deleted. the next release branch will be 5.3.1, and you will push for it if you have critical changes for that release. just as befor

Re: [Development] [HEADS UP] new branching scheme: 5.3 branches created, stable deprecated

2014-06-06 Thread Kurt Pattyn
Just for clarity: * Is the release branch gone for developers? * And is there only one dev branch? Suppose 5.4 is in the make and meanwhile a 5.3.x patch release is being worked upon, where will the dev branch end up? Or should we just push our patches to the 5.3.x in that case? Cheers, Kurt O

[Development] Alternative Loader QML component

2014-06-06 Thread wim delvaux
HI all, I would like to use XML/XSL to generate qml code much like a browser accepts XML and converts it to HTML automatically (providing propper stylesheet of course). Ideally this would be a special loader (say XMLLoader). Any suggestions on how to do this ? Preferrably a child class of the st