[Development] Make Qt WebView a Qt Add-on

2015-06-22 Thread Stromme Christian
Hi, The Qt WebView module has been a tech preview for 5.4 and is still going to be a tech preview for 5.5, but for 5.6 we would like to propose that it gets upgraded to an official Qt add-on. Making the module an add-on, and also making it part of the normal release infrastructure, should hopefu

Re: [Development] Names of classes in Android Extras

2013-10-08 Thread Stromme Christian
On Oct 7, 2013, at 8:48 PM, Thiago Macieira wrote: >> Would this class work with a different JNI? Suppose Qt Jambi wanted to use >> those classes. Would they even compile? >> >Compiling wouldn't be the problem. A few implementation details can work only >on Android, namely the way we get the Java

Re: [Development] Names of classes in Android Extras

2013-10-07 Thread Stromme Christian
The names are one part legacy and one part for consistency. Either way I don't feel strongly about the names, so if we can agree on the names I'll fix it asap. So the options are QAndroidJniXxx and QJniXxx? Personally I prefer the later. -- Christian Thiago Macieira wrote: On segunda-feira,

[Development] QtAndroidExtras

2013-09-17 Thread Stromme Christian
Hi, I would like to propose that we add a platform extras repo for Android, as we needing a place to put android specific API's. Currently the only api we have, and which we want to move into a separate module, is the JNI convenience code from platformsupport in QtBase. -- Christian ___