[Interest] QML TextField copy/paste

2015-10-24 Thread QtRep qt
Hi, from a few test i noticed that there is no support for native copy/paste on a TextField on Android. I am using Qt 5.5 on Android 4.4.2 I tried to follow the workaround on QTBUG-34867 but did not succeed. Do you know if it has been fixed for Qt 5.5.1 or Qt 5.6 ? Regards

Re: [Interest] How to overcome QNetworkDiskCache limitation

2015-10-24 Thread Shantanu Tushar
Hey list, Bump. I have had the same question for quite some now, and all searching has been in vain. Surely there must be something that is recommended here, right? On Mon, Oct 19, 2015 at 9:07 PM, Gian Maxera wrote: > Hello, > the documentation says: > > "Currently you

Re: [Interest] How to overcome QNetworkDiskCache limitation

2015-10-24 Thread Thiago Macieira
On Monday 19 October 2015 16:37:03 Gian Maxera wrote: > Hello, > the documentation says: > > "Currently you cannot share the same cache files with more than one disk > cache." > > What is the issue on sharing the same cache files ? The saving of cache files is not atomic and some information is

[Interest] ANDROID_PACKAGE_SOURCE_DIR IS EVIL [was: How to create a library with Android java source]

2015-10-24 Thread Gianluca
Hello Ben, thank you very much for your support. I found the problem. The evil parameter is ANDROID_PACKAGE_SOURCE_DIR that in some way block any include .pri to install stuff into android-build … but does not block any install command at the same “level” of where ANDROID_PACKAGE_SOURCE_DIR is

Re: [Interest] Odd error using QSerialPort with hardware flow control

2015-10-24 Thread Denis Shienkov
Hi, I have not this issue. * QtSerialPort from the 5.6 branch * Windows 10 * On-board serial port (where the pins 2-3, 7-8 are connected) * The Terminal example Please provide a minimal example which reproduces this issue (also give more info about your serial port type). BR, Denis

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
Hello Ben, I tried your example … and does not work for me. The Java sources from quickandroid.pri are not copied into android-build :-( Ciao, Gianluca. Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto: > > I am using Qt 5.5.0 on Mac and it is fine. May test Qt

Re: [Interest] How to overcome QNetworkDiskCache limitation

2015-10-24 Thread Shantanu Tushar
Hi Thiago, In your experience what have people done when they have a custom QNetworkAccessManager subclass whose objects are returned from a QNetworkAccessManagerFactory? I see from an older post Gianluca made, that is the exact use-case. Given that the latter's documentation mentions that it

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Ben Lau
What is your Qt and Qt Creator version? On 24 October 2015 at 17:04, Gianluca wrote: > Hello Ben, > I’ve no problem on running the app on Android. My app as a custom Activity > and java LiveWallpapers, no problem at all on compiling these java files. > The android-build

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Ben Lau
I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later. By the way, could try this example project and see could it install those Java files? quickandroid/examples/quickandroidexample at master · benlau/quickandroid

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
Hello Ben, I’ve no problem on running the app on Android. My app as a custom Activity and java LiveWallpapers, no problem at all on compiling these java files. The android-build directory is there and contains all files I specified into my .pro with ANDROID_PACKAGE_SOURCE_DIR. Then, I have a

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
The latest version. Qt 5.5.1 and 3.5.1 But doesn’t work also on my PC at work that has Qt 5.5.0 and an older Qt Creator. I’m working on Mac. Ciao, Gianluca. Il giorno 24/ott/2015, alle ore 10:10, Ben Lau ha scritto: > What is your Qt and Qt Creator version? > > On 24

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
Hello Ben, I’ll try later. Thank you for your help, Gianluca. Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto: > > I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later. By the > way, could try this example project and see could it install those