Re: [Interest] A QThread question...

2015-10-22 Thread NoMercy
Well, I've tried but it doesn't work even though there is no errors, you can not get data from user space (in this case I'm trying to get user screen) :( On Thu, Oct 22, 2015 at 9:14 AM, Koehne Kai wrote: > > > > -Original Message- > > From: interest-bounces+kai.koehne=theqtcompany

[Interest] Qt 5.5 and accessibility on OSX

2015-10-22 Thread Adam Light
Hi I'm using Qt 5.5.1 on Mac OSX 10.10.5. I noticed my application being slower than expected, so I compiled a release build and ran the application under the Instruments time profiler (using release builds of the Qt libraries). If I'm understanding the data correctly, about 45% of the time is s

[Interest] Problems with submitting apps via XCode 6.4

2015-10-22 Thread Jason H
This isn't a Qt issue per se, but I wanted to put it out there. Last week the iOS app store was accepting submissions from Xcode 6.4. This seem to no longer be the case today. I have multiple apps I was pushing new builds out for and they all came back with an error message about the app identif

Re: [Interest] Qt Android app crashing on Nexus 5

2015-10-22 Thread Jason H
We use SSL in Qt on Nexus 5 with no issues. > Sent: Tuesday, October 20, 2015 at 11:13 AM > From: "Nuno Santos" > To: interest > Subject: [Interest] Qt Android app crashing on Nexus 5 > > Hi, > > Today a user told me one of my apps was crashing on it’s Nexus 5. > > I went to Google Developer

[Interest] Best way to handle database migrations on QML

2015-10-22 Thread Daniel França
Hi guys, I'm developing a single file ORM library for QML. For now it's doing most of the main operations on tables. You can see it here, with a basic documentation as well: https://github.com/danielfranca/quickmodel But now I'm trying to implement a way to have migrations, and can't find a good s

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

2015-10-22 Thread Ben Lau
Hi Gian, You may check my project on github. It is a Qt library for Android with Java source code. In the DEV branch, it has a native image picker written with Java. You could find out how to include Java source file as a library from the example code. https://github.com/benlau/quickandroid On